/external/llvm-project/clang/lib/Sema/ |
D | SemaCXXScopeSpec.cpp | 80 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 …]
|
D | SemaAccess.cpp | 125 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()
|
D | SemaConcept.cpp | 588 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/ |
D | SemaCXXScopeSpec.cpp | 82 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 …]
|
D | SemaAccess.cpp | 125 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/ |
D | TemplateBase.cpp | 100 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()
|
D | TemplateName.cpp | 134 bool TemplateName::isDependent() const { in isDependent() function in TemplateName 158 return isDependent(); in isInstantiationDependent()
|
D | NestedNameSpecifier.cpp | 49 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); in Create() 191 bool NestedNameSpecifier::isDependent() const { in isDependent() function in NestedNameSpecifier
|
/external/skia/src/gpu/ |
D | GrRenderTask.cpp | 259 bool GrRenderTask::isDependent(const GrRenderTask* dependent) const { in isDependent() function in GrRenderTask 273 SkASSERT(fDependencies[i]->isDependent(this)); in validate()
|
D | GrRenderTask.h | 223 SkDEBUGCODE(bool isDependent(const GrRenderTask* dependent) const;)
|
/external/llvm-project/clang/include/clang/AST/ |
D | ExprConcepts.h | 191 bool isDependent() const { return Dependent; } in isDependent() function 293 bool isDependent() const { in isDependent() function
|
D | NestedNameSpecifier.h | 208 bool isDependent() const;
|
D | TemplateName.h | 302 bool isDependent() const;
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 1557 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()
|
D | HexagonInstrInfo.h | 298 bool isDependent(const MachineInstr *ProdMI,
|
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 199 bool isDependent() const;
|
D | TemplateName.h | 266 bool isDependent() const;
|
/external/llvm-project/clang/lib/AST/ |
D | ExprConcepts.cpp | 163 Dependent |= R->isDependent(); in RequiresExpr()
|
D | NestedNameSpecifier.cpp | 62 assert((!Prefix || Prefix->isDependent()) && "Prefix must be dependent"); in Create() 234 bool NestedNameSpecifier::isDependent() const { in isDependent() function in NestedNameSpecifier
|
D | TemplateName.cpp | 211 bool TemplateName::isDependent() const { in isDependent() function in TemplateName
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 315 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 313 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 352 bool isDependent(const MachineInstr &ProdMI,
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 353 bool isDependent(const MachineInstr &ProdMI,
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|