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.

23 lines
982 B

/* @generated */
digraph iCFG {
"NpeMallocC_test5" [label="5: DeclStmt \n n$2=_fun_malloc_no_fail(sizeof(struct Person ):struct Person ) [line 25]\n *&person:struct Person *=n$2 [line 25]\n " shape="box"]
"NpeMallocC_test5" -> "NpeMallocC_test4" ;
"NpeMallocC_test4" [label="4: BinaryOperatorStmt: Assign \n n$1=*&person:struct Person * [line 26]\n *n$1.x:int =10 [line 26]\n " shape="box"]
"NpeMallocC_test4" -> "NpeMallocC_test3" ;
"NpeMallocC_test3" [label="3: Return Stmt \n n$0=*&person:struct Person * [line 27]\n *&return:struct Person *=n$0 [line 27]\n " shape="box"]
"NpeMallocC_test3" -> "NpeMallocC_test2" ;
"NpeMallocC_test2" [label="2: Exit NpeMallocC_test \n " color=yellow style=filled]
"NpeMallocC_test1" [label="1: Start NpeMallocC_test\nFormals: self:class NpeMallocC *\nLocals: person:struct Person * \n DECLARE_LOCALS(&return,&person); [line 24]\n " color=yellow style=filled]
"NpeMallocC_test1" -> "NpeMallocC_test5" ;
}