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.
94 lines
3.2 KiB
94 lines
3.2 KiB
/* @generated */
|
|
digraph iCFG {
|
|
24 [label="24: DeclStmt \n _fun_foo::my_record_(&x:class foo::my_record *) [line 46]\n " shape="box"]
|
|
|
|
|
|
24 -> 23 ;
|
|
23 [label="23: DeclStmt \n _fun_bar::Rectangle_Rectangle(&rect1:class bar::Rectangle *) [line 48]\n " shape="box"]
|
|
|
|
|
|
23 -> 22 ;
|
|
22 [label="22: Call _fun_bar::Rectangle_set_values \n _=*&rect1:class bar::Rectangle [line 49]\n _fun_bar::Rectangle_set_values(&rect1:class bar::Rectangle &,3:int ,4:int ) [line 49]\n " shape="box"]
|
|
|
|
|
|
22 -> 21 ;
|
|
21 [label="21: DeclStmt \n _fun_foo::Rectangle_Rectangle(&rect2:class foo::Rectangle *) [line 51]\n " shape="box"]
|
|
|
|
|
|
21 -> 20 ;
|
|
20 [label="20: Call _fun_foo::Rectangle_set_values \n _=*&rect2:class foo::Rectangle [line 52]\n _fun_foo::Rectangle_set_values(&rect2:class foo::Rectangle &,7:int ,10:int ) [line 52]\n " shape="box"]
|
|
|
|
|
|
20 -> 19 ;
|
|
19 [label="19: BinaryOperatorStmt: Assign \n *&x.a:int =10 [line 54]\n " shape="box"]
|
|
|
|
|
|
19 -> 18 ;
|
|
18 [label="18: BinaryOperatorStmt: Assign \n n$2=_fun_foo::value() [line 55]\n *&i:int =n$2 [line 55]\n " shape="box"]
|
|
|
|
|
|
18 -> 17 ;
|
|
17 [label="17: BinaryOperatorStmt: Assign \n n$1=_fun_bar::value() [line 56]\n *&i:int =n$1 [line 56]\n " shape="box"]
|
|
|
|
|
|
17 -> 16 ;
|
|
16 [label="16: BinaryOperatorStmt: Assign \n *&#GB$bar::pi:double =3.141600 [line 57]\n n$0=*&#GB$bar::pi:double [line 57]\n *&j:double =n$0 [line 57]\n " shape="box"]
|
|
|
|
|
|
16 -> 15 ;
|
|
15 [label="15: Return Stmt \n *&return:int =0 [line 58]\n " shape="box"]
|
|
|
|
|
|
15 -> 14 ;
|
|
14 [label="14: Exit main \n " color=yellow style=filled]
|
|
|
|
|
|
13 [label="13: Start main\nFormals: \nLocals: rect2:class foo::Rectangle rect1:class bar::Rectangle x:class foo::my_record j:double i:int \n DECLARE_LOCALS(&return,&rect2,&rect1,&x,&j,&i); [line 41]\n " color=yellow style=filled]
|
|
|
|
|
|
13 -> 24 ;
|
|
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 32]\n " color=yellow style=filled]
|
|
|
|
|
|
11 -> 12 ;
|
|
10 [label="10: Return Stmt \n *&#GB$bar::pi:double =3.141600 [line 30]\n n$0=*&#GB$bar::pi:double [line 30]\n *&return:double =(2 * n$0) [line 30]\n " shape="box"]
|
|
|
|
|
|
10 -> 9 ;
|
|
9 [label="9: Exit bar::value \n " color=yellow style=filled]
|
|
|
|
|
|
8 [label="8: Start bar::value\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 30]\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 19]\n " color=yellow style=filled]
|
|
|
|
|
|
6 -> 7 ;
|
|
5 [label="5: Return Stmt \n *&return:int =5 [line 17]\n " shape="box"]
|
|
|
|
|
|
5 -> 4 ;
|
|
4 [label="4: Exit foo::value \n " color=yellow style=filled]
|
|
|
|
|
|
3 [label="3: Start foo::value\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 17]\n " color=yellow style=filled]
|
|
|
|
|
|
3 -> 5 ;
|
|
2 [label="2: Exit foo::my_record_ \n " color=yellow style=filled]
|
|
|
|
|
|
1 [label="1: Start foo::my_record_\nFormals: this:class foo::my_record *\nLocals: \n DECLARE_LOCALS(&return); [line 13]\n " color=yellow style=filled]
|
|
|
|
|
|
1 -> 2 ;
|
|
}
|