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

/external/compiler-rt/test/asan/TestCases/
H A Ddeep_tail_call.cc14 // CHECK: {{#3.*call1}}
15 void __attribute__((noinline)) call1(int i) { call2(i); } function
18 call1(argc);
/external/libcxxabi/test/
H A Dbacktrace_test.pass.cpp41 void call1(size_t* ntraced, bool do_throw) { function
49 call1(&nothrow_ntraced, false);
52 call1(&throw_ntraced, true);
/external/v8/test/mjsunit/
H A Ddebug-stepin-function-call.js67 function call1() { function
156 [call1, call2, call3, call4, apply1, apply2, apply3, apply4, bind1,
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c1254 IRExpr *call1, *call2, *res; local
1272 call1 = mkIRExprCCall(
1287 res = binop(Iop_Or32, call1, call2);
1289 res = call1;

Completed in 287 milliseconds