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.

30 lines
1.2 KiB

digraph iCFG {
7 [label="7: BinaryOperatorStmt: Assign \n n$3=*&#GB$x:struct (anonymous at infer/tests/codetoanalyze/c/frontend/nestedoperators/union.c:8:1) * [line 23]\n *n$3.a:int =1 [line 23]\n REMOVE_TEMPS(n$3); [line 23]\n " shape="box"]
7 -> 6 ;
6 [label="6: BinaryOperatorStmt: Assign \n *&#GB$y.f:int =7 [line 24]\n " shape="box"]
6 -> 5 ;
5 [label="5: BinaryOperatorStmt: Assign \n n$2=*&#GB$y.f:int [line 25]\n *&#GB$y.g.u:int =n$2 [line 25]\n REMOVE_TEMPS(n$2); [line 25]\n " shape="box"]
5 -> 4 ;
4 [label="4: BinaryOperatorStmt: Assign \n n$0=*&#GB$x:struct (anonymous at infer/tests/codetoanalyze/c/frontend/nestedoperators/union.c:8:1) * [line 27]\n n$1=*n$0.b:int [line 27]\n *&#GB$y.g.w:int =n$1 [line 27]\n REMOVE_TEMPS(n$0,n$1); [line 27]\n " shape="box"]
4 -> 3 ;
3 [label="3: Return Stmt \n *&return:int =0 [line 28]\n APPLY_ABSTRACTION; [line 28]\n " shape="box"]
3 -> 2 ;
2 [label="2: Exit main \n " color=yellow style=filled]
1 [label="1: Start main\nFormals: \nLocals: l:int \n DECLARE_LOCALS(&return,&l); [line 20]\n NULLIFY(&l,false); [line 20]\n " color=yellow style=filled]
1 -> 7 ;
}