Home
last modified time | relevance | path

Searched defs:Set (Results 1 – 25 of 158) sorted by relevance

1234567

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp39 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 Dmissing_hash_specialization.verify.cpp48 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 Diterator_types.pass.cpp94 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 Diterator_difference_type.pass.cpp117 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 DStringSetTest.cpp20 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 DSparseMultiSetTest.cpp20 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 DSparseSetTest.cpp20 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 DSanitizersTest.cpp20 SanitizerSet Set; in TEST() local
33 SanitizerSet Set; in TEST() local
H A DFileEntryTest.cpp138 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 Dordered_set.bench.cpp
/llvm-project/polly/lib/Support/
H A DISLTools.cpp182 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 DOptions.cpp478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDWARFDebugArangeSetTest.cpp34 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 DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.h44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
/llvm-project/libcxx/test/libcxx/containers/gnu_cxx/
H A Dhash_set_name_lookup.pass.cpp30 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
/llvm-project/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h45 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 Dgtest-filepath.h83 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } in Set() function
/llvm-project/clang/test/Modules/Inputs/
H A Dtemplates-left.h13 template<typename T> class Set; variable
/llvm-project/libcxx/test/std/containers/associative/set/set.cons/
H A Dassign_initializer_list.pass.cpp59 typedef std::set<int, std::less<int>, test_allocator<int> > Set; in duplicate_keys_test() typedef
/llvm-project/lldb/unittests/Host/
H A DSocketAddressTest.cpp25 TEST_F(SocketAddressTest, Set) { in TEST_F() argument
/llvm-project/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp30 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 DOMPContext.cpp442 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 Dincomplete_type.pass.cpp19 typedef std::multiset<A> Set; typedef

1234567