Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h43 struct Set { struct
67 std::vector<Set> Sets; argument
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
H A DSanitizers.cpp38 void clang::serializeSanitizerSet(SanitizerSet Set, in serializeSanitizerSet()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_vector_clock.h44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp444 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 Dgtest-filepath.h76 void Set(const FilePath& rhs) { in Set() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DImmutableGraph.h164 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 DX86DiscriminateMemOps.cpp139 DenseSet<unsigned> &Set = Seen[L]; in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp27 DWARFDebugArangeSet Set; in extract() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h44 void Set(AllocatorStat i, uptr v) { in Set() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_stats.h42 void Set(AllocatorStat i, uptr v) { in Set() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_stats.h43 void Set(AllocatorStat i, uptr v) { in Set() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp577 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 DDynamicType.cpp135 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 DSetTheory.cpp88 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 DFuzzerDictionary.h29 void Set(const uint8_t *B, uint8_t S) { in Set() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSmallSet.h139 std::set<T, C> Set; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhash-set-tests.c228 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 DCXString.cpp114 CXStringSet *Set = new CXStringSet; in createSet() local
H A DCIndexDiagnostic.cpp172 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 DRDFDeadCode.cpp48 DenseSet<T> Set; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassAnalysisSupport.h62 void pushUnique(VectorType &Set, AnalysisID ID) { in pushUnique()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DStackLifetime.h70 LiveRange(unsigned Size, bool Set = false) : Bits(Size, Set) {} in Bits() argument

1234