Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/MC/RISCV/
H A Dtail-call-invalid.s4 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 Dtail-call.s17 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 Dbenchmark_name.cc25 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 Darm-thumb-thunks-multipass.s35 tail: label
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp2.cpp13 void recurse_until_fail(const Head &, const Tail &...tail) { // expected-note{{candidate function t… in recurse_until_fail()
H A Dexample-tuple.cpp85 inherited& tail() { return *this; } in tail() function in tuple
86 const inherited& tail() const { return *this; } in tail() function in tuple
H A Dexample-bind.cpp85 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 Dbounds-checking-fam.cpp11 int tail[1]; member
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DInstrumentation.h65 const Tail &...tail) { in stringify_helper()
/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dexp2.c82 double_t kd, r, r2, scale, tail, tmp; in exp2() local
H A Dpow.c38 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 Dexp.c86 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dexample-typelist.cpp10 typedef Tail tail; typedef
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp58 SymbolizedStack *tail; member
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_symbolize.cpp58 SymbolizedStack *tail; member
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp479 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 Dkmp_error.cpp95 char *tail = NULL; in __kmp_pragma() local
H A Dkmp_i18n.cpp106 char *tail = NULL; in __kmp_i18n_do_catopen() local
H A Dkmp_str.cpp574 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 Dalgorithm.h152 auto tail = SizedOpT::load(tailAddr<BLOCK_SIZE>(src, runtime_size)); in move() local
/llvm-project-15.0.7/compiler-rt/lib/profile/
H A DGCDAProfiling.c100 struct fn_node *head, *tail; member
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp170 u8 *tail = reinterpret_cast<u8 *>(allocated) + orig_size; in HwasanAllocate() local
H A Dhwasan_report.cpp644 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 Dulp.c141 double tail; member
150 double tail; member
/llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp628 Value tail = b.create<tensor::ExtractSliceOp>(adaptor.getOperand(), index, in matchAndRewrite() local

12