HomeSort by relevance Sort by last modified time
    Searched defs:foo_int (Results 1 - 4 of 4) sorted by null

  /external/v8/test/mjsunit/lithium/
MulI.js 39 function foo_int(a, b) { function
55 foo_int(10, 21474800);
56 var r3 = foo_int(10, 21474800);
57 %OptimizeFunctionOnNextCall(foo_int);
58 var r4 = foo_int(10, 21474800);
StoreKeyed.js 35 function foo_int(a, i, v) { function
53 foo_int(A1_int, 1, 34);
54 foo_int(A2_int, 1, 34);
55 %OptimizeFunctionOnNextCall(foo_int);
56 foo_int(A3_int, 1, 34);
  /external/clang/test/CodeGen/
ppc64-complex-parms.c 25 int foo_int(_Complex int x) { function
29 // CHECK: define signext i32 @foo_int(i32 {{[%A-Za-z0-9.]+}}, i32 {{[%A-Za-z0-9.]+}}) [[NUW]] {
104 foo_int(2 - 3i);
117 // CHECK: %{{[A-Za-z0-9.]+}} = call signext i32 @foo_int(i32 %[[VAR35]], i32 %[[VAR37]])
ppc64-complex-return.c 26 _Complex int foo_int(_Complex int x) { function
30 // CHECK: define { i32, i32 } @foo_int(i32 {{[%A-Za-z0-9.]+}}, i32 {{[%A-Za-z0-9.]+}}) [[NUW]] {
84 return __real__(foo_int(2 - 3i));
88 // CHECK: [[VAR4:[%A-Za-z0-9.]+]] = call { i32, i32 } @foo_int

Completed in 245 milliseconds