Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp441 TraitSet Set, TraitSelector Selector, StringRef S) { in getOpenMPContextTraitPropertyKind()
486 TraitSet Set, in isValidTraitSelectorForTraitSet()
501 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
522 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors()
533 llvm::omp::listOpenMPContextTraitProperties(TraitSet Set, in listOpenMPContextTraitProperties()
/openbsd-src/gnu/llvm/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.cpp142 DenseSet<unsigned> &Set = Seen[L]; in runOnMachineFunction() local
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp30 void Set(size_t bytes, ConnectionStatus status, DWORD error_code) { in Set() function in __anon6acae5c30111::ReturnInfo
36 void Set(size_t bytes, ConnectionStatus status, llvm::StringRef error_msg) { in Set() function in __anon6acae5c30111::ReturnInfo
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.h44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate34.C20 int (*Set<T>::cmp2)(const T&, const T&) = &gen_cmp; variable
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvirtual4.C9 void Set() { SetProp(); } in Set() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp65 auto Set = getExtInstSetFromString(Name); in recordOpExtInstImport() local
313 auto Set = ExtInstSetIDs[SetReg]; in printExtension() local
H A DSPIRVBaseInfo.cpp177 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { in getExtInstSetName()
199 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set, in getExtInstName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DFlags.h73 ValueType Set(ValueType mask) { in Set() function
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DHighlighter.cpp23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() function in HighlightStyle::ColorStyle
/openbsd-src/gnu/llvm/llvm/lib/TableGen/
H A DSetTheory.cpp87 RecSet Set; in apply() local
307 const RecVec *SetTheory::expand(Record *Set) { in expand()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp606 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue()
611 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue()
617 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS) { in enqueueEndOfFunction()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDeltaAlgorithm.cpp59 for (const changeset_ty &Set : Sets) in Delta() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h61 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBEnvironment.cpp75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set() function in SBEnvironment
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp30 DWARFDebugArangeSet Set; in extract() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h43 void Set(AllocatorStat i, uptr v) { in Set() function
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h28 void Set(const uint8_t *B, size_t S) { in Set() function

1234