Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h37 #define BASIC_SVAL(Id, Parent) case SVal::Id ## Kind: DISPATCH(Id, Id); in Visit() argument
41 #define LOC_SVAL(Id, Parent) \ in Visit() argument
48 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
57 #define BASIC_SVAL(Id, Parent) \ argument
59 #define ABSTRACT_SVAL(Id, Parent) \ argument
61 #define LOC_SVAL(Id, Parent) \ argument
63 #define NONLOC_SVAL(Id, Parent) \ argument
84 #define SYMBOL(Id, Parent) \ in Visit() argument
93 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
94 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
H A DSVals.h56 #define NONLOC_SVAL(Id, Parent) Id ## Kind, argument
66 #define LOC_SVAL(Id, Parent) Id ## Kind, argument
79 #define BASIC_SVAL(Id, Parent) Id ## Kind, argument
80 #define ABSTRACT_SVAL_WITH_KIND(Id, Parent) Id ## Kind, argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DContext.cpp29 bool Context::isPotentialConstantExpr(State &Parent, const FunctionDecl *FD) { in isPotentialConstantExpr()
49 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue()
54 bool Context::evaluateAsInitializer(State &Parent, const VarDecl *VD, in evaluateAsInitializer()
113 bool Context::Run(State &Parent, Function *Func, APValue &Result) { in Run()
122 bool Context::Check(State &Parent, llvm::Expected<bool> &&Flag) { in Check()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp47 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase()
68 const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolData> Member) in DataMemberLayoutItem()
79 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem()
96 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem()
104 UDTLayoutBase::UDTLayoutBase(const UDTLayoutBase *Parent, const PDBSymbol &Sym, in UDTLayoutBase()
151 BaseClassLayout::BaseClassLayout(const UDTLayoutBase &Parent, in BaseClassLayout()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DUse.h60 Use(User *Parent) : Parent(Parent) {} in Use()
97 User *Parent = nullptr; variable
H A DArgument.h30 Function *Parent; variable
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslanalyze.c393 ACPI_PARSE_OBJECT *Parent; in AnIsResultUsed() local
564 ACPI_PARSE_OBJECT *Parent; in ApCheckRegMethod() local
719 ACPI_PARSE_OBJECT *Parent; in ApFindNameInScope() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRPCTargetProcessControl.h46 OrcRPCAllocation(OrcRPCTPCJITLinkMemoryManager<OrcRPCTPCImplT> &Parent, in OrcRPCAllocation()
148 OrcRPCTPCJITLinkMemoryManager(OrcRPCTPCImplT &Parent) : Parent(Parent) {} in OrcRPCTPCJITLinkMemoryManager()
223 OrcRPCTPCImplT &Parent; variable
231 OrcRPCTPCMemoryAccess(OrcRPCTPCImplT &Parent) : Parent(Parent) {} in OrcRPCTPCMemoryAccess()
272 OrcRPCTPCImplT &Parent; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp640 bool M68kDAGToDAGISel::SelectARIPI(SDNode *Parent, SDValue N, SDValue &Base) { in SelectARIPI()
646 bool M68kDAGToDAGISel::SelectARIPD(SDNode *Parent, SDValue N, SDValue &Base) { in SelectARIPD()
652 bool M68kDAGToDAGISel::SelectARID(SDNode *Parent, SDValue N, SDValue &Disp, in SelectARID()
715 bool M68kDAGToDAGISel::SelectARII(SDNode *Parent, SDValue N, SDValue &Disp, in SelectARII()
766 bool M68kDAGToDAGISel::SelectAL(SDNode *Parent, SDValue N, SDValue &Sym) { in SelectAL()
806 bool M68kDAGToDAGISel::SelectPCD(SDNode *Parent, SDValue N, SDValue &Disp) { in SelectPCD()
834 bool M68kDAGToDAGISel::SelectPCI(SDNode *Parent, SDValue N, SDValue &Disp, in SelectPCI()
866 bool M68kDAGToDAGISel::SelectARI(SDNode *Parent, SDValue N, SDValue &Base) { in SelectARI()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DTapiUniversal.h29 const TapiUniversal *Parent; variable
33 ObjectForArch(const TapiUniversal *Parent, int Index) in ObjectForArch()
H A DArchive.h79 Archive const *Parent; variable
91 const Archive *Parent; variable
179 const Archive *Parent; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp47 const NamedDecl *Parent, in handleTemplateArgumentLoc()
85 const NamedDecl *Parent = nullptr, in handleDeclarator()
94 const NamedDecl *Parent) { in handleDeclarator()
595 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); in VisitUsingDecl() local
606 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); in VisitUsingDirectiveDecl() local
623 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); in VisitUnresolvedUsingValueDecl() local
632 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); in VisitUnresolvedUsingTypenameDecl() local
676 const NamedDecl *Parent = D->getTemplatedDecl(); in VisitTemplateDecl() local
H A DIndexTypeSourceInfo.cpp20 const NamedDecl *Parent; member in __anonf88ccce30111::TypeIndexer
236 const NamedDecl *Parent, in indexTypeSourceInfo()
247 const NamedDecl *Parent, in indexTypeLoc()
260 const NamedDecl *Parent, in indexNestedNameSpecifierLoc()
H A DIndexingContext.cpp75 const NamedDecl *Parent, in handleReference()
167 if (const auto *Parent = dyn_cast<Decl>(D->getDeclContext())) in isTemplateImplicitInstantiation() local
279 static const Decl *adjustParent(const Decl *Parent) { in adjustParent()
361 bool IsRef, const Decl *Parent, in handleDeclOccurrence()
H A DIndexBody.cpp20 const NamedDecl *Parent; member in __anon5abc9b120111::BodyIndexer
31 const NamedDecl *Parent, const DeclContext *DC) in BodyIndexer()
73 const Stmt *Parent = *It; in getRolesForRef() local
482 void IndexingContext::indexBody(const Stmt *S, const NamedDecl *Parent, in indexBody()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DSuffixTree.cpp41 SuffixTreeNode *SuffixTree::insertLeaf(SuffixTreeNode &Parent, in insertLeaf()
53 SuffixTreeNode *SuffixTree::insertInternalNode(SuffixTreeNode *Parent, in insertInternalNode()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCursorVisitor.h77 CXCursor Parent; variable
130 CXCursor &Parent; variable
135 SetParentRAII(CXCursor &Parent, const Decl *&StmtParent, CXCursor NewParent) in SetParentRAII()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DLexicalScopes.cpp169 LexicalScope *Parent = nullptr; in getOrCreateRegularScope() local
197 LexicalScope *Parent; in getOrCreateInlinedScope() local
220 LexicalScope *Parent = nullptr; in getOrCreateAbstractScope() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp264 getSelectionCanonizalizationAction(const Stmt *S, const Stmt *Parent) { in getSelectionCanonizalizationAction()
292 const Stmt *Parent = Parents[Parents.size() - 1].get().Node.get<Stmt>(); in canonicalize() local
423 for (const auto &Parent : llvm::reverse(Parents)) { in isInFunctionLikeBodyOfCode() local
441 for (const auto &Parent : llvm::reverse(Parents)) { in getFunctionLikeNearestParent() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp79 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext()
143 if (const DIE *Parent = Entry.getParent()) in hashShallowTypeReference() local
419 if (const DIE *Parent = Die.getParent()) in computeTypeSignature() local
/netbsd-src/sys/external/bsd/acpica/dist/parser/
H A Dpswalk.c72 ACPI_PARSE_OBJECT *Parent = NULL; in AcpiPsDeleteParseTree() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h42 : ParentContext(Parent), FuncName(FName), FuncSamples(FSamples), in ParentContext() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DEpochTracker.h64 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp77 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
83 CompileOnDemandLayer &Parent) in PartitioningIRMaterializationUnit()
103 CompileOnDemandLayer &Parent; member in llvm::orc::PartitioningIRMaterializationUnit
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp119 Impl(SyntaxTree *Parent, in Impl()
124 Impl(SyntaxTree *Parent, in Impl()
129 SyntaxTree *Parent; member in clang::diff::SyntaxTree::Impl
192 NodeId Parent; member
262 SyntaxTree::Impl::Impl(SyntaxTree *Parent, ASTContext &AST) in Impl()
267 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Decl *N, ASTContext &AST) in Impl()
274 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Stmt *N, ASTContext &AST) in Impl()
322 NodeId Parent, Cur = Leaf; in setLeftMostDescendants() local
340 NodeId Parent = getNode(Id).Parent; in findPositionInParent() local

12345678910