| /llvm-project-15.0.7/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 | 17 tail foo label 22 tail bar label 31 tail zero label 37 tail f1 label 43 tail ra label 49 tail foo@plt label
|
| /llvm-project-15.0.7/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-15.0.7/lld/test/COFF/ |
| H A D | arm-thumb-thunks-multipass.s | 35 tail: label
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/CodeGen/ |
| H A D | bounds-checking-fam.cpp | 11 int tail[1]; member
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | Instrumentation.h | 65 const Tail &...tail) { in stringify_helper()
|
| /llvm-project-15.0.7/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-15.0.7/clang/test/SemaTemplate/ |
| H A D | example-typelist.cpp | 10 typedef Tail tail; typedef
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_symbolize.cpp | 58 SymbolizedStack *tail; member
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_symbolize.cpp | 58 SymbolizedStack *tail; member
|
| /llvm-project-15.0.7/mlir/tools/mlir-tblgen/ |
| H A D | RewriterGen.cpp | 479 auto tail = getTrailingDirectives(tree); in emitNativeCodeMatch() local 1256 auto tail = getTrailingDirectives(tree); in handleReplaceWithNativeCodeCall() local 1333 TrailingDirectives tail = {DagNode(nullptr), DagNode(nullptr), 0}; in getTrailingDirectives() local 1368 PatternEmitter::getLocation(PatternEmitter::TrailingDirectives &tail) { in getLocation() 1386 auto tail = getTrailingDirectives(tree); in handleOpCreation() local
|
| /llvm-project-15.0.7/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-15.0.7/libc/src/string/memory_utils/ |
| H A D | algorithm.h | 152 auto tail = SizedOpT::load(tailAddr<BLOCK_SIZE>(src, runtime_size)); in move() local
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | GCDAProfiling.c | 100 struct fn_node *head, *tail; member
|
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.cpp | 170 u8 *tail = reinterpret_cast<u8 *>(allocated) + orig_size; in HwasanAllocate() local
|
| H A D | hwasan_report.cpp | 644 u8 *tail = reinterpret_cast<u8*>(untagged_addr + orig_size); in ReportTailOverwritten() local
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/test/ |
| H A D | ulp.c | 141 double tail; member 150 double tail; member
|
| /llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/ |
| H A D | ShapeToStandard.cpp | 628 Value tail = b.create<tensor::ExtractSliceOp>(adaptor.getOperand(), index, in matchAndRewrite() local
|