Home
last modified time | relevance | path

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

1234

/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/freebsd-head/contrib/llvm-project/lldb/source/DataFormatters/
HDFormatCache.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
94 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { in Set() function in FormatCache
99 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { in Set() function in FormatCache
104 void FormatCache::Set(ConstString type, in Set() function in FormatCache
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
HDOptions.cpp478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDWasmEHFuncInfo.h45 const auto &Set = UnwindDestToSrcs.lookup(BB); in getUnwindSrcs() local
69 const auto &Set = UnwindDestToSrcs.lookup(MBB); in getUnwindSrcs() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_vector_clock.h44 ALWAYS_INLINE void VectorClock::Set(Sid sid, Epoch v) { in Set() function
/freebsd-head/contrib/googletest/googletest/samples/
HDsample2.cc49 void MyString::Set(const char* a_c_string) { in Set() function in MyString
HDsample2_unittest.cc92 TEST(MyString, Set) { in TEST() argument
/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/freebsd-head/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPContext.cpp442 TraitSet Set, TraitSelector Selector, StringRef S) { in getOpenMPContextTraitPropertyKind()
487 TraitSet Set, in isValidTraitSelectorForTraitSet()
502 TraitProperty Property, TraitSelector Selector, TraitSet Set) { in isValidTraitPropertyForTraitSetAndSelector()
523 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { in listOpenMPContextTraitSelectors()
534 llvm::omp::listOpenMPContextTraitProperties(TraitSet Set, in listOpenMPContextTraitProperties()
/freebsd-head/contrib/googletest/googletest/include/gtest/internal/
HDgtest-filepath.h89 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } in Set() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDImmutableGraph.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()
HDX86DiscriminateMemOps.cpp142 DenseSet<unsigned> &Set = Seen[L]; in runOnMachineFunction() local
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDFlags.h73 ValueType Set(ValueType mask) { in Set() function
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
HDtst.lib_base.lua218 local function Set(x) function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
HDSPIRVBaseInfo.cpp195 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { in getExtInstSetName()
220 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set, in getExtInstName()
HDSPIRVInstPrinter.cpp103 auto Set = getExtInstSetFromString(Name); in recordOpExtInstImport() local
365 auto Set = ExtInstSetIDs[SetReg]; in printExtension() local
/freebsd-head/contrib/llvm-project/lldb/source/Core/
HDHighlighter.cpp23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() function in HighlightStyle::ColorStyle
/freebsd-head/contrib/llvm-project/llvm/lib/Support/
HDDeltaAlgorithm.cpp59 for (const changeset_ty &Set : Sets) in Delta() local
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFBaseDIE.h63 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() function
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBEnvironment.cpp75 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { in Set() function in SBEnvironment
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugAranges.cpp30 DWARFDebugArangeSet Set; in extract() local
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator_stats.h37 void Set(AllocatorStat i, uptr v) { in Set() function
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp594 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue()
599 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue()
605 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set, const ReturnStmt *RS) { in enqueueEndOfFunction()
/freebsd-head/contrib/llvm-project/llvm/lib/TableGen/
HDSetTheory.cpp87 RecSet Set; in apply() local
307 const RecVec *SetTheory::expand(Record *Set) { in expand()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDictionary.h28 void Set(const uint8_t *B, size_t S) { in Set() function

1234