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.
15 lines
375 B
15 lines
375 B
/* @generated */
|
|
digraph iCFG {
|
|
"getPtr3" [label="3: Return Stmt \n *&return:int *=null [line 10]\n " shape="box"]
|
|
|
|
|
|
"getPtr3" -> "getPtr2" ;
|
|
"getPtr2" [label="2: Exit getPtr \n " color=yellow style=filled]
|
|
|
|
|
|
"getPtr1" [label="1: Start getPtr\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 10]\n " color=yellow style=filled]
|
|
|
|
|
|
"getPtr1" -> "getPtr3" ;
|
|
}
|