Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h44 struct Set { struct
68 std::vector<Set> Sets; argument
/freebsd/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
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/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
/freebsd/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/contrib/llvm-project/clang/lib/Basic/
H A DXRayInstr.cpp34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
/freebsd/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/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/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.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/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h89 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } in Set() function
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h73 ValueType Set(ValueType mask) { in Set() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua218 local function Set(x) function
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp195 std::string getExtInstSetName(SPIRV::InstructionSet::InstructionSet Set) { in getExtInstSetName()
220 std::string getExtInstName(SPIRV::InstructionSet::InstructionSet Set, in getExtInstName()
H A DSPIRVInstPrinter.cpp103 auto Set = getExtInstSetFromString(Name); in recordOpExtInstImport() local
365 auto Set = ExtInstSetIDs[SetReg]; in printExtension() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() function in HighlightStyle::ColorStyle
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDeltaAlgorithm.cpp59 for (const changeset_ty &Set : Sets) in Delta() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h63 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() function
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp30 DWARFDebugArangeSet Set; in extract() local
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h37 void Set(AllocatorStat i, uptr v) { in Set() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.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/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp87 RecSet Set; in apply() local
307 const RecVec *SetTheory::expand(Record *Set) { in expand()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h28 void Set(const uint8_t *B, size_t S) { in Set() function

12345