/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 105 APSIntType TargetType(To); in Convert() 106 if (TargetType == APSIntType(From)) in Convert() 109 return getValue(TargetType.convert(From)); in Convert() 113 APSIntType TargetType = getAPSIntType(T); in Convert() local 114 if (TargetType == APSIntType(From)) in Convert() 117 return getValue(TargetType.convert(From)); in Convert()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 295 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType, in evalDynamicCast() argument 304 TargetType = TargetType->getPointeeType(); in evalDynamicCast() 305 assert(!TargetType.isNull()); in evalDynamicCast() 306 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); in evalDynamicCast() 307 if (!TargetClass && !TargetType->isVoidType()) in evalDynamicCast() 320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalDynamicCast() 336 if (TargetType->isVoidType()) in evalDynamicCast()
|
/external/deqp/modules/glshared/ |
D | glsShaderLibraryCase.cpp | 231 enum TargetType enum in deqp::gls::sl::BeforeDrawValidator 239 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType); 249 const TargetType m_targetType; 255 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType … in BeforeDrawValidator()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1104 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, in TransformTemplateParmRefExpr() local 1107 if (TargetType.isNull()) in TransformTemplateParmRefExpr() 1110 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType, in TransformTemplateParmRefExpr()
|
D | SemaOverload.cpp | 9845 const QualType& TargetType; member in __anon86d99bf30911::AddressOfFunctionResolver 9864 const QualType &TargetType, bool Complain) in AddressOfFunctionResolver() argument 9865 : S(S), SourceExpr(SourceExpr), TargetType(TargetType), in AddressOfFunctionResolver() 9868 !!TargetType->getAs<MemberPointerType>()), in AddressOfFunctionResolver() 9929 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType); in ExtractUnqualifiedFunctionTypeFromTargetType() 10128 << TargetType << OvlExpr->getSourceRange(); in ComplainIsInvalidFormOfPointerToMemberFunction() 10143 << OvlExpr->getName() << TargetType; in ComplainOfInvalidConversion() 10187 QualType TargetType, in ResolveAddressOfOverloadedFunction() argument 10193 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType, in ResolveAddressOfOverloadedFunction()
|
D | SemaTemplateDeduction.cpp | 4362 bool Complain, QualType TargetType) { in getMostSpecialized() argument 4422 if (!TargetType.isNull()) in getMostSpecialized() 4424 TargetType); in getMostSpecialized()
|
D | SemaDeclCXX.cpp | 3340 QualType TargetType = SemaRef.BuildReferenceType( in CastForMoving() local 3344 TargetType, ExprLoc); in CastForMoving()
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 3182 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); in HandleBaseToDerivedCast() local 3188 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) { in HandleBaseToDerivedCast() 3195 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize); in HandleBaseToDerivedCast()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2311 QualType TargetType, 6171 bool Complain = true, QualType TargetType = QualType());
|