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.
59 lines
2.6 KiB
59 lines
2.6 KiB
/* @generated */
|
|
digraph iCFG {
|
|
"MyClass_getX3" [label="3: Return Stmt \n *&return:int =0 [line 33]\n " shape="box"]
|
|
|
|
|
|
"MyClass_getX3" -> "MyClass_getX2" ;
|
|
"MyClass_getX2" [label="2: Exit MyClass_getX \n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_getX1" [label="1: Start MyClass_getX\nFormals: self:class MyClass *\nLocals: \n DECLARE_LOCALS(&return); [line 32]\n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_getX1" -> "MyClass_getX3" ;
|
|
"MyClass_anInstanceMethod23" [label="3: Message Call: getX \n n$1=*&self:class MyClass * [line 37]\n n$2=_fun_MyClass_getX(n$1:class MyClass *) virtual [line 37]\n " shape="box"]
|
|
|
|
|
|
"MyClass_anInstanceMethod23" -> "MyClass_anInstanceMethod22" ;
|
|
"MyClass_anInstanceMethod22" [label="2: Exit MyClass_anInstanceMethod2 \n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_anInstanceMethod21" [label="1: Start MyClass_anInstanceMethod2\nFormals: self:class MyClass *\nLocals: \n DECLARE_LOCALS(&return); [line 36]\n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_anInstanceMethod21" -> "MyClass_anInstanceMethod23" ;
|
|
"MyClass_aClassMethod3" [label="3: DeclStmt \n n$0=_fun___objc_alloc_no_fail(sizeof(class MyClass ):unsigned long ) [line 21]\n *&myClass:class MyClass *=n$0 [line 21]\n " shape="box"]
|
|
|
|
|
|
"MyClass_aClassMethod3" -> "MyClass_aClassMethod2" ;
|
|
"MyClass_aClassMethod2" [label="2: Exit MyClass_aClassMethod \n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_aClassMethod1" [label="1: Start MyClass_aClassMethod\nFormals: \nLocals: myClass:class MyClass * \n DECLARE_LOCALS(&return,&myClass); [line 20]\n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_aClassMethod1" -> "MyClass_aClassMethod3" ;
|
|
"MyClass_anInstanceMethod3" [label="3: Message Call: aClassMethod \n _fun_MyClass_aClassMethod() [line 25]\n " shape="box"]
|
|
|
|
|
|
"MyClass_anInstanceMethod3" -> "MyClass_anInstanceMethod2" ;
|
|
"MyClass_anInstanceMethod2" [label="2: Exit MyClass_anInstanceMethod \n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_anInstanceMethod1" [label="1: Start MyClass_anInstanceMethod\nFormals: self:class MyClass *\nLocals: \n DECLARE_LOCALS(&return); [line 24]\n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_anInstanceMethod1" -> "MyClass_anInstanceMethod3" ;
|
|
"MyClass_aClassMethod23" [label="3: Message Call: aClassMethod \n _fun_MyClass_aClassMethod() [line 29]\n " shape="box"]
|
|
|
|
|
|
"MyClass_aClassMethod23" -> "MyClass_aClassMethod22" ;
|
|
"MyClass_aClassMethod22" [label="2: Exit MyClass_aClassMethod2 \n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_aClassMethod21" [label="1: Start MyClass_aClassMethod2\nFormals: \nLocals: \n DECLARE_LOCALS(&return); [line 28]\n " color=yellow style=filled]
|
|
|
|
|
|
"MyClass_aClassMethod21" -> "MyClass_aClassMethod23" ;
|
|
}
|