Home
last modified time | relevance | path

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

123456

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/llvm-project-15.0.7/libcxx/test/libcxx/containers/unord/unord.set/
H A Dmissing_hash_specialization.fail.cpp48 using Set = std::unordered_set<VT>; in main() typedef
58 using Set = std::unordered_set<int, BadHashNoCopy>; in main() typedef
62 using Set = std::unordered_set<int, BadHashNoCall>; in main() typedef
66 using Set = std::unordered_set<int, GoodHashNoDefault>; in main() typedef
/llvm-project-15.0.7/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-15.0.7/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
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set() function in FormatCache
107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() function in FormatCache
112 void FormatCache::Set(ConstString type, in Set() function in FormatCache
/llvm-project-15.0.7/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-15.0.7/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; in TEST() local
170 ASet Set; in TEST() local
189 USet Set; in TEST() local
/llvm-project-15.0.7/clang/unittests/Basic/
H A DSanitizersTest.cpp20 SanitizerSet Set; in TEST() local
33 SanitizerSet Set; in TEST() local
H A DFileEntryTest.cpp132 SmallDenseSet<FileEntryRef, 8> Set; in TEST() local
143 SmallDenseSet<FileEntryRef, 8> Set; in TEST() local
173 SmallDenseSet<DirectoryEntryRef, 8> Set; in TEST() local
184 SmallDenseSet<DirectoryEntryRef, 8> Set; in TEST() local
/llvm-project-15.0.7/libcxx/benchmarks/
H A Dordered_set.bench.cpp92 for (auto& Set : Sets) { in run() local
113 for (auto& Set : Data.Sets) { in run() local
134 for (auto& Set : Data.Sets) { in run() local
155 for (auto& Set : Data.Sets) { in run() local
176 for (auto& Set : Data.Sets) { in run() local
196 for (auto& Set : Data.Sets) { in run() local
215 for (auto& Set : Data.Sets) { in run() local
/llvm-project-15.0.7/polly/lib/Support/
H A DISLTools.cpp192 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
277 void polly::simplify(isl::set &Set) { in simplify()
544 [=, &Result](isl::set Set, isl::aff Aff) -> isl::stat { in getConstant()
591 static void foreachPoint(const isl::set &Set, in foreachPoint()
753 for (isl::set Set : USet.get_set_list()) { in printSortedPolyhedra() local
826 static isl::set expand(const isl::set &Set) { in expand()
838 for (isl::set Set : USet.get_set_list()) { in expand() local
845 LLVM_DUMP_METHOD void polly::dumpPw(const isl::set &Set) { in dumpPw()
[all …]
/llvm-project-15.0.7/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-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_vector_clock.h44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
/llvm-project-15.0.7/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-15.0.7/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/llvm-project-15.0.7/libcxx/test/libcxx/containers/gnu_cxx/
H A Dhash_set_name_lookup.pass.cpp32 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DWasmEHFuncInfo.h45 const auto &Set = UnwindDestToSrcs.lookup(BB); in getUnwindSrcs() local
71 const auto &Set = UnwindDestToSrcs.lookup(MBB); in getUnwindSrcs() local
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-filepath.h80 void Set(const FilePath& rhs) { in Set() function
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dtemplates-left.h13 template<typename T> class Set; variable
/llvm-project-15.0.7/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-15.0.7/lldb/unittests/Host/
H A DSocketAddressTest.cpp25 TEST_F(SocketAddressTest, Set) { in TEST_F() argument
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp30 void Set(size_t bytes, ConnectionStatus status, DWORD error_code) { in Set() function in __anon51e59d5c0111::ReturnInfo
36 void Set(size_t bytes, ConnectionStatus status, llvm::StringRef error_msg) { in Set() function in __anon51e59d5c0111::ReturnInfo
/llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/
H A Dincomplete_type.pass.cpp19 typedef std::multiset<A> Set; typedef
/llvm-project-15.0.7/libcxx/test/std/containers/associative/set/
H A Dincomplete_type.pass.cpp19 typedef std::set<A> Set; typedef

123456