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
933 B
23 lines
933 B
8 years ago
|
/* @generated */
|
||
|
digraph iCFG {
|
||
|
5 [label="5: DeclStmt \n n$3=_fun___objc_alloc_no_fail(sizeof(class GetterExample ):unsigned long ) [line 15]\n n$4=_fun_NSObject_init(n$3:class GetterExample *) virtual [line 15]\n *&a:class GetterExample *=n$4 [line 15]\n " shape="box"]
|
||
|
|
||
|
|
||
|
5 -> 4 ;
|
||
|
4 [label="4: Message Call: setName: \n n$2=*&a:class GetterExample * [line 16]\n _fun_GetterExample_setName:(n$2:class GetterExample *,5:int ) [line 16]\n " shape="box"]
|
||
|
|
||
|
|
||
|
4 -> 3 ;
|
||
|
3 [label="3: Return Stmt \n n$0=*&a:class GetterExample * [line 17]\n n$1=_fun_GetterExample_name(n$0:class GetterExample *) [line 17]\n *&return:int =(1 / (n$1 - 5)) [line 17]\n " shape="box"]
|
||
|
|
||
|
|
||
|
3 -> 2 ;
|
||
|
2 [label="2: Exit should_have_div0 \n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
1 [label="1: Start should_have_div0\nFormals: \nLocals: a:class GetterExample * \n DECLARE_LOCALS(&return,&a); [line 14]\n " color=yellow style=filled]
|
||
|
|
||
|
|
||
|
1 -> 5 ;
|
||
|
}
|