Home
last modified time | relevance | path

Searched refs:isDependent (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp80 if (NNS->isDependent()) { in computeDeclContext()
171 return SS.getScopeRep()->isDependent(); in isDependentScopeSpecifier()
181 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed"); in getCurrentInstantiationOf()
391 bool isDependent = false; in isNonTypeNestedNameSpecifier() local
397 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier()
402 isDependent = isDependentScopeSpecifier(SS); in isNonTypeNestedNameSpecifier()
418 } else if (isDependent) { in isNonTypeNestedNameSpecifier()
498 bool isDependent = false; in BuildCXXNestedNameSpecifier() local
506 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
511 isDependent = isDependentScopeSpecifier(SS); in BuildCXXNestedNameSpecifier()
[all …]
DSemaAccess.cpp125 bool isDependent() const { return Dependent; } in isDependent() function
412 if (EC.isDependent()) { in MatchesFriend()
467 if (!EC.isDependent()) in MatchesFriend()
500 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend)) in MatchesFriend()
530 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend)) in MatchesFriend()
751 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass)) in HasAccess()
1395 assert(EC.isDependent() && "delaying non-dependent access"); in DelayDependentAccess()
DSemaConcept.cpp588 if (!Req->isDependent() && !Req->isSatisfied()) { in diagnoseWellFormedUnsatisfiedConstraintExpr()
1036 Requirement(IsSimple ? RK_Simple : RK_Compound, Req.isDependent(), in ExprRequirement()
1060 if (ArgLoc.getArgument().isDependent()) { in ReturnTypeRequirement()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp82 if (NNS->isDependent()) { in computeDeclContext()
173 return SS.getScopeRep()->isDependent(); in isDependentScopeSpecifier()
183 assert(NNS->isDependent() && "Only dependent nested-name-specifier allowed"); in getCurrentInstantiationOf()
392 bool isDependent = false; in isNonTypeNestedNameSpecifier() local
398 isDependent = ObjectType->isDependentType(); in isNonTypeNestedNameSpecifier()
403 isDependent = isDependentScopeSpecifier(SS); in isNonTypeNestedNameSpecifier()
419 } else if (isDependent) { in isNonTypeNestedNameSpecifier()
496 bool isDependent = false; in BuildCXXNestedNameSpecifier() local
504 isDependent = ObjectType->isDependentType(); in BuildCXXNestedNameSpecifier()
509 isDependent = isDependentScopeSpecifier(SS); in BuildCXXNestedNameSpecifier()
[all …]
DSemaAccess.cpp125 bool isDependent() const { return Dependent; } in isDependent() function
413 if (EC.isDependent()) { in MatchesFriend()
468 if (!EC.isDependent()) in MatchesFriend()
501 if (EC.isDependent() && MightInstantiateTo(S, *I, Friend)) in MatchesFriend()
531 if (EC.isDependent() && MightInstantiateTo(S, FTD, Friend)) in MatchesFriend()
752 if (EC.isDependent() && MightInstantiateTo(ECRecord, NamingClass)) in HasAccess()
1396 assert(EC.isDependent() && "delaying non-dependent access"); in DelayDependentAccess()
/external/clang/lib/AST/
DTemplateBase.cpp100 bool TemplateArgument::isDependent() const { in isDependent() function in TemplateArgument
110 return getAsTemplate().isDependent(); in isDependent()
133 if (P.isDependent()) in isDependent()
578 Dependent = Dependent || Info[i].getArgument().isDependent(); in initializeFrom()
DTemplateName.cpp134 bool TemplateName::isDependent() const { in isDependent() function in TemplateName
158 return isDependent(); in isInstantiationDependent()
DNestedNameSpecifier.cpp49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); in Create()
191 bool NestedNameSpecifier::isDependent() const { in isDependent() function in NestedNameSpecifier
/external/skia/src/gpu/
DGrRenderTask.cpp259 bool GrRenderTask::isDependent(const GrRenderTask* dependent) const { in isDependent() function in GrRenderTask
273 SkASSERT(fDependencies[i]->isDependent(this)); in validate()
DGrRenderTask.h223 SkDEBUGCODE(bool isDependent(const GrRenderTask* dependent) const;)
/external/llvm-project/clang/include/clang/AST/
DExprConcepts.h191 bool isDependent() const { return Dependent; } in isDependent() function
293 bool isDependent() const { in isDependent() function
DNestedNameSpecifier.h208 bool isDependent() const;
DTemplateName.h302 bool isDependent() const;
/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp1557 static bool isDependent(const MachineInstr *ProdMI, in isDependent() function
1592 if (isDependent(J, I) && !HII->isVecUsableNextPacket(J, I)) in producesStall()
1602 if (!HII->isV60VectorInstruction(J) && isDependent(J, I)) in producesStall()
1612 if (isDependent(J, I) && !HII->canExecuteInBundle(J, I)) in producesStall()
DHexagonInstrInfo.h298 bool isDependent(const MachineInstr *ProdMI,
/external/clang/include/clang/AST/
DNestedNameSpecifier.h199 bool isDependent() const;
DTemplateName.h266 bool isDependent() const;
/external/llvm-project/clang/lib/AST/
DExprConcepts.cpp163 Dependent |= R->isDependent(); in RequiresExpr()
DNestedNameSpecifier.cpp62 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); in Create()
234 bool NestedNameSpecifier::isDependent() const { in isDependent() function in NestedNameSpecifier
DTemplateName.cpp211 bool TemplateName::isDependent() const { in isDependent() function in TemplateName
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h315 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/external/llvm-project/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h313 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h352 bool isDependent(const MachineInstr &ProdMI,
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h353 bool isDependent(const MachineInstr &ProdMI,
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,

123