|
|
|
/* @generated */
|
|
|
|
digraph iCFG {
|
|
|
|
"init_with_compound_literal4" [label="4: DeclStmt \n *&p.x:int =32 [line 18]\n *&p.y:int =52 [line 18]\n n$1=*&p:struct point [line 18]\n " shape="box"]
|
|
|
|
|
|
|
|
|
|
|
|
"init_with_compound_literal4" -> "init_with_compound_literal3" ;
|
|
|
|
"init_with_compound_literal3" [label="3: Return Stmt \n n$0=*&p.x:int [line 19]\n *&return:int =(1 / (n$0 - 32)) [line 19]\n " shape="box"]
|
|
|
|
|
|
|
|
|
|
|
|
"init_with_compound_literal3" -> "init_with_compound_literal2" ;
|
|
|
|
"init_with_compound_literal2" [label="2: Exit init_with_compound_literal \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
"init_with_compound_literal1" [label="1: Start init_with_compound_literal\nFormals: \nLocals: p:struct point \n DECLARE_LOCALS(&return,&p); [line 17]\n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
"init_with_compound_literal1" -> "init_with_compound_literal4" ;
|
|
|
|
"compound_literal_expr3" [label="3: Return Stmt \n *&0$?%__sil_tmpSIL_compound_literal__n$0.x:int =52 [line 15]\n *&0$?%__sil_tmpSIL_compound_literal__n$0.y:int =32 [line 15]\n n$1=*&0$?%__sil_tmpSIL_compound_literal__n$0.x:int [line 15]\n *&return:int =n$1 [line 15]\n " shape="box"]
|
|
|
|
|
|
|
|
|
|
|
|
"compound_literal_expr3" -> "compound_literal_expr2" ;
|
|
|
|
"compound_literal_expr2" [label="2: Exit compound_literal_expr \n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
"compound_literal_expr1" [label="1: Start compound_literal_expr\nFormals: \nLocals: 0$?%__sil_tmpSIL_compound_literal__n$0:struct point \n DECLARE_LOCALS(&return,&0$?%__sil_tmpSIL_compound_literal__n$0); [line 15]\n " color=yellow style=filled]
|
|
|
|
|
|
|
|
|
|
|
|
"compound_literal_expr1" -> "compound_literal_expr3" ;
|
|
|
|
}
|