| /llvm-project-15.0.7/llvm/test/MC/Mips/ |
| H A D | macro-seq.s | 5 seq $2, $11, $0 label 7 seq $2, $0, $11 label 9 seq $2, $0, $0 label 11 seq $2, $11, $12 label 14 seq $2, $11, 45 label 21 seq $2, $3 label 24 seq $2, 0x8888 label 27 seq $2, $3, -1546 label 31 seq $2, -7546 label 48 seq $4, $5, 0 label [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | fold_expr_expansion_limit.cpp | 3 template <class T, T... V> struct seq { struct 8 auto x = __make_integer_seq<seq, int, N>{}; argument
|
| H A D | warn-comma-operator.cpp | 247 typedef bool_seq<xs::value...> seq; typedef in test_template::Foo
|
| /llvm-project-15.0.7/llvm/test/MC/M68k/Control/Classes/ |
| H A D | MxScc.s | 26 seq %d7 label 75 seq (0,%a0) label
|
| /llvm-project-15.0.7/llvm/test/MC/M68k/ |
| H A D | instructions.s | 30 seq %d0 label
|
| /llvm-project-15.0.7/libc/test/src/__support/CPP/ |
| H A D | integer_sequence_test.cpp | 25 bool checkArray(IntegerSequence<T, Ts...> seq) { in checkArray()
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceSave.py | 8 def find(predicate, seq): argument
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | custom_mutex.h | 42 for (int seq = seq_; seq == seq_;) { in Wait() local
|
| /llvm-project-15.0.7/libcxxabi/test/ |
| H A D | thread_local_destruction_order.pass.cpp | 17 int seq = 0; variable
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | YAMLIOTest.cpp | 112 FooBarSequence seq; in TEST() local 216 FooBarSequence seq; in TEST() local 1484 SecondsSequence seq; in TEST() local 1501 SecondsSequence seq; in TEST() local 1877 FlowFooBarSequence seq; member 2208 std::vector<float> seq; in TEST() local 2244 std::vector<Hex8> seq; in TEST() local 2274 std::vector<Hex16> seq; in TEST() local 2303 std::vector<Hex32> seq; in TEST() local 2333 std::vector<Hex64> seq; in TEST() local [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_mutexset.h | 28 u32 seq; member
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LineTable.cpp | 30 LineSequenceImpl *seq = static_cast<LineSequenceImpl *>(sequence.get()); in LineTable() local 75 LineSequenceImpl *seq = reinterpret_cast<LineSequenceImpl *>(sequence); in AppendLineEntryToSequence() local 107 LineSequenceImpl *seq = reinterpret_cast<LineSequenceImpl *>(sequence); in InsertSequence() local
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_deadlock_detector2.cpp | 33 u32 seq; member 43 u32 seq; member 78 u32 seq; member
|
| H A D | sanitizer_mutex.cpp | 142 u64 seq; member
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_error.cpp | 250 …eck_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint32 seq ) 336 …ush_sync( int gtid, enum cons_type ct, ident_t const * ident, kmp_user_lock_p lck, kmp_uint32 seq )
|
| H A D | kmp_lock.h | 1107 #define KMP_IS_D_LOCK(seq) \ argument 1109 #define KMP_IS_I_LOCK(seq) \ argument 1111 #define KMP_GET_I_TAG(seq) (kmp_indirect_locktag_t)((seq)-KMP_FIRST_I_LOCK) argument 1112 #define KMP_GET_D_TAG(seq) ((seq) << 1 | 1) argument 1161 #define KMP_INIT_D_LOCK(l, seq) \ argument 1165 #define KMP_INIT_I_LOCK(l, seq) \ argument
|
| H A D | kmp_csupport.cpp | 1357 #define KMP_TSX_LOCK(seq) lockseq_##seq in __kmp_map_hint_to_lock() argument 2320 kmp_dyna_lockseq_t seq) { in __kmp_init_lock_with_hint() 2338 kmp_dyna_lockseq_t seq) { in __kmp_init_nest_lock_with_hint()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_mutexset.h | 30 u32 seq; member
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | DebugMap.cpp | 188 IO &io, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq) { in size() 194 IO &, std::vector<std::unique_ptr<dsymutil::DebugMapObject>> &seq, in element()
|
| /llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/ |
| H A D | Grammar.h | 132 llvm::ArrayRef<SymbolID> seq() const { in seq() function
|
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/alg.min.max/ |
| H A D | minmax_element.pass.cpp | 72 TestUtils::Sequence<T> seq; member
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | TypeConverter.h | 346 mlir::Type convertSequenceType(SequenceType seq) { in convertSequenceType()
|
| /llvm-project-15.0.7/clang/test/CodeGenCoroutines/ |
| H A D | coro-halo.cpp | 66 generator<T> seq() { in seq() function
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | Sequence.h | 306 auto seq(T Begin, T End) { in seq() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/charconv/charconv.msvc/ |
| H A D | test.cpp | 99 seed_seq seq(vec.cbegin(), vec.cend()); in initialize_randomness() local
|