| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugPubTable.h | 44 struct Set { struct 68 std::vector<Set> Sets; argument
|
| /llvm-project-15.0.7/libcxx/test/libcxx/containers/unord/unord.set/ |
| H A D | missing_hash_specialization.fail.cpp | 48 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 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-15.0.7/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 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 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-15.0.7/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; 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 D | SanitizersTest.cpp | 20 SanitizerSet Set; in TEST() local 33 SanitizerSet Set; in TEST() local
|
| H A D | FileEntryTest.cpp | 132 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 D | ordered_set.bench.cpp | 92 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 D | ISLTools.cpp | 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 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 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-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_vector_clock.h | 44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
|
| /llvm-project-15.0.7/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-15.0.7/clang/lib/Basic/ |
| H A D | XRayInstr.cpp | 34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
|
| /llvm-project-15.0.7/libcxx/test/libcxx/containers/gnu_cxx/ |
| H A D | hash_set_name_lookup.pass.cpp | 32 typedef __gnu_cxx::hash_set<int> Set; in main() typedef
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/ |
| H A D | WasmEHFuncInfo.h | 45 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 D | gtest-filepath.h | 80 void Set(const FilePath& rhs) { in Set() function
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/ |
| H A D | templates-left.h | 13 template<typename T> class Set; variable
|
| /llvm-project-15.0.7/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-15.0.7/lldb/unittests/Host/ |
| H A D | SocketAddressTest.cpp | 25 TEST_F(SocketAddressTest, Set) { in TEST_F() argument
|
| /llvm-project-15.0.7/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 30 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 D | incomplete_type.pass.cpp | 19 typedef std::multiset<A> Set; typedef
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/ |
| H A D | incomplete_type.pass.cpp | 19 typedef std::set<A> Set; typedef
|