/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugPubTable.h | 44 struct Set { struct 68 std::vector<Set> Sets; argument
|
/freebsd-src/contrib/llvm-project/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 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 D | Options.cpp | 478 auto UpdateSet = [&](auto &List, auto &Set) { in propagateOptions()
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/googletest/googletest/samples/ |
H A D | sample2.cc | 49 void MyString::Set(const char* a_c_string) { in Set() function in MyString
|
H A D | sample2_unittest.cc | 92 TEST(MyString, Set) { in TEST() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | XRayInstr.cpp | 34 void serializeXRayInstrValue(XRayInstrSet Set, in serializeXRayInstrValue()
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-filepath.h | 83 void Set(const FilePath& rhs) { pathname_ = rhs.pathname_; } Set() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 441 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 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
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Flags.h | 73 ValueType Set(ValueType mask) { in Set() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 101 auto Set = getExtInstSetFromString(Name); recordOpExtInstImport() local 351 auto Set = ExtInstSetIDs[SetReg]; printExtension() local
|
H A D | SPIRVBaseInfo.cpp | 195 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 D | tst.lib_base.lua | 217 local function Set(x) function
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | Highlighter.cpp | 23 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, in Set() function in HighlightStyle::ColorStyle
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 59 for (const changeset_ty &Set : Sets) in Delta() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFBaseDIE.h | 63 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { in Set() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAranges.cpp | 30 DWARFDebugArangeSet Set; in extract() local
|
/freebsd-src/contrib/llvm-project/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
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 37 void Set(AllocatorStat i, uptr v) { in Set() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | SetTheory.cpp | 87 RecSet Set; in apply() local 307 expand(Record * Set) expand() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDictionary.h | 28 void Set(const uint8_t *B, size_t S) { in Set() function
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CoreEngine.cpp | 606 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
|