Searched refs:call2 (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
H A Ddeep_tail_call.cc12 // CHECK: {{#2.*call2}}
13 void __attribute__((noinline)) call2(int i) { call3(i); } function
15 void __attribute__((noinline)) call1(int i) { call2(i); }
/external/libcxxabi/test/
H A Dbacktrace_test.cpp32 void call2(size_t* ntraced, bool do_throw) { function
41 call2(ntraced, do_throw);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepin-function-call.js74 function call2() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1254 IRExpr *call1, *call2, *res; local
1279 call2 = mkIRExprCCall(
1287 res = binop(Iop_Or32, call1, call2);

Completed in 194 milliseconds