You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
4.0 KiB

digraph iCFG {
19 [label="19: DeclStmt \n n$18=_fun___objc_alloc_no_fail(sizeof(class A ):class A *) [line 64]\n *&a:class A *=n$18 [line 64]\n REMOVE_TEMPS(n$18); [line 64]\n " shape="box"]
19 -> 18 ;
18 [label="18: BinaryOperatorStmt: Assign \n n$15=*&a:class A * [line 66]\n n$16=_fun_foo(n$15:class A *) [line 66]\n *&a:class A *=n$16 [line 66]\n REMOVE_TEMPS(n$15,n$16); [line 66]\n NULLIFY(&a,false); [line 66]\n " shape="box"]
18 -> 17 ;
17 [label="17: Return Stmt \n *&return:int =0 [line 68]\n APPLY_ABSTRACTION; [line 68]\n " shape="box"]
17 -> 16 ;
16 [label="16: Exit main \n " color=yellow style=filled]
15 [label="15: Start main\nFormals: argc:int argv:char **\nLocals: a:class A * \n DECLARE_LOCALS(&return,&a); [line 62]\n NULLIFY(&a,false); [line 62]\n NULLIFY(&argc,false); [line 62]\n NULLIFY(&argv,false); [line 62]\n " color=yellow style=filled]
15 -> 19 ;
14 [label="14: Message Call: capture \n n$14=*&a:class A * [line 56]\n _fun_A_capture(n$14:class A *) virtual [line 56]\n REMOVE_TEMPS(n$14); [line 56]\n " shape="box"]
14 -> 13 ;
13 [label="13: Return Stmt \n n$13=*&a:class A * [line 58]\n *&return:class A *=n$13 [line 58]\n REMOVE_TEMPS(n$13); [line 58]\n NULLIFY(&a,false); [line 58]\n APPLY_ABSTRACTION; [line 58]\n " shape="box"]
13 -> 12 ;
12 [label="12: Exit foo \n " color=yellow style=filled]
11 [label="11: Start foo\nFormals: a:class A *\nLocals: \n DECLARE_LOCALS(&return); [line 54]\n " color=yellow style=filled]
11 -> 14 ;
10 [label="10: BinaryOperatorStmt: Assign \n n$10=*&self:class A * [line 46]\n n$12=_fun___objc_alloc_no_fail(sizeof(class B ):class B *) [line 46]\n *n$10._b:class B *=n$12 [line 46]\n REMOVE_TEMPS(n$10,n$12); [line 46]\n " shape="box"]
10 -> 9 ;
9 [label="9: Message Call: sHandler: \n n$2=*&self:class A * [line 47]\n n$3=*n$2._b:class B * [line 47]\n DECLARE_LOCALS(&__objc_anonymous_block_A_capture______1); [line 47]\n n$7=_fun___objc_alloc_no_fail(sizeof(class __objc_anonymous_block_A_capture______1 ):class __objc_anonymous_block_A_capture______1 *) [line 47]\n *&__objc_anonymous_block_A_capture______1:class __objc_anonymous_block_A_capture______1 =n$7 [line 47]\n n$8=*&self:class A * [line 47]\n *n$7.self:class A *=n$8 [line 47]\n n$4=*&self:class A * [line 47]\n n$9=*&__objc_anonymous_block_A_capture______1:_fn_ (*) [line 47]\n _fun_B_sHandler:(n$3:class B *,n$9:_fn_ (*),n$4:_fn_ (*)) virtual [line 47]\n REMOVE_TEMPS(n$2,n$3,n$7,n$8,n$4,n$9); [line 47]\n NULLIFY(&__objc_anonymous_block_A_capture______1,true); [line 47]\n NULLIFY(&self,false); [line 47]\n APPLY_ABSTRACTION; [line 47]\n " shape="box"]
9 -> 5 ;
8 [label="8: BinaryOperatorStmt: Assign \n n$5=*&self:class A * [line 48]\n n$6=*&d:class D * [line 48]\n *n$5._data:class D *=n$6 [line 48]\n REMOVE_TEMPS(n$5,n$6); [line 48]\n NULLIFY(&d,false); [line 48]\n APPLY_ABSTRACTION; [line 48]\n " shape="box"]
8 -> 7 ;
7 [label="7: Exit __objc_anonymous_block_A_capture______1 \n " color=yellow style=filled]
6 [label="6: Start __objc_anonymous_block_A_capture______1\nFormals: self:class A * d:class D *\nLocals: \nCaptured: self:class A * \n DECLARE_LOCALS(&return); [line 47]\n " color=yellow style=filled]
6 -> 8 ;
5 [label="5: Exit A_capture \n " color=yellow style=filled]
4 [label="4: Start A_capture\nFormals: self:class A *\nLocals: \n DECLARE_LOCALS(&return); [line 44]\n " color=yellow style=filled]
4 -> 10 ;
3 [label="3: BinaryOperatorStmt: Assign \n n$0=*&self:class B * [line 28]\n n$1=*&h:_fn_ (*) [line 28]\n *n$0._h:_fn_ (*)=n$1 [line 28]\n REMOVE_TEMPS(n$0,n$1); [line 28]\n NULLIFY(&h,false); [line 28]\n NULLIFY(&self,false); [line 28]\n APPLY_ABSTRACTION; [line 28]\n " shape="box"]
3 -> 2 ;
2 [label="2: Exit B_sHandler: \n " color=yellow style=filled]
1 [label="1: Start B_sHandler:\nFormals: self:class B * h:_fn_ (*)\nLocals: \n DECLARE_LOCALS(&return); [line 26]\n " color=yellow style=filled]
1 -> 3 ;
}