Home
last modified time | relevance | path

Searched defs:caller (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project/flang/runtime/Float128Math/
H A Dmath-entries.h32 #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 Dppc64-bsymbolic-toc-restore.s27 .global caller symbol
29 caller: label
H A Dppc64-split-stack-adjust-overflow.s26 .global caller symbol
28 caller: label
H A Dppc64-split-stack-adjust-size-success.s25 .global caller symbol
27 caller: label
H A Dppc64-pcrel-call-to-toc.s77 caller: label
H A Dppc64-pcrel-call-to-toc-error.s29 caller: label
/llvm-project/clang/test/CodeGenCXX/
H A Dexceptions-cxx-ehsc.cpp8 void caller() { in caller() function
23 void caller() { in caller() function
H A Dclang-call-terminate.uwtable.cpp8 void caller(void callback()) noexcept { callback(); } in caller() function
H A Dempty-nontrivially-copyable.cpp21 void caller(Empty &e) { in caller() function
/llvm-project/mlir/test/lib/Transforms/
H A DTestInlining.cpp42 [&](func::CallIndirectOp caller) { callers.push_back(caller); }); in runOnOperation()
48 for (auto caller : callers) { in runOnOperation() local
/llvm-project/clang/test/Analysis/
H A Dshallow-mode.m19 + (void)caller; class
23 + (void)caller { class
H A Dchecker-plugins.c15 void caller() { in caller() function
/llvm-project/clang/test/CodeGen/
H A Dcfi-check-fail.c6 void caller(void (*f)(void)) { in caller() function
H A Dcatch-alignment-assumption-builtin_assume_aligned-two-params.cpp9 void *caller(char **x) { in caller() function
H A Dcatch-alignment-assumption-builtin_assume_aligned-three-params.cpp9 void *caller(char **x) { in caller() function
H A Dasm-call-func.c4 void caller(void) { in caller() function
H A Dcfi-check-fail2.c12 void caller(void (*f)(void)) { in caller() function
H A Dubsan-function.cpp37 void caller(void (*f)()) { f(); } caller() function
H A Dcatch-alignment-assumption-builtin_assume_aligned-three-params-variable.cpp9 void *caller(char **x, unsigned long offset) { in caller() function
H A Dcatch-alignment-assumption-array.c9 void *caller(void) { in caller() function
H A Dubsan-function-sugared.cpp37 void caller() { in caller() function
H A Dcatch-alignment-assumption-attribute-assume_aligned-on-function-two-params.cpp20 char **caller(char **x) { in caller() function
H A Dcatch-alignment-assumption-attribute-assume_aligned-on-function.cpp20 char **caller(char **x) { in caller() function
H A Dcatch-alignment-assumption-attribute-alloc_align-on-function.cpp89 char **caller(char **x) { in caller() function
/llvm-project/llvm/test/MC/AMDGPU/
H A Dhsa-amdgpu-exprs.s11 caller: label

1234