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.
58 lines
1.8 KiB
58 lines
1.8 KiB
9 years ago
|
digraph iCFG {
|
||
|
15 [label="15: Return Stmt \n n$0=_fun_f1::get() [line 25]\n n$1=_fun_f2::get() [line 25]\n *&return:int =(1 / (n$0 + n$1)) [line 25]\n REMOVE_TEMPS(n$0,n$1); [line 25]\n APPLY_ABSTRACTION; [line 25]\n " shape="box"]
|
||
|
|
||
|
|
||
|
15 -> 14 ;
|
||
|
14 [label="14: Exit div0_namespace_resolution \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
13 [label="13: Start div0_namespace_resolution\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 24]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
13 -> 15 ;
|
||
|
12 [label="12: Return Stmt \n n$0=_fun_f1::get0() [line 21]\n *&return:int =(1 / n$0) [line 21]\n REMOVE_TEMPS(n$0); [line 21]\n APPLY_ABSTRACTION; [line 21]\n " shape="box"]
|
||
|
|
||
|
|
||
|
12 -> 11 ;
|
||
|
11 [label="11: Exit div0_using \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
10 [label="10: Start div0_using\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 19]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
10 -> 12 ;
|
||
|
9 [label="9: Return Stmt \n *&return:int =-1 [line 16]\n APPLY_ABSTRACTION; [line 16]\n " shape="box"]
|
||
|
|
||
|
|
||
|
9 -> 8 ;
|
||
|
8 [label="8: Exit f2::get \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
7 [label="7: Start f2::get\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 16]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
7 -> 9 ;
|
||
|
6 [label="6: Return Stmt \n *&return:int =0 [line 12]\n APPLY_ABSTRACTION; [line 12]\n " shape="box"]
|
||
|
|
||
|
|
||
|
6 -> 5 ;
|
||
|
5 [label="5: Exit f1::get0 \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
4 [label="4: Start f1::get0\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 12]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
4 -> 6 ;
|
||
|
3 [label="3: Return Stmt \n *&return:int =1 [line 11]\n APPLY_ABSTRACTION; [line 11]\n " shape="box"]
|
||
|
|
||
|
|
||
|
3 -> 2 ;
|
||
|
2 [label="2: Exit f1::get \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
1 [label="1: Start f1::get\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 11]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
1 -> 3 ;
|
||
|
}
|