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.
78 lines
3.8 KiB
78 lines
3.8 KiB
/* @generated */
|
|
digraph iCFG {
|
|
"PropertyA_init3" [label="3: Return Stmt \n n$0=*&self:class PropertyA * [line 27]\n *&return:struct objc_object *=n$0 [line 27]\n " shape="box"]
|
|
|
|
|
|
"PropertyA_init3" -> "PropertyA_init2" ;
|
|
"PropertyA_init2" [label="2: Exit PropertyA_init \n " color=yellow style=filled]
|
|
|
|
|
|
"PropertyA_init1" [label="1: Start PropertyA_init\nFormals: self:class PropertyA *\nLocals: \n DECLARE_LOCALS(&return); [line 26]\n " color=yellow style=filled]
|
|
|
|
|
|
"PropertyA_init1" -> "PropertyA_init3" ;
|
|
"PropertyA_copy10" [label="10: DeclStmt \n n$12=_fun___objc_alloc_no_fail(sizeof(class PropertyA ):unsigned long ) [line 31]\n n$13=_fun_PropertyA_init(n$12:class PropertyA *) virtual [line 31]\n *&other:class PropertyA *=n$13 [line 31]\n " shape="box"]
|
|
|
|
|
|
"PropertyA_copy10" -> "PropertyA_copy5" ;
|
|
"PropertyA_copy10" -> "PropertyA_copy6" ;
|
|
"PropertyA_copy9" [label="9: BinaryOperatorStmt: Assign \n n$9=*&other:class PropertyA * [line 33]\n n$10=*&self:class PropertyA * [line 33]\n n$11=*n$10._name:class PropertyA * [line 33]\n *n$9._name:class PropertyA *=n$11 [line 33]\n " shape="box"]
|
|
|
|
|
|
"PropertyA_copy9" -> "PropertyA_copy8" ;
|
|
"PropertyA_copy8" [label="8: BinaryOperatorStmt: Assign \n n$6=*&other:class PropertyA * [line 34]\n n$7=*&self:class PropertyA * [line 34]\n n$8=*n$7._last_name:class PropertyA * [line 34]\n *n$6._last_name:class PropertyA *=n$8 [line 34]\n " shape="box"]
|
|
|
|
|
|
"PropertyA_copy8" -> "PropertyA_copy7" ;
|
|
"PropertyA_copy7" [label="7: BinaryOperatorStmt: Assign \n n$3=*&other:class PropertyA * [line 35]\n n$4=*&self:class PropertyA * [line 35]\n n$5=*n$4._child:class PropertyA * [line 35]\n *n$3._child:class PropertyA *=n$5 [line 35]\n " shape="box"]
|
|
|
|
|
|
"PropertyA_copy7" -> "PropertyA_copy4" ;
|
|
"PropertyA_copy6" [label="6: Prune (false branch) \n n$2=*&other:class PropertyA * [line 32]\n PRUNE((n$2 == 0), false); [line 32]\n " shape="invhouse"]
|
|
|
|
|
|
"PropertyA_copy6" -> "PropertyA_copy4" ;
|
|
"PropertyA_copy5" [label="5: Prune (true branch) \n n$2=*&other:class PropertyA * [line 32]\n PRUNE((n$2 != 0), true); [line 32]\n " shape="invhouse"]
|
|
|
|
|
|
"PropertyA_copy5" -> "PropertyA_copy9" ;
|
|
"PropertyA_copy4" [label="4: + \n " ]
|
|
|
|
|
|
"PropertyA_copy4" -> "PropertyA_copy3" ;
|
|
"PropertyA_copy3" [label="3: Return Stmt \n n$1=*&other:class PropertyA * [line 37]\n *&return:class PropertyA *=n$1 [line 37]\n " shape="box"]
|
|
|
|
|
|
"PropertyA_copy3" -> "PropertyA_copy2" ;
|
|
"PropertyA_copy2" [label="2: Exit PropertyA_copy \n " color=yellow style=filled]
|
|
|
|
|
|
"PropertyA_copy1" [label="1: Start PropertyA_copy\nFormals: self:class PropertyA *\nLocals: other:class PropertyA * \n DECLARE_LOCALS(&return,&other); [line 30]\n " color=yellow style=filled]
|
|
|
|
|
|
"PropertyA_copy1" -> "PropertyA_copy10" ;
|
|
"test6" [label="6: DeclStmt \n n$3=_fun___objc_alloc_no_fail(sizeof(class PropertyA ):unsigned long ) [line 43]\n n$4=_fun_PropertyA_init(n$3:class PropertyA *) virtual [line 43]\n *&a:class PropertyA *=n$4 [line 43]\n " shape="box"]
|
|
|
|
|
|
"test6" -> "test5" ;
|
|
"test5" [label="5: Message Call: setLast_name: \n n$1=*&a:class PropertyA * [line 44]\n n$2=*&a2:class PropertyA * [line 44]\n _fun_PropertyA_setLast_name:(n$1:class PropertyA *,n$2:class PropertyA *) [line 44]\n " shape="box"]
|
|
|
|
|
|
"test5" -> "test4" ;
|
|
"test4" [label="4: Message Call: release \n n$0=*&a:class PropertyA * [line 45]\n _fun___objc_release(n$0:class PropertyA *) [line 45]\n " shape="box"]
|
|
|
|
|
|
"test4" -> "test3" ;
|
|
"test3" [label="3: Return Stmt \n *&return:int =0 [line 46]\n " shape="box"]
|
|
|
|
|
|
"test3" -> "test2" ;
|
|
"test2" [label="2: Exit test \n " color=yellow style=filled]
|
|
|
|
|
|
"test1" [label="1: Start test\nFormals: a2:class PropertyA *\nLocals: a:class PropertyA * \n DECLARE_LOCALS(&return,&a); [line 42]\n " color=yellow style=filled]
|
|
|
|
|
|
"test1" -> "test6" ;
|
|
}
|