/llvm-project/llvm/test/MC/RISCV/ |
H A D | tail-call-invalid.s | 4 tail 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 5 tail %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 6 tail %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 7 tail %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 8 tail %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 9 tail %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 10 tail %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 11 tail %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 12 tail %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
|
H A D | tail-call.s | 31 tail foo label 39 tail bar label 50 tail zero label 58 tail f1 label 66 tail ra label 74 tail foo@plt label
|
/llvm-project/libc/src/string/memory_utils/ |
H A D | op_builtin.h | 36 LIBC_INLINE static void tail(Ptr __restrict dst, CPtr __restrict src, tail() function 80 LIBC_INLINE static void tail(Ptr dst, uint8_t value, size_t count) { tail() function 111 LIBC_INLINE static BcmpReturnType tail(CPtr, CPtr, size_t) { tail() function 138 LIBC_INLINE static MemcmpReturnType tail(CPtr, CPtr, size_t) { tail() function [all...] |
H A D | op_aarch64.h | 114 LIBC_INLINE static BcmpReturnType tail(CPtr p1, CPtr p2, size_t count) { tail() function
|
/llvm-project/third-party/benchmark/src/ |
H A D | benchmark_name.cc | 25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl() 34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl()
|
/llvm-project/lld/test/COFF/ |
H A D | arm-thumb-thunks-multipass.s | 35 tail: label
|
/llvm-project/clang/test/Sema/ |
H A D | unbounded-array-bounds.c | 90 char tail[]; // addr16-note {{declared here}} addr32-note {{declared here}} member 95 char tail[0]; // addr16-note {{declared here}} addr32-note {{declared here}} member 100 char tail[1]; // addr16-note {{declared here}} addr32-note {{declared here}} member
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | p2.cpp | 13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function t… in recurse_until_fail()
|
H A D | example-tuple.cpp | 85 inherited& tail() { return *this; } in tail() function in tuple 86 const inherited& tail() const { return *this; } in tail() function in tuple
|
H A D | example-bind.cpp | 85 inherited& tail() { return *this; } in tail() function in tuple 86 const inherited& tail() const { return *this; } in tail() function in tuple
|
/llvm-project/clang/test/CodeGen/ |
H A D | bounds-checking-fam.cpp | 11 int tail[1]; member
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | Instrumentation.h | 63 const Tail &...tail) { in stringify_helper() argument
|
/llvm-project/libc/AOR_v20.02/math/ |
H A D | exp2.c | 82 double_t kd, r, r2, scale, tail, tmp; in exp2() local
|
H A D | pow.c | 38 log_inline (uint64_t ix, double_t *tail) in log_inline() 179 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
|
H A D | exp.c | 86 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | example-typelist.cpp | 10 typedef Tail tail; typedef
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_symbolize.cpp | 58 SymbolizedStack *tail; member
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 498 auto tail = getTrailingDirectives(tree); in emitNativeCodeMatch() local 1408 auto tail = getTrailingDirectives(tree); in handleReplaceWithNativeCodeCall() local 1485 TrailingDirectives tail = {DagNode(nullptr), DagNode(nullptr), 0}; getTrailingDirectives() local 1520 getLocation(PatternEmitter::TrailingDirectives & tail) getLocation() argument 1538 auto tail = getTrailingDirectives(tree); handleOpCreation() local [all...] |
/llvm-project/libc/test/src/string/memory_utils/ |
H A D | memory_check_utils.h | 189 cpp::span<char> tail = buffer.last(half_size).first(size); CheckMemmove() local
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg26xx.cpp | 163 int neck, tail; f() local
|
/llvm-project/clang/test/Analysis/ |
H A D | stream.c | 472 int tail[]; member 477 int tail[0]; member
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_error.cpp | 95 char *tail = NULL; in __kmp_pragma() local
|
H A D | kmp_i18n.cpp | 106 char *tail = NULL; in __kmp_i18n_do_catopen() local
|
H A D | kmp_str.cpp | 574 char **tail // O: Pointer to tail (may be NULL). in __kmp_str_split()
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 100 struct fn_node *head, *tail; member
|