Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Result

64   int Result;
65 if (Val > 12.345) Result = 4;
66 return Result; /* Test use of undefined value */
76 int Result = Param;
80 EF1(&Result, &c, &X);
85 EF1(&Result, &c, &X);
89 return Result;
112 int i, Result = 0;
114 Result += Array[i];
116 return Result;