digraph iCFG { 11 [label="11: DeclStmt \n n$9=_fun___objc_alloc_no_fail(sizeof(class NSString ):class NSString *) [line 27]\n *&s:class NSString *=n$9 [line 27]\n REMOVE_TEMPS(n$9); [line 27]\n " shape="box"] 11 -> 8 ; 11 -> 9 ; 10 [label="10: Return Stmt \n NULLIFY(&s,false); [line 29]\n n$6=_fun_NSString_stringWithUTF8String:(\"Something is not right exception\":char *) [line 29]\n n$7=_fun_NSString_stringWithUTF8String:(\"Can't perform this operation because of this or that\":char *) [line 30]\n n$5=_fun_NSException_exceptionWithName:reason:userInfo:(n$6:class NSString *,n$7:class NSString *,0:class NSDictionary *) [line 29]\n *&return:void =n$5 [line 29]\n REMOVE_TEMPS(n$5,n$6,n$7); [line 29]\n APPLY_ABSTRACTION; [line 29]\n " shape="box"] 10 -> 6 ; 9 [label="9: Prune (false branch) \n n$4=*&s:class NSString * [line 28]\n PRUNE((n$4 == 0), false); [line 28]\n REMOVE_TEMPS(n$4); [line 28]\n " shape="invhouse"] 9 -> 7 ; 8 [label="8: Prune (true branch) \n n$4=*&s:class NSString * [line 28]\n PRUNE((n$4 != 0), true); [line 28]\n REMOVE_TEMPS(n$4); [line 28]\n " shape="invhouse"] 8 -> 10 ; 7 [label="7: + \n NULLIFY(&s,false); [line 28]\n " ] 7 -> 6 ; 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 26]\n NULLIFY(&s,false); [line 26]\n NULLIFY(&self,false); [line 26]\n " color=yellow style=filled] 5 -> 11 ; 4 [label="4: DeclStmt \n n$3=_fun___objc_alloc_no_fail(sizeof(class NSString ):class NSString *) [line 17]\n *&s:class NSString *=n$3 [line 17]\n REMOVE_TEMPS(n$3); [line 17]\n NULLIFY(&s,false); [line 17]\n " shape="box"] 4 -> 3 ; 3 [label="3: Message Call: description \n n$1=*&self:class ExceptionExample * [line 22]\n n$0=_fun_ExceptionExample_description(n$1:class ExceptionExample *) virtual [line 22]\n REMOVE_TEMPS(n$0,n$1); [line 22]\n NULLIFY(&self,false); [line 22]\n APPLY_ABSTRACTION; [line 22]\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 15]\n NULLIFY(&s,false); [line 15]\n " color=yellow style=filled] 1 -> 4 ; }