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.
46 lines
1.6 KiB
46 lines
1.6 KiB
digraph iCFG {
|
|
12 [label="12: Exit bar::Rectangle_Rectangle \n " color=yellow style=filled]
|
|
|
|
|
|
11 [label="11: Start bar::Rectangle_Rectangle\nFormals: this:class bar::Rectangle *\nLocals: \n DECLARE_LOCALS(&return); [line 31]\n NULLIFY(&this,false); [line 31]\n " color=yellow style=filled]
|
|
|
|
|
|
11 -> 12 ;
|
|
10 [label="10: Return Stmt \n n$0=*&#GB$pi:double [line 29]\n *&return:double =(2 * n$0) [line 29]\n REMOVE_TEMPS(n$0); [line 29]\n APPLY_ABSTRACTION; [line 29]\n " shape="box"]
|
|
|
|
|
|
10 -> 9 ;
|
|
9 [label="9: Exit value \n " color=yellow style=filled]
|
|
|
|
|
|
8 [label="8: Start value\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 29]\n " color=yellow style=filled]
|
|
|
|
|
|
8 -> 10 ;
|
|
7 [label="7: Exit foo::Rectangle_Rectangle \n " color=yellow style=filled]
|
|
|
|
|
|
6 [label="6: Start foo::Rectangle_Rectangle\nFormals: this:class foo::Rectangle *\nLocals: \n DECLARE_LOCALS(&return); [line 18]\n NULLIFY(&this,false); [line 18]\n " color=yellow style=filled]
|
|
|
|
|
|
6 -> 7 ;
|
|
5 [label="5: Return Stmt \n *&return:int =5 [line 16]\n APPLY_ABSTRACTION; [line 16]\n " shape="box"]
|
|
|
|
|
|
5 -> 4 ;
|
|
4 [label="4: Exit value \n " color=yellow style=filled]
|
|
|
|
|
|
3 [label="3: Start value\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 16]\n " color=yellow style=filled]
|
|
|
|
|
|
3 -> 5 ;
|
|
2 [label="2: Exit foo::foo::my_record_ \n " color=yellow style=filled]
|
|
|
|
|
|
1 [label="1: Start foo::foo::my_record_\nFormals: this:class foo::foo::my_record *\nLocals: \n DECLARE_LOCALS(&return); [line 15]\n NULLIFY(&this,false); [line 15]\n " color=yellow style=filled]
|
|
|
|
|
|
1 -> 2 ;
|
|
}
|