Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/freebsd-src/contrib/llvm-project/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
107 m_entries[type].Set(synthetic_sp); in Set() function in FormatCache
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { Set() function in FormatCache
112 void FormatCache::Set(ConstString type, Set() function in FormatCache
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_vector_clock.h44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
/freebsd-src/contrib/googletest/googletest/samples/
H A Dsample2.cc49 void MyString::Set(const char* a_c_string) { in Set() function in MyString
H A Dsample2_unittest.cc92 TEST(MyString, Set) { in TEST() argument
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h83 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } Set() function
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp441 getOpenMPContextTraitPropertyKind(TraitSet Set,TraitSelector Selector,StringRef S) getOpenMPContextTraitPropertyKind() argument
486 isValidTraitSelectorForTraitSet(TraitSelector Selector,TraitSet Set,bool & AllowsTraitScore,bool & RequiresProperty) isValidTraitSelectorForTraitSet() argument
501 isValidTraitPropertyForTraitSetAndSelector(TraitProperty Property,TraitSelector Selector,TraitSet Set) isValidTraitPropertyForTraitSetAndSelector() argument
522 listOpenMPContextTraitSelectors(TraitSet Set) listOpenMPContextTraitSelectors() argument
533 listOpenMPContextTraitProperties(TraitSet Set,TraitSelector Selector) listOpenMPContextTraitProperties() argument
[all...]
/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h73 ValueType Set(ValueType mask) { in Set() function
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVInstPrinter.cpp101 auto Set = getExtInstSetFromString(Name); recordOpExtInstImport() local
351 auto Set = ExtInstSetIDs[SetReg]; printExtension() local
H A DSPIRVBaseInfo.cpp195 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { in getExtInstSetName() argument
217 getExtInstName(SPIRV::InstructionSet::InstructionSet Set,uint32_t InstructionNumber) getExtInstName() argument
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua217 local function Set(x) function
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() function in HighlightStyle::ColorStyle
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp59 for (const changeset_ty &Set : Sets) in Delta() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h63 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() function
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp30 DWARFDebugArangeSet Set; in extract() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set() function in SBEnvironment
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h37 void Set(AllocatorStat i, uptr v) { in Set() function
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp87 RecSet Set; in apply() local
307 expand(Record * Set) expand() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h28 void Set(const uint8_t *B, size_t S) { in Set() function
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp606 for (auto *I : Set) { in enqueue() argument
611 enqueue(ExplodedNodeSet & Set,const CFGBlock * Block,unsigned Idx) enqueue() argument
617 enqueueEndOfFunction(ExplodedNodeSet & Set,const ReturnStmt * RS) enqueueEndOfFunction() argument

1234