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.
18 lines
644 B
18 lines
644 B
10 years ago
|
digraph iCFG {
|
||
|
4 [label="4: DeclStmt \n n$2=_fun___objc_alloc_no_fail(sizeof(class A ):class A *) [line 9]\n n$0=_fun_A_init(n$2:class A *) virtual [line 9]\n *&a:class A *=n$0 [line 9]\n REMOVE_TEMPS(n$0,n$2); [line 9]\n NULLIFY(&a,false); [line 9]\n " shape="box"]
|
||
|
|
||
|
|
||
|
4 -> 3 ;
|
||
|
3 [label="3: Return Stmt \n *&return:int =0 [line 10]\n APPLY_ABSTRACTION; [line 10]\n " shape="box"]
|
||
|
|
||
|
|
||
|
3 -> 2 ;
|
||
|
2 [label="2: Exit main \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
1 [label="1: Start main\nFormals: \nLocals: a:class A * \n DECLARE_LOCALS(&return,&a); [line 8]\n NULLIFY(&a,false); [line 8]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
1 -> 4 ;
|
||
|
}
|