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.
		
		
		
		
		
			
		
			
				
					
					
						
							41 lines
						
					
					
						
							1.5 KiB
						
					
					
				
			
		
		
	
	
							41 lines
						
					
					
						
							1.5 KiB
						
					
					
				| /* @generated */
 | |
| digraph iCFG {
 | |
| "test3" [label="3:  Call _fun_A_method \n   n$0=*&a_ptr:class A * [line 25]\n  _=*n$0:class A  [line 25]\n  n$2=_fun_A_method(n$0:class A *) [line 25]\n " shape="box"]
 | |
| 	
 | |
| 
 | |
| 	 "test3" -> "test2" ;
 | |
| "test2" [label="2: Exit test \n  " color=yellow style=filled]
 | |
| 	
 | |
| 
 | |
| "test1" [label="1: Start test\nFormals: \nLocals:  a_ptr:class A * \n   DECLARE_LOCALS(&return,&a_ptr); [line 23]\n " color=yellow style=filled]
 | |
| 	
 | |
| 
 | |
| 	 "test1" -> "test3" ;
 | |
| "A_init3" [label="3:  BinaryOperatorStmt: Assign \n   n$0=*&this:class A * [line 14]\n  n$1=*&val:int  [line 14]\n  *n$0.field:int =n$1 [line 14]\n " shape="box"]
 | |
| 	
 | |
| 
 | |
| 	 "A_init3" -> "A_init2" ;
 | |
| "A_init2" [label="2: Exit A_init \n  " color=yellow style=filled]
 | |
| 	
 | |
| 
 | |
| "A_init1" [label="1: Start A_init\nFormals:  this:class A * val:int \nLocals:  \n   DECLARE_LOCALS(&return); [line 14]\n " color=yellow style=filled]
 | |
| 	
 | |
| 
 | |
| 	 "A_init1" -> "A_init3" ;
 | |
| "A_method4" [label="4:  Call _fun_A_init \n   n$2=*&this:class A * [line 19]\n  _=*n$2:class A  [line 19]\n  _fun_A_init(n$2:class A *,10:int ) [line 19]\n " shape="box"]
 | |
| 	
 | |
| 
 | |
| 	 "A_method4" -> "A_method3" ;
 | |
| "A_method3" [label="3:  Return Stmt \n   n$0=*&this:class A * [line 20]\n  n$1=*n$0.field:int  [line 20]\n  *&return:int =n$1 [line 20]\n " shape="box"]
 | |
| 	
 | |
| 
 | |
| 	 "A_method3" -> "A_method2" ;
 | |
| "A_method2" [label="2: Exit A_method \n  " color=yellow style=filled]
 | |
| 	
 | |
| 
 | |
| "A_method1" [label="1: Start A_method\nFormals:  this:class A *\nLocals:  \n   DECLARE_LOCALS(&return); [line 18]\n " color=yellow style=filled]
 | |
| 	
 | |
| 
 | |
| 	 "A_method1" -> "A_method4" ;
 | |
| }
 |