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.
49 lines
1.7 KiB
49 lines
1.7 KiB
/* @generated */
|
|
digraph iCFG {
|
|
12 [label="12: DeclStmt \n n$1=_fun___objc_alloc_no_fail(sizeof(class ASuper ):unsigned long ) [line 42]\n n$2=_fun_NSObject_init(n$1:class ASuper *) virtual [line 42]\n *&a:struct objc_object *=n$2 [line 42]\n " shape="box"]
|
|
|
|
|
|
12 -> 11 ;
|
|
11 [label="11: Release the autorelease pool \n n$0=_fun___objc_release_autorelease_pool() [line 41]\n " shape="box"]
|
|
|
|
|
|
11 -> 10 ;
|
|
10 [label="10: Exit super_example_main \n " color=yellow style=filled]
|
|
|
|
|
|
9 [label="9: Start super_example_main\nFormals: argc:int argv:char **\nLocals: a:struct objc_object * \n DECLARE_LOCALS(&return,&a); [line 40]\n " color=yellow style=filled]
|
|
|
|
|
|
9 -> 12 ;
|
|
8 [label="8: BinaryOperatorStmt: Assign \n n$2=*&self:class ASuper * [line 33]\n n$3=_fun_BSuper_init(n$2:class ASuper *) [line 33]\n *&self:class ASuper *=n$3 [line 33]\n " shape="box"]
|
|
|
|
|
|
8 -> 7 ;
|
|
7 [label="7: BinaryOperatorStmt: Assign \n n$1=*&self:class ASuper * [line 34]\n *n$1.a:int =4 [line 34]\n " shape="box"]
|
|
|
|
|
|
7 -> 6 ;
|
|
6 [label="6: Return Stmt \n n$0=*&self:class ASuper * [line 35]\n *&return:struct objc_object *=n$0 [line 35]\n " shape="box"]
|
|
|
|
|
|
6 -> 5 ;
|
|
5 [label="5: Exit ASuper_init \n " color=yellow style=filled]
|
|
|
|
|
|
4 [label="4: Start ASuper_init\nFormals: self:class ASuper *\nLocals: \n DECLARE_LOCALS(&return); [line 32]\n " color=yellow style=filled]
|
|
|
|
|
|
4 -> 8 ;
|
|
3 [label="3: Return Stmt \n *&return:struct objc_object *=0 [line 19]\n " shape="box"]
|
|
|
|
|
|
3 -> 2 ;
|
|
2 [label="2: Exit BSuper_init \n " color=yellow style=filled]
|
|
|
|
|
|
1 [label="1: Start BSuper_init\nFormals: self:class BSuper *\nLocals: \n DECLARE_LOCALS(&return); [line 18]\n " color=yellow style=filled]
|
|
|
|
|
|
1 -> 3 ;
|
|
}
|