/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()
|
D | SemaTemplate.cpp | 258 bool isDependent = false; in LookupTemplateName() local 264 isDependent = ObjectType->isDependentType(); in LookupTemplateName() 265 assert((isDependent || !ObjectType->isIncompleteType() || in LookupTemplateName() 278 isDependent = isDependentScopeSpecifier(SS); in LookupTemplateName() 307 } else if (isDependent && (!S || ObjectType.isNull())) { in LookupTemplateName() 320 if (Found.empty() && !isDependent) { in LookupTemplateName() 356 if (isDependent) in LookupTemplateName() 2180 } else if (Name.isDependent() || in CheckTemplateIdType() 2576 if (!Name.isDependent() && in ActOnVarTemplateSpecialization() 5362 assert(Name.isDependent() && "Non-dependent template isn't a declaration?"); in CheckTemplateArgument() [all …]
|
D | SemaExprCXX.cpp | 112 bool isDependent = false; in getDestructorName() local 144 isDependent = false; in getDestructorName() 158 isDependent = isDependentScopeSpecifier(PrefixSS); in getDestructorName() 161 isDependent = SearchType->isDependentType(); in getDestructorName() 164 isDependent = LookupCtx && LookupCtx->isDependentContext(); in getDestructorName() 175 isDependent = SearchType->isDependentType(); in getDestructorName() 176 assert((isDependent || !SearchType->isIncompleteType()) && in getDestructorName() 292 if (isDependent) { in getDestructorName()
|
D | SemaCodeComplete.cpp | 4267 if (!Results.empty() && NNS->isDependent()) in CodeCompleteQualifiedId()
|
/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
|
D | Type.cpp | 2469 assert((!NNS || NNS->isDependent()) && in DependentTemplateSpecializationType() 3111 if (ArgLoc.getArgument().isDependent()) { in anyDependentTemplateArguments()
|
D | ASTContext.cpp | 3597 assert((!NNS || NNS->isDependent()) && in getDependentTemplateSpecializationType() 6583 assert((!NNS || NNS->isDependent()) && in getDependentTemplateName() 6619 assert((!NNS || NNS->isDependent()) && in getDependentTemplateName()
|
D | ItaniumMangle.cpp | 4083 if (!A.isInstantiationDependent() || A.isDependent()) in mangleTemplateArg()
|
D | Expr.cpp | 1426 if (QualifierLoc && QualifierLoc.getNestedNameSpecifier()->isDependent()) { in Create()
|
/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,
|
D | HexagonInstrInfo.cpp | 1964 bool HexagonInstrInfo::isDependent(const MachineInstr *ProdMI, in isDependent() function in HexagonInstrInfo 3062 if (!isDependent(ProdMI, ConsMI)) in producesStall()
|
/external/clang/include/clang/AST/ |
D | NestedNameSpecifier.h | 199 bool isDependent() const;
|
D | TemplateName.h | 266 bool isDependent() const;
|
D | TemplateBase.h | 224 bool isDependent() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 297 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonInstrInfo.h | 361 bool isDependent(const MachineInstr &ProdMI,
|
D | HexagonInstrInfo.cpp | 2033 bool HexagonInstrInfo::isDependent(const MachineInstr &ProdMI, in isDependent() function in HexagonInstrInfo 3010 if (!isDependent(ProdMI, ConsMI)) in producesStall()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1180 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, in isDependent() function in MemoryDepChecker 1400 isDependent(*A.first, A.second, *B.first, B.second, Strides); in areDepsSafe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 1424 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, in isDependent() function in MemoryDepChecker 1654 isDependent(*A.first, A.second, *B.first, B.second, Strides); in areDepsSafe()
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1391 if (SS.getScopeRep() && SS.getScopeRep()->isDependent()) { in isCXXDeclarationSpecifier()
|