ad.new

来自「一个很不错的程序切片工具,希望大家来讨论以下,对测试人员很有帮助」· NEW 代码 · 共 97 行

NEW
97
字号
call insert from struct_decl add(a)call insert from struct_decl add(b)for array call insert from struct_decl add(x)INS struct mem new: x.aINS struct mem new: x.bcall insert from struct_decl add(y)INS struct mem new: y.aINS struct mem new: y.bvariable declared: z  at level 1insert members:new: z.xnew: z.x.anew: z.x.bnew: z.ynew: z.y.anew: z.y.bend insert26(0,1,6)     z is structure with 6 membersend var declvariable declared: zed  at level 1zed is an arrayinsert members:new: zed.xnew: zed.x.anew: zed.x.bnew: zed.ynew: zed.y.anew: zed.y.bend insert26(0,8,6)     zed is structure with 6 membersend var decl18(1,5,1,5,4)    source for node 1 line 5 cols 1-41(1,1,main)   Function main 1 entry at 1variable declared: i  at level 3insert members:end insertend var declvariable declared: w  at level 3w is an arrayinsert members:end insertend var decl8(2,1)   local def to i (1) at stmt 2 on line 918(2,9,2,9,7)    source for node 2 line 9 cols 2-78(3,2)   local def to w (2) at stmt 3 on line 107(3,2)   local ref to w (2) at stmt 3 on line 107(3,1)   local ref to i (1) at stmt 3 on line 1018(3,10,2,10,10)    source for node 3 line 10 cols 2-1016(2,3)   connect from 2 to 3dot op: zed.y.a seen 0  is 010(4,13)   global def to zed.y.a (13) at stmt 4 on line 1118(4,11,2,11,16)    source for node 4 line 11 cols 2-1616(3,4)   connect from 3 to 4dot op: zed.x.b seen 0  is 025(1,0,11)    address 1 is var 11 (zed.x.b) of proc 024(5,1)    array address 1 refed at node 518(5,12,2,12,19)    source for node 5 line 12 cols 2-1916(4,5)   connect from 4 to 5dot op: z.y.b seen 0  is 010(6,7)   global def to z.y.b (7) at stmt 6 on line 1318(6,13,2,13,11)    source for node 6 line 13 cols 2-1116(5,6)   connect from 5 to 6dot op: z.x.a seen 0  is 025(2,0,3)    address 2 is var 3 (z.x.a) of proc 024(7,2)    array address 2 refed at node 718(7,14,2,14,14)    source for node 7 line 14 cols 2-1416(6,7)   connect from 6 to 74(2,w,A)    local id array4(1,i)    local id18(8,6,1,6,1)    source for node 8 line 6 cols 1-118(9,15,1,15,1)    source for node 9 line 15 cols 1-116(8,2)   connect from 8 to 216(7,9)   connect from 7 to 917(8,2,7)     nodes 2-7 require node 817(9,8)     nodes 8-8 require node 916(1,8)   connect from 1 to 817(8,1)     nodes 1-1 require node 82(9)    end function main5(8,zed,A)    Global id array5(1,z)    Global id5(2,z.x,A)    Global id array5(3,z.x.a,A)    Global id array5(4,z.x.b,A)    Global id array5(5,z.y)    Global id5(6,z.y.a)    Global id5(7,z.y.b)    Global id5(9,zed.x,A)    Global id array5(10,zed.x.a,A)    Global id array5(11,zed.x.b,A)    Global id array5(12,zed.y)    Global id5(13,zed.y.a)    Global id5(14,zed.y.b)    Global id

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?