/llvm-project/flang/runtime/Float128Math/ |
H A D | math-entries.h | 32 #define DEFINE_FALLBACK(caller, ret_type) \ argument 47 #define DEFINE_SIMPLE_ALIAS(caller, callee) \ argument 61 #define DEFINE_FALLBACK_F128(caller) DEFINE_FALLBACK(caller, ::F128RetType) argument 62 #define DEFINE_FALLBACK_I32(caller) DEFINE_FALLBACK(caller, ::I32RetType) argument 63 #define DEFINE_FALLBACK_I64(caller) DEFINE_FALLBAC argument [all...] |
/llvm-project/lld/test/ELF/ |
H A D | ppc64-bsymbolic-toc-restore.s | 27 .global caller symbol 29 caller: label
|
H A D | ppc64-split-stack-adjust-overflow.s | 26 .global caller symbol 28 caller: label
|
H A D | ppc64-split-stack-adjust-size-success.s | 25 .global caller symbol 27 caller: label
|
H A D | ppc64-pcrel-call-to-toc.s | 77 caller: label
|
H A D | ppc64-pcrel-call-to-toc-error.s | 29 caller: label
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | exceptions-cxx-ehsc.cpp | 8 void caller() { in caller() function 23 void caller() { in caller() function
|
H A D | clang-call-terminate.uwtable.cpp | 8 void caller(void callback()) noexcept { callback(); } in caller() function
|
H A D | empty-nontrivially-copyable.cpp | 21 void caller(Empty &e) { in caller() function
|
/llvm-project/mlir/test/lib/Transforms/ |
H A D | TestInlining.cpp | 42 [&](func::CallIndirectOp caller) { callers.push_back(caller); }); in runOnOperation() 48 for (auto caller : callers) { in runOnOperation() local
|
/llvm-project/clang/test/Analysis/ |
H A D | shallow-mode.m | 19 + (void)caller; class 23 + (void)caller { class
|
H A D | checker-plugins.c | 15 void caller() { in caller() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | cfi-check-fail.c | 6 void caller(void (*f)(void)) { in caller() function
|
H A D | catch-alignment-assumption-builtin_assume_aligned-two-params.cpp | 9 void *caller(char **x) { in caller() function
|
H A D | catch-alignment-assumption-builtin_assume_aligned-three-params.cpp | 9 void *caller(char **x) { in caller() function
|
H A D | asm-call-func.c | 4 void caller(void) { in caller() function
|
H A D | cfi-check-fail2.c | 12 void caller(void (*f)(void)) { in caller() function
|
H A D | ubsan-function.cpp | 37 void caller(void (*f)()) { f(); } caller() function
|
H A D | catch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp | 9 void *caller(char **x, unsigned long offset) { in caller() function
|
H A D | catch-alignment-assumption-array.c | 9 void *caller(void) { in caller() function
|
H A D | ubsan-function-sugared.cpp | 37 void caller() { in caller() function
|
H A D | catch-alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp | 20 char **caller(char **x) { in caller() function
|
H A D | catch-alignment-assumption-attribute-assume_aligned-on-function.cpp | 20 char **caller(char **x) { in caller() function
|
H A D | catch-alignment-assumption-attribute-alloc_align-on-function.cpp | 89 char **caller(char **x) { in caller() function
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | hsa-amdgpu-exprs.s | 11 caller: label
|