Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallSet.h37 std::set<T, C> Set; variable
HDFoldingSet.h542 FoldingSet<T> Set; variable
547 : Set(Log2InitSize) { in Set() function
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMIUtilVariant.h255 CMIUtilVariant::Set(const T &vArg) in Set() function
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDFlags.h133 Set (ValueType mask) in Set() function
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugAranges.cpp25 DWARFDebugArangeSet Set; in extract() local
/NextBSD/contrib/llvm/lib/TableGen/
HDSetTheory.cpp78 RecSet Set; in apply() local
298 const RecVec *SetTheory::expand(Record *Set) { in expand()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp591 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue()
598 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue()
606 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set) { in enqueueEndOfFunction()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDModuleUtils.cpp82 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSetImpl<GlobalValue *> &Set, in collectUsedGlobalVariables()
HDLoopUtils.cpp30 SmallPtrSetImpl<Instruction *> &Set) { in areAllUsesIn()
/NextBSD/usr.sbin/ppp/
HDccp.h130 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *); member
141 int (*Set)(struct bundle *, struct fsm_opt *, const struct ccp_config *); member
/NextBSD/contrib/llvm/lib/Analysis/
HDStratifiedSets.h667 StratifiedIndex addLinkBelow(StratifiedIndex Set) { in addLinkBelow()
674 StratifiedIndex addLinkAbove(StratifiedIndex Set) { in addLinkAbove()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h266 iterator(NamespaceSpecifierSet &Set, bool IsAtEnd) in iterator()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDLiveVariables.cpp247 static void AddLiveStmt(llvm::ImmutableSet<const Stmt *> &Set, in AddLiveStmt()
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopDistribute.cpp191 InstructionSet Set; member in __anone6d84c5b0111::InstPartition
/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDArgumentPromotion.cpp364 std::set<ArgPromotion::IndicesVector> &Set) { in PrefixIn()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDPathDiagnostic.h75 llvm::FoldingSet<PDFileEntry> Set; variable
/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenRegisters.cpp1516 const RegUnitSet &Set) { in findRegUnitSet()
2083 SetVector<const CodeGenRegister*> Set; in computeCoveredRegisters() local
/NextBSD/contrib/llvm/lib/Linker/
HDLinkModules.cpp431 ModuleLinker(Module *dstM, Linker::IdentifiedStructTypeSet &Set, Module *srcM, in ModuleLinker()
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_allocator.h226 void Set(AllocatorStat i, uptr v) { in Set() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp1180 ASTUnresolvedSet *Set; in getVisibleConversionFunctions() local
/NextBSD/sys/dev/mwl/
HDmwlreg.h936 uint32_t Set; member
1345 uint32_t Set; member
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriter.cpp5371 ASTWriter::AddUnresolvedSet(const ASTUnresolvedSet &Set, RecordDataImpl &Record) { in AddUnresolvedSet()
HDASTReader.cpp7696 void ASTReader::ReadUnresolvedSet(ModuleFile &F, LazyASTUnresolvedSet &Set, in ReadUnresolvedSet()
/NextBSD/contrib/llvm/lib/IR/
HDCore.cpp1749 AttributeSet Set = AttributeSet::get(Func->getContext(), Idx, B); in LLVMAddTargetDependentFunctionAttr() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp1537 NoteIndirectBases(ASTContext &Context, IndirectBaseSet &Set, in NoteIndirectBases()