Home
last modified time | relevance | path

Searched defs:callee0 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dattr-no-tail.c13 int callee0(int a) __attribute__((not_tail_called)) { in callee0() function
H A Dcallback_pthread_create.c26 static void *callee0(void *payload) { in callee0() function
/llvm-project/compiler-rt/test/profile/
H A Dinstrprof-thinlto-indirect-call-promotion.cpp79 static void callee0() {} in callee0() function
/llvm-project/compiler-rt/test/ubsan/TestCases/TypeCheck/Function/
H A Dc.c6 void callee0(int (*a)[]) {} in callee0() function
/llvm-project/clang/test/CodeGenObjC/
H A Ddisable-tail-call-escaping-block.m26 void callee0(__attribute__((noescape)) BlockTy); function