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.
51 lines
2.0 KiB
51 lines
2.0 KiB
/* @generated */
|
|
digraph iCFG {
|
|
12 [label="12: DeclStmt \n n$7=_fun___objc_alloc_no_fail(sizeof(class NSString ):unsigned long ) [line 28]\n *&s:class NSString *=n$7 [line 28]\n " shape="box"]
|
|
|
|
|
|
12 -> 9 ;
|
|
12 -> 10 ;
|
|
11 [label="11: ObjCCPPThrow \n n$4=_fun_NSString_stringWithUTF8String:(\"Something is not right exception\":char *) [line 31]\n n$5=_fun_NSString_stringWithUTF8String:(\"Can't perform this operation because of this or that\":char *) [line 33]\n n$6=_fun_NSException_exceptionWithName:reason:userInfo:(n$4:class NSString *,n$5:class NSString *,0:class NSDictionary *) [line 30]\n _fun___infer_objc_cpp_throw(n$6:class NSException *) [line 30]\n " shape="box"]
|
|
|
|
|
|
11 -> 7 ;
|
|
10 [label="10: Prune (false branch) \n n$3=*&s:class NSString * [line 29]\n PRUNE((n$3 == 0), false); [line 29]\n " shape="invhouse"]
|
|
|
|
|
|
10 -> 7 ;
|
|
9 [label="9: Prune (true branch) \n n$3=*&s:class NSString * [line 29]\n PRUNE((n$3 != 0), true); [line 29]\n " shape="invhouse"]
|
|
|
|
|
|
9 -> 11 ;
|
|
8 [label="8: between_join_and_exit \n " shape="box"]
|
|
|
|
|
|
8 -> 6 ;
|
|
7 [label="7: + \n " ]
|
|
|
|
|
|
7 -> 8 ;
|
|
6 [label="6: Exit ExceptionExample_test1 \n " color=yellow style=filled]
|
|
|
|
|
|
5 [label="5: Start ExceptionExample_test1\nFormals: self:class ExceptionExample *\nLocals: s:class NSString * \n DECLARE_LOCALS(&return,&s); [line 27]\n " color=yellow style=filled]
|
|
|
|
|
|
5 -> 12 ;
|
|
4 [label="4: DeclStmt \n n$2=_fun___objc_alloc_no_fail(sizeof(class NSString ):unsigned long ) [line 20]\n *&s:class NSString *=n$2 [line 20]\n " shape="box"]
|
|
|
|
|
|
4 -> 3 ;
|
|
3 [label="3: Message Call: description \n n$0=*&self:class ExceptionExample * [line 23]\n n$1=_fun_ExceptionExample_description(n$0:class ExceptionExample *) [line 23]\n " shape="box"]
|
|
|
|
|
|
3 -> 2 ;
|
|
2 [label="2: Exit ExceptionExample_test \n " color=yellow style=filled]
|
|
|
|
|
|
1 [label="1: Start ExceptionExample_test\nFormals: self:class ExceptionExample *\nLocals: s:class NSString * \n DECLARE_LOCALS(&return,&s); [line 18]\n " color=yellow style=filled]
|
|
|
|
|
|
1 -> 4 ;
|
|
}
|