/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 43 struct Set { struct 67 std::vector<Set> Sets; argument
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | XRayInstr.cpp | 34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
|
H A D | Sanitizers.cpp | 38 void clang::serializeSanitizerSet(SanitizerSet Set, in serializeSanitizerSet()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_vector_clock.h | 44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 444 TraitSet Set, TraitSelector Selector, StringRef S) { in getOpenMPContextTraitPropertyKind() 489 TraitSet Set, in isValidTraitSelectorForTraitSet() 504 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector() 525 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors() 536 llvm::omp::listOpenMPContextTraitProperties(TraitSet Set, in listOpenMPContextTraitProperties()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 76 void Set(const FilePath& rhs) { in Set() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | ImmutableGraph.h | 164 const NodeSet &Set; variable 173 iterator(const NodeSet &Set, size_type Begin) in iterator() 252 const EdgeSet &Set; variable 261 iterator(const EdgeSet &Set, size_type Begin) in iterator()
|
H A D | X86DiscriminateMemOps.cpp | 139 DenseSet<unsigned> &Set = Seen[L]; in runOnMachineFunction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 27 DWARFDebugArangeSet Set; in extract() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 44 void Set(AllocatorStat i, uptr v) { in Set() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 42 void Set(AllocatorStat i, uptr v) { in Set() function
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 43 void Set(AllocatorStat i, uptr v) { in Set() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 577 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue() 582 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue() 588 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS) { in enqueueEndOfFunction()
|
H A D | DynamicType.cpp | 135 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); in setDynamicTypeAndCastInfo() local 257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out, in printJson()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 88 RecSet Set; in apply() local 308 const RecVec *SetTheory::expand(Record *Set) { in expand()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerDictionary.h | 29 void Set(const uint8_t *B, uint8_t S) { in Set() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | SmallSet.h | 139 std::set<T, C> Set; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | hash-set-tests.c | 228 typedef hash_set <val_t, false, value_hash_traits> Set; in test_set_of_type_with_ctor_and_dtor() typedef
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXString.cpp | 114 CXStringSet *Set = new CXStringSet; in createSet() local
|
H A D | CIndexDiagnostic.cpp | 172 Set = static_cast<CXDiagnosticSetImpl*>(TU->Diagnostics); in lazyCreateDiags() local 182 CXDiagnosticSetImpl *Set = new CXDiagnosticSetImpl(); in lazyCreateDiags() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | RDFDeadCode.cpp | 48 DenseSet<T> Set; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ |
H A D | PassAnalysisSupport.h | 62 void pushUnique(VectorType &Set, AnalysisID ID) { in pushUnique()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | StackLifetime.h | 70 LiveRange(unsigned Size, bool Set = false) : Bits(Size, Set) {} in Bits() argument
|