/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 44 struct Set { struct 68 std::vector<Set> Sets; argument
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | FormatCache.cpp | 39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { in Set() function in FormatCache::Entry 44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { in Set() function in FormatCache::Entry 49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { in Set() function in FormatCache::Entry 94 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set() function in FormatCache 99 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() function in FormatCache 104 void FormatCache::Set(ConstString type, in Set() function in FormatCache
|
/llvm-project/libcxx/test/libcxx/containers/unord/unord.set/ |
H A D | missing_hash_specialization.verify.cpp | 48 using Set = std::unordered_set<VT>; in main() typedef 58 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}} in main() typedef 62 Set s; // expected-error@__hash_table:* {{the specified hash does not meet the Hash requirements}} in main() typedef 66 Set s(/*bucketcount*/42, GoodHashNoDefault(nullptr)); in main() typedef
|
/llvm-project/libcxx/test/std/containers/associative/ |
H A D | iterator_types.pass.cpp | 94 typedef std::set<ValueTp> Set; in main() typedef 100 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef 107 typedef std::set<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef 113 typedef std::multiset<ValueTp> Set; in main() typedef 119 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef 126 typedef std::multiset<ValueTp, std::less<ValueTp>, Alloc> Set; in main() typedef
|
/llvm-project/libcxx/test/std/containers/unord/ |
H A D | iterator_difference_type.pass.cpp | 117 typedef std::unordered_set<ValueTp> Set; in main() typedef 123 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef 130 typedef std::unordered_set<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef 136 typedef std::unordered_multiset<ValueTp> Set; in main() typedef 142 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef 149 typedef std::unordered_multiset<ValueTp, std::hash<ValueTp>, std::equal_to<ValueTp>, Alloc> Set; in main() typedef
|
/llvm-project/llvm/unittests/ADT/ |
H A D | StringSetTest.cpp | 20 StringSet<> Set; in TEST_F() local 36 StringSet<> Set; in TEST_F() local 48 StringSet<> Set; in TEST_F() local 58 StringSet<> Set; in TEST_F() local
|
H A D | SparseMultiSetTest.cpp | 20 USet Set; in TEST() local 41 USet Set; in TEST() local 81 USet Set; in TEST() local 162 USet Set; in TEST() local 215 ASet Set; in TEST() local
|
H A D | SparseSetTest.cpp | 20 USet Set; in TEST() local 43 USet Set; in TEST() local 82 USet Set; TEST() local 170 ASet Set; TEST() local 189 USet Set; TEST() local [all...] |
/llvm-project/clang/unittests/Basic/ |
H A D | SanitizersTest.cpp | 20 SanitizerSet Set; in TEST() local 33 SanitizerSet Set; in TEST() local
|
H A D | FileEntryTest.cpp | 138 SmallDenseSet<FileEntryRef, 8> Set; in TEST() local 149 SmallDenseSet<FileEntryRef, 8> Set; in TEST() local 160 SmallDenseSet<FileEntryRef, 8> Set; in TEST() local 180 SmallDenseSet<FileEntryRef, 8> Set; in TEST() local 219 SmallDenseSet<DirectoryEntryRef, 8> Set; in TEST() local 230 SmallDenseSet<DirectoryEntryRef, 8> Set; in TEST() local
|
/llvm-project/libcxx/benchmarks/ |
H A D | ordered_set.bench.cpp |
|
/llvm-project/polly/lib/Support/ |
H A D | ISLTools.cpp | 182 isl::map polly::makeIdentityMap(const isl::set &Set, bool RestrictDomain) { in makeIdentityMap() 192 for (isl::set Set : USet.get_set_list()) { in makeIdentityMap() local 216 isl::set polly::shiftDim(isl::set Set, int Pos, int Amount) { in shiftDim() 230 for (isl::set Set : USet.get_set_list()) { in shiftDim() local 289 void polly::simplify(isl::set &Set) { in simplify() 546 isl::set polly::subtractParams(isl::set Set, isl::set Params) { in subtractParams() 556 [=, &Result](isl::set Set, isl::aff Aff) -> isl::stat { in getConstant() 603 static void foreachPoint(const isl::set &Set, in foreachPoint() 765 for (isl::set Set : USet.get_set_list()) { in printSortedPolyhedra() local 838 static isl::set expand(const isl::set &Set) { in expand() [all …]
|
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
|
/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
H A D | DWARFDebugArangeSetTest.cpp | 34 DWARFDebugArangeSet Set; in ExpectExtractError() local 198 DWARFDebugArangeSet Set; in TEST() local 225 DWARFDebugArangeSet Set; in TEST() local 254 DWARFDebugArangeSet Set; in TEST() local
|
/llvm-project/clang/lib/Basic/ |
H A D | XRayInstr.cpp | 34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_vector_clock.h | 44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
|
/llvm-project/libcxx/test/libcxx/containers/gnu_cxx/ |
H A D | hash_set_name_lookup.pass.cpp | 30 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | WasmEHFuncInfo.h | 45 const auto &Set = UnwindDestToSrcs.lookup(BB); in getUnwindSrcs() local 69 const auto &Set = UnwindDestToSrcs.lookup(MBB); in getUnwindSrcs() local
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 83 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } in Set() function
|
/llvm-project/clang/test/Modules/Inputs/ |
H A D | templates-left.h | 13 template<typename T> class Set; variable
|
/llvm-project/libcxx/test/std/containers/associative/set/set.cons/ |
H A D | assign_initializer_list.pass.cpp | 59 typedef std::set<int, std::less<int>, test_allocator<int> > Set; in duplicate_keys_test() typedef
|
/llvm-project/lldb/unittests/Host/ |
H A D | SocketAddressTest.cpp | 25 TEST_F(SocketAddressTest, Set) { in TEST_F() argument
|
/llvm-project/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 30 void Set(size_t bytes, ConnectionStatus status, DWORD error_code) { in Set() function in __anon2c98e6df0111::ReturnInfo 36 void Set(size_t bytes, ConnectionStatus status, llvm::StringRef error_msg) { in Set() function in __anon2c98e6df0111::ReturnInfo [all...] |
/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 442 getOpenMPContextTraitPropertyKind(TraitSet Set,TraitSelector Selector,StringRef S) getOpenMPContextTraitPropertyKind() argument 487 isValidTraitSelectorForTraitSet(TraitSelector Selector,TraitSet Set,bool & AllowsTraitScore,bool & RequiresProperty) isValidTraitSelectorForTraitSet() argument 502 isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property,TraitSelector Selector,TraitSet Set) isValidTraitPropertyForTraitSetAndSelector() argument 523 listOpenMPContextTraitSelectors(TraitSet Set) listOpenMPContextTraitSelectors() argument 534 listOpenMPContextTraitProperties(TraitSet Set,TraitSelector Selector) listOpenMPContextTraitProperties() argument [all...] |
/llvm-project/libcxx/test/std/containers/associative/multiset/ |
H A D | incomplete_type.pass.cpp | 19 typedef std::multiset<A> Set; typedef
|