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.

69 lines
2.3 KiB

/* @generated */
digraph iCFG {
"main3" [label="3: Return Stmt \n n$0=_fun_deref(0:int *) [line 28]\n *&return:int =n$0 [line 28]\n " shape="box"]
"main3" -> "main2" ;
"main2" [label="2: Exit main \n " color=yellow style=filled]
"main1" [label="1: Start main\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 26]\n " color=yellow style=filled]
"main1" -> "main3" ;
"call_deref_with_null3" [label="3: Call _fun_deref_null \n n$0=_fun_deref_null(null:int *) [line 24]\n " shape="box"]
"call_deref_with_null3" -> "call_deref_with_null2" ;
"call_deref_with_null2" [label="2: Exit call_deref_with_null \n " color=yellow style=filled]
"call_deref_with_null1" [label="1: Start call_deref_with_null\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 24]\n " color=yellow style=filled]
"call_deref_with_null1" -> "call_deref_with_null3" ;
"deref8" [label="8: ObjCCPPThrow \n _fun___infer_objc_cpp_throw(\"Null pointer!\":char *) [line 12]\n " shape="box"]
"deref8" -> "deref4" ;
"deref7" [label="7: Prune (false branch) \n PRUNE(((n$2 == 0) == 0), false); [line 11]\n " shape="invhouse"]
"deref7" -> "deref4" ;
"deref6" [label="6: Prune (true branch) \n PRUNE(((n$2 == 0) != 0), true); [line 11]\n " shape="invhouse"]
"deref6" -> "deref8" ;
"deref5" [label="5: BinaryOperatorStmt: EQ \n n$2=*&p:int * [line 11]\n " shape="box"]
"deref5" -> "deref6" ;
"deref5" -> "deref7" ;
"deref4" [label="4: + \n " ]
"deref4" -> "deref3" ;
"deref3" [label="3: Return Stmt \n n$0=*&p:int * [line 14]\n n$1=*n$0:int [line 14]\n *&return:int =n$1 [line 14]\n " shape="box"]
"deref3" -> "deref2" ;
"deref2" [label="2: Exit deref \n " color=yellow style=filled]
"deref1" [label="1: Start deref\nFormals: p:int *\nLocals: \n DECLARE_LOCALS(&return); [line 10]\n " color=yellow style=filled]
"deref1" -> "deref5" ;
"deref_null3" [label="3: Return Stmt \n n$0=*&p:int * [line 19]\n n$1=*n$0:int [line 19]\n *&return:int =n$1 [line 19]\n " shape="box"]
"deref_null3" -> "deref_null2" ;
"deref_null2" [label="2: Exit deref_null \n " color=yellow style=filled]
"deref_null1" [label="1: Start deref_null\nFormals: p:int *\nLocals: \n DECLARE_LOCALS(&return); [line 17]\n " color=yellow style=filled]
"deref_null1" -> "deref_null3" ;
}