Searched defs:Parent (Results 1 - 25 of 206) sorted by relevance

123456789

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.h47 const NativeTypeEnum &Parent; member in class:llvm::pdb::NativeSymbolEnumerator
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanDominatorTree.h31 static NodePtr getEntryNode(ParentPtr Parent) { return Parent->getEntry(); } argument
/freebsd-current/sys/contrib/dev/acpica/components/parser/
H A Dpswalk.c180 ACPI_PARSE_OBJECT *Parent = NULL; local
H A Dpstree.c337 ACPI_PARSE_OBJECT *Parent; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h29 Function *Parent; member in class:llvm::final
H A DUse.h59 Use(User *Parent) : Parent(Parent) {} argument
96 User *Parent = nullptr; member in class:llvm::Use
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h35 TrieNode<AssociatedData> *Parent; member in struct:TrieNode
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionGOFF.h28 MCSection *Parent; member in class:llvm::final
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEpochTracker.h66 explicit HandleBase(const DebugEpochBase *Parent) argument
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.h99 State &Parent; member in class:clang::interp::final
[all...]
H A DInterpState.cpp18 InterpState::InterpState(State &Parent, Program &P, InterpStack &Stk, argument
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DSymbolTableListTraitsImpl.h25 inline void invalidateParentIListOrdering(ParentClass *Parent) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTraversalChecker.cpp40 const Stmt *Parent = dyn_cast<ObjCForCollectionStmt>(Condition); local
/freebsd-current/contrib/llvm-project/clang/include/clang/Index/
H A DIndexDataConsumer.h31 const Decl *Parent; member in struct:clang::index::IndexDataConsumer::ASTNodeInfo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegionInfo.h51 inline MachineRegionNode(MachineRegion *Parent, MachineBasicBlock *Entry, argument
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineRegionInfo.cpp37 MachineRegion(MachineBasicBlock *Entry, MachineBasicBlock *Exit, MachineRegionInfo* RI, MachineDominatorTree *DT, MachineRegion *Parent) argument
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCVSymbolVisitor.cpp124 CVSymbol Parent = *Symbols.at(ParentOffsets[StartIndex]); local
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.cpp19 NativeSymbolEnumerator( NativeSession &Session, SymIndexId Id, const NativeTypeEnum &Parent, codeview::EnumeratorRecord Record) argument
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DConstructionContext.cpp22 create(BumpVectorContext &C, const ConstructionContextItem &Item, const ConstructionContextLayer *Parent) argument
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp23 InFlightAlloc(MapperJITLinkMemoryManager &Parent, LinkGraph &G, argument
51 MapperJITLinkMemoryManager &Parent; member in class:llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
H A DEPCGenericJITLinkMemoryManager.cpp41 InFlightAlloc(EPCGenericJITLinkMemoryManager &Parent, LinkGraph &G, argument
94 EPCGenericJITLinkMemoryManager &Parent; member in class:llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DParentMap.cpp129 void ParentMap::setParent(const Stmt *S, const Stmt *Parent) { argument
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DScope.cpp245 OS << "Parent: (clang::Scope*)" << Parent << '\n'; local
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp51 SuffixTreeNode *SuffixTree::insertLeaf(SuffixTreeInternalNode &Parent, argument
61 SuffixTree::insertInternalNode(SuffixTreeInternalNode *Parent, argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DBlockExtractor.cpp103 BasicBlock *Parent = II->getParent(); local

Completed in 184 milliseconds

123456789