Home
last modified time | relevance | path

Searched defs:call3 (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/test/asan/TestCases/
Ddeep_tail_call.cc11 void __attribute__((noinline)) call3(int i) { call4(i); } in call3() function
/external/llvm-project/compiler-rt/test/asan/TestCases/
Ddeep_tail_call.cpp11 void __attribute__((noinline)) call3(int i) { call4(i); } in call3() function
/external/llvm-project/clang/test/CodeGenCXX/
Dubsan-unreachable.cpp45 void call3() { in call3() function
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java490 ClientCall<String, Integer> call3 = channel.newCall(method, CallOptions.DEFAULT); in subtestCallsAndShutdown() local
1200 ClientCall<String, Integer> call3 = in oobchannels() local