Home
last modified time | relevance | path

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

1234567891011

/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValVisitor.h34 #define BASIC_SVAL(Id, Parent) \ in Visit() argument
37 #define LOC_SVAL(Id, Parent) \ in Visit() argument
40 #define NONLOC_SVAL(Id, Parent) \ in Visit() argument
49 #define BASIC_SVAL(Id, Parent) \ argument
51 #define ABSTRACT_SVAL(Id, Parent) BASIC_SVAL(Id, Parent) argument
52 #define LOC_SVAL(Id, Parent) \ argument
54 #define NONLOC_SVAL(Id, Parent) \ argument
75 #define SYMBOL(Id, Parent) \ in Visit() argument
84 #define SYMBOL(Id, Parent) RetTy Visit ## Id(const Id *S) { DISPATCH(Parent); } argument
85 #define ABSTRACT_SYMBOL(Id, Parent) SYMBOL(Id, Parent) argument
[all …]
H A DSVals.h58 #define BASIC_SVAL(Id, Parent) Id##Kind, argument
59 #define LOC_SVAL(Id, Parent) Loc##Id##Kind, argument
60 #define NONLOC_SVAL(Id, Parent) NonLoc##Id##Kind, argument
181 #define NONLOC_SVAL(Id, Parent) \ argument
188 #define LOC_SVAL(Id, Parent) \ argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp44 bool Context::evaluateAsRValue(State &Parent, const Expr *E, APValue &Result) { in evaluateAsRValue() argument
96 bool Context::evaluateAsInitializer(State &Parent, const VarDecl *VD, in evaluateAsInitializer() argument
30 isPotentialConstantExpr(State & Parent,const FunctionDecl * FD) isPotentialConstantExpr() argument
76 evaluate(State & Parent,const Expr * E,APValue & Result) evaluate() argument
207 Run(State & Parent,const Function * Func,APValue & Result) Run() argument
225 Check(State & Parent,llvm::Expected<bool> && Flag) Check() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp50 LayoutItemBase::LayoutItemBase(const UDTLayoutBase *Parent, in LayoutItemBase()
71 const UDTLayoutBase &Parent, std::unique_ptr<PDBSymbolData> Member) in DataMemberLayoutItem()
82 VBPtrLayoutItem::VBPtrLayoutItem(const UDTLayoutBase &Parent, in VBPtrLayoutItem()
99 VTableLayoutItem::VTableLayoutItem(const UDTLayoutBase &Parent, in VTableLayoutItem()
107 UDTLayoutBase::UDTLayoutBase(const UDTLayoutBase *Parent, const PDBSymbol &Sym, in UDTLayoutBase()
154 BaseClassLayout::BaseClassLayout(const UDTLayoutBase &Parent, in BaseClassLayout()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DUse.h59 Use(User *Parent) : Parent(Parent) {} in Use()
96 User *Parent = nullptr; variable
H A DArgument.h29 Function *Parent; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVElement.cpp238 LVScope *Parent = getParentScope(); in resolveParents() local
267 void LVElement::updateLevel(LVScope *Parent, bool Moved) { in updateLevel()
420 LVScope *Parent = getParentScope(); in traverseParents() local
443 LVScope *Parent = getParentScope(); in resolveQualifiedName() local
556 void LVElement::printLinkageName(raw_ostream &OS, bool Full, LVElement *Parent, in printLinkageName()
H A DLVObject.cpp102 LVObject *Parent = this; in markBranchAsMissing() local
117 LVObject *Parent, StringRef Value, in printAttributes()
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslanalyze.c501 ACPI_PARSE_OBJECT *Parent; in AnIsResultUsed() local
672 ACPI_PARSE_OBJECT *Parent; in ApCheckRegMethod() local
827 ACPI_PARSE_OBJECT *Parent; ApFindNameInScope() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp51 const NamedDecl *Parent, in handleTemplateArgumentLoc() argument
89 const NamedDecl *Parent = nullptr, in handleDeclarator() argument
98 __anonf98b47a30202(const ParmVarDecl *Parm, const NamedDecl *Parent) handleDeclarator() argument
610 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); VisitUsingDecl() local
628 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); VisitUsingDirectiveDecl() local
645 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); VisitUnresolvedUsingValueDecl() local
654 const NamedDecl *Parent = dyn_cast<NamedDecl>(DC); VisitUnresolvedUsingTypenameDecl() local
697 indexTemplateParameters(TemplateParameterList * Params,const NamedDecl * Parent) indexTemplateParameters() argument
722 const NamedDecl *Parent = D->getTemplatedDecl(); VisitTemplateDecl() local
[all...]
H A DIndexTypeSourceInfo.cpp23 const NamedDecl *Parent; member in __anonfb516b2a0111::TypeIndexer
246 const NamedDecl *Parent, in indexTypeSourceInfo()
257 const NamedDecl *Parent, in indexTypeLoc()
270 const NamedDecl *Parent, in indexNestedNameSpecifierLoc()
H A DIndexingContext.cpp75 const NamedDecl *Parent, in handleReference()
165 if (const auto *Parent = dyn_cast<Decl>(D->getDeclContext())) in isTemplateImplicitInstantiation() local
274 static const Decl *adjustParent(const Decl *Parent) { in adjustParent()
356 bool IsRef, const Decl *Parent, in handleDeclOccurrence()
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h97 std::unique_ptr<TGVarScope> Parent; variable
105 TGVarScope(std::unique_ptr<TGVarScope> Parent) in TGVarScope() argument
107 TGVarScope(std::unique_ptr<TGVarScope> Parent, Record *Rec) in TGVarScope() argument
109 TGVarScope(std::unique_ptr<TGVarScope> Parent, ForeachLoop *Loop) in TGVarScope() argument
111 TGVarScope(std::unique_ptr<TGVarScope> Parent,MultiClass * Multiclass) TGVarScope() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DMacroCallReconstructor.cpp33 FormatToken *Parent = nullptr) { in forEachToken() argument
55 forEachToken(Line, [&](FormatToken *Token, FormatToken *Parent, bool First, in addLine() argument
139 FormatToken *Parent = getParentInResult(ExpandedParent); in prepareParent() local
193 getParentInResult(FormatToken * Parent) getParentInResult() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DTapiUniversal.h31 const TapiUniversal *Parent; variable
35 ObjectForArch(const TapiUniversal *Parent, int Index) in ObjectForArch()
H A DArchive.h41 AbstractArchiveMemberHeader(const Archive *Parent) : Parent(Parent){}; in AbstractArchiveMemberHeader() argument
73 const Archive *Parent; variable
79 CommonArchiveMemberHeader(const Archive *Parent, const T *RawHeaderPtr) in CommonArchiveMemberHeader() argument
164 const Archive *Parent; variable
290 const Archive *Parent; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelDAGToDAG.cpp694 SelectARIPI(SDNode * Parent,SDValue N,SDValue & Base) SelectARIPI() argument
700 SelectARIPD(SDNode * Parent,SDValue N,SDValue & Base) SelectARIPD() argument
706 SelectARID(SDNode * Parent,SDValue N,SDValue & Disp,SDValue & Base) SelectARID() argument
770 SelectARII(SDNode * Parent,SDValue N,SDValue & Disp,SDValue & Base,SDValue & Index) SelectARII() argument
821 SelectAL(SDNode * Parent,SDValue N,SDValue & Sym) SelectAL() argument
861 SelectPCD(SDNode * Parent,SDValue N,SDValue & Disp) SelectPCD() argument
889 SelectPCI(SDNode * Parent,SDValue N,SDValue & Disp,SDValue & Index) SelectPCI() argument
921 SelectARI(SDNode * Parent,SDValue N,SDValue & Base) SelectARI() argument
[all...]
/freebsd-src/contrib/llvm-project/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
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DASTSelection.cpp265 getSelectionCanonizalizationAction(const Stmt *S, const Stmt *Parent) { in getSelectionCanonizalizationAction()
293 const Stmt *Parent = Parents[Parents.size() - 1].get().Node.get<Stmt>(); in canonicalize() local
424 for (const auto &Parent : llvm::reverse(Parents)) { in isInFunctionLikeBodyOfCode() local
442 for (const auto &Parent : llvm::reverse(Parents)) { in getFunctionLikeNearestParent() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp78 void DIEHash::addParentContext(const DIE &Parent) { in addParentContext()
138 if (const DIE *Parent = Entry.getParent()) in hashShallowTypeReference() local
426 if (const DIE *Parent = Die.getParent()) in computeTypeSignature() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp51 insertLeaf(SuffixTreeInternalNode & Parent,unsigned StartIdx,unsigned Edge) insertLeaf() argument
61 insertInternalNode(SuffixTreeInternalNode * Parent,unsigned StartIdx,unsigned EndIdx,unsigned Edge) insertInternalNode() argument
/freebsd-src/sys/contrib/dev/acpica/components/parser/
H A Dpswalk.c180 ACPI_PARSE_OBJECT *Parent = NULL; in AcpiPsDeleteParseTree() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DEpochTracker.h66 explicit HandleBase(const DebugEpochBase *Parent) in HandleBase()
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp23 InFlightAlloc(MapperJITLinkMemoryManager &Parent, LinkGraph &G, in InFlightAlloc()
51 MapperJITLinkMemoryManager &Parent; member in llvm::orc::MapperJITLinkMemoryManager::InFlightAlloc
H A DEPCGenericJITLinkMemoryManager.cpp41 InFlightAlloc(EPCGenericJITLinkMemoryManager &Parent, LinkGraph &G, in InFlightAlloc()
94 EPCGenericJITLinkMemoryManager &Parent; member in llvm::orc::EPCGenericJITLinkMemoryManager::InFlightAlloc

1234567891011