/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 44 struct Set { struct 68 std::vector<Set> Sets; argument
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | Options.cpp | 478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | WasmEHFuncInfo.h | 45 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 D | OMPContext.cpp | 441 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 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 | 142 DenseSet<unsigned> &Set = Seen[L]; in runOnMachineFunction() local
|
/openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
H A D | ConnectionGenericFileWindows.cpp | 30 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 D | XRayInstr.cpp | 34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | template34.C | 20 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 D | virtual4.C | 9 void Set() { SetProp(); } in Set() function
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 65 auto Set = getExtInstSetFromString(Name); in recordOpExtInstImport() local 313 auto Set = ExtInstSetIDs[SetReg]; in printExtension() local
|
H A D | SPIRVBaseInfo.cpp | 177 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 D | Flags.h | 73 ValueType Set(ValueType mask) { in Set() function
|
/openbsd-src/gnu/llvm/lldb/source/Core/ |
H A D | Highlighter.cpp | 23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() function in HighlightStyle::ColorStyle
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 87 RecSet Set; in apply() local 307 const RecVec *SetTheory::expand(Record *Set) { in expand()
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 606 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 D | DeltaAlgorithm.cpp | 59 for (const changeset_ty &Set : Sets) in Delta() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFBaseDIE.h | 61 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() function
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBEnvironment.cpp | 75 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 D | DWARFDebugAranges.cpp | 30 DWARFDebugArangeSet Set; in extract() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 43 void Set(AllocatorStat i, uptr v) { in Set() function
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDictionary.h | 28 void Set(const uint8_t *B, size_t S) { in Set() function
|