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
761 B
23 lines
761 B
9 years ago
|
/* @generated */
|
||
10 years ago
|
digraph iCFG {
|
||
9 years ago
|
5 [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"]
|
||
10 years ago
|
|
||
|
|
||
9 years ago
|
5 -> 4 ;
|
||
9 years ago
|
4 [label="4: BinaryOperatorStmt: Assign \n n$1=*&person:struct Person * [line 26]\n *n$1.x:int =10 [line 26]\n " shape="box"]
|
||
10 years ago
|
|
||
|
|
||
9 years ago
|
4 -> 3 ;
|
||
9 years ago
|
3 [label="3: Return Stmt \n n$0=*&person:struct Person * [line 27]\n *&return:struct Person *=n$0 [line 27]\n " shape="box"]
|
||
10 years ago
|
|
||
|
|
||
9 years ago
|
3 -> 2 ;
|
||
8 years ago
|
2 [label="2: Exit NpeMallocC_test \n " color=yellow style=filled]
|
||
10 years ago
|
|
||
|
|
||
8 years ago
|
1 [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]
|
||
10 years ago
|
|
||
|
|
||
9 years ago
|
1 -> 5 ;
|
||
10 years ago
|
}
|