Searched defs:Set (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-13-stable/contrib/googletest/googletest/samples/
H A Dsample2.cc49 void MyString::Set(const char* a_c_string) { function in class:MyString
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFBaseDIE.h60 void Set(DWARFUnit *cu, DWARFDebugInfoEntry *die) { function in class:DWARFBaseDIE
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h76 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h73 ValueType Set(ValueType mask) { function in class:lldb_private::Flags
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp22 void HighlightStyle::ColorStyle::Set(llvm::StringRef prefix, function in class:HighlightStyle::ColorStyle
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatCache.cpp39 void FormatCache::Entry::Set(lldb::TypeFormatImplSP format_sp) { function in class:FormatCache::Entry
44 void FormatCache::Entry::Set(lldb::TypeSummaryImplSP summary_sp) { function in class:FormatCache::Entry
49 void FormatCache::Entry::Set(lldb::SyntheticChildrenSP synthetic_sp) { function in class:FormatCache::Entry
102 void FormatCache::Set(ConstString type, lldb::TypeFormatImplSP &format_sp) { function in class:FormatCache
107 void FormatCache::Set(ConstString type, lldb::TypeSummaryImplSP &summary_sp) { function in class:FormatCache
112 void FormatCache::Set(ConstString type, function in class:FormatCache
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugPubTable.h43 struct Set { struct in class:llvm::DWARFDebugPubTable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp28 DWARFDebugArangeSet Set; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBEnvironment.cpp79 bool SBEnvironment::Set(const char *name, const char *value, bool overwrite) { function in class:SBEnvironment
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallSet.h139 std::set<T, C> Set; member in class:llvm::SmallSet
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_stats.h43 void Set(AllocatorStat i, uptr v) { function in class:AllocatorStats
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h166 static data_type Set(data_type B, key_type K, value_type E, function in struct:clang::ento::ProgramStatePartialTrait
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua217 local function Set(x) function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp48 DenseSet<T> Set; member in struct:DeadCodeElimination::SetQueue
H A DBitTracker.h104 DenseSet<const MachineInstr*> Set; // Set to avoid adding duplicate entries. member in struct:llvm::BitTracker::UseQueueType
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp81 static void DFS(BasicBlock *Root, SetVector<BasicBlock*> & Set) { argument
H A DGCNMinRegStrategy.cpp191 SmallPtrSet<const SUnit*, 32> Set; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp139 DenseSet<unsigned> &Set = Seen[L]; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp117 static void inputOne(IO &IO, StringRef Key, std::set<ELFSymbol> &Set) { argument
123 static void output(IO &IO, std::set<ELFSymbol> &Set) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPContext.h124 addTrait(TraitSet Set, TraitProperty Property, APInt *Score = nullptr) argument
146 addTrait(TraitSet Set, TraitProperty Property) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h28 void Set(const uint8_t *B, uint8_t S) { function in class:fuzzer::FixedWord
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp213 PtrSet Set = SetPtr ? *SetPtr : F.getEmptySet(); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp135 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); local
257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPContext.cpp428 TraitProperty llvm::omp::getOpenMPContextTraitPropertyKind(TraitSet Set, argument
503 std::string llvm::omp::listOpenMPContextTraitSelectors(TraitSet Set) { argument
466 isValidTraitSelectorForTraitSet(TraitSelector Selector, TraitSet Set, bool &AllowsTraitScore, bool &RequiresProperty) argument
481 isValidTraitPropertyForTraitSetAndSelector( TraitProperty Property, TraitSelector Selector, TraitSet Set) argument
514 listOpenMPContextTraitProperties(TraitSet Set, TraitSelector Selector) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp280 FeatureBitset Set, All; local

Completed in 411 milliseconds

123