Home
last modified time | relevance | path

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

12

/llvm-project/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.s31 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 Dop_builtin.h36 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 Dop_aarch64.h114 LIBC_INLINE static BcmpReturnType tail(CPtr p1, CPtr p2, size_t count) { tail() function
/llvm-project/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/lld/test/COFF/
H A Darm-thumb-thunks-multipass.s35 tail: label
/llvm-project/clang/test/Sema/
H A Dunbounded-array-bounds.c90 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 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/clang/test/CodeGen/
H A Dbounds-checking-fam.cpp11 int tail[1]; member
/llvm-project/lldb/include/lldb/Utility/
H A DInstrumentation.h63 const Tail &...tail) { in stringify_helper() argument
/llvm-project/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/clang/test/SemaTemplate/
H A Dexample-typelist.cpp10 typedef Tail tail; typedef
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp58 SymbolizedStack *tail; member
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp498 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 Dmemory_check_utils.h189 cpp::span<char> tail = buffer.last(half_size).first(size); CheckMemmove() local
/llvm-project/clang/test/CXX/drs/
H A Dcwg26xx.cpp163 int neck, tail; f() local
/llvm-project/clang/test/Analysis/
H A Dstream.c472 int tail[]; member
477 int tail[0]; member
/llvm-project/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/compiler-rt/lib/profile/
H A DGCDAProfiling.c100 struct fn_node *head, *tail; member

12