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.
19 lines
608 B
19 lines
608 B
/* @generated */
|
|
digraph iCFG {
|
|
"main4" [label="4: DeclStmt \n n$0=_fun___objc_alloc_no_fail(sizeof(class A ):unsigned long ) [line 13]\n n$1=_fun_NSObject_init(n$0:class A *) virtual [line 13]\n *&a:class A *=n$1 [line 13]\n " shape="box"]
|
|
|
|
|
|
"main4" -> "main3" ;
|
|
"main3" [label="3: Return Stmt \n *&return:int =0 [line 14]\n " shape="box"]
|
|
|
|
|
|
"main3" -> "main2" ;
|
|
"main2" [label="2: Exit main \n " color=yellow style=filled]
|
|
|
|
|
|
"main1" [label="1: Start main\nFormals: \nLocals: a:class A * \n DECLARE_LOCALS(&return,&a); [line 12]\n " color=yellow style=filled]
|
|
|
|
|
|
"main1" -> "main4" ;
|
|
}
|