Searched defs:TargetType (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h105 APSIntType TargetType(To);
106 if (TargetType == APSIntType(From))
109 return getValue(TargetType.convert(From));
113 APSIntType TargetType = getAPSIntType(T); local
114 if (TargetType == APSIntType(From))
117 return getValue(TargetType.convert(From));
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.cpp216 enum TargetType enum in class:deqp::gls::sl::BeforeDrawValidator
224 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
234 const TargetType m_targetType;
240 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType)
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp306 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType, argument
315 TargetType = TargetType->getPointeeType();
316 assert(!TargetType.isNull());
317 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl();
318 if (!TargetClass && !TargetType->isVoidType())
331 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
347 if (TargetType->isVoidType())
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1112 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, local
1115 if (TargetType.isNull())
1118 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType,
H A DSemaTemplateDeduction.cpp4472 bool Complain, QualType TargetType) {
4532 if (!TargetType.isNull())
4534 TargetType);
4467 getMostSpecialized( UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, TemplateSpecCandidateSet &FailedCandidates, SourceLocation Loc, const PartialDiagnostic &NoneDiag, const PartialDiagnostic &AmbigDiag, const PartialDiagnostic &CandidateDiag, bool Complain, QualType TargetType) argument
H A DSemaDeclCXX.cpp3039 QualType TargetType = SemaRef.BuildReferenceType( local
3043 TargetType, ExprLoc);
H A DSemaOverload.cpp9640 const QualType& TargetType; member in class:AddressOfFunctionResolver
9659 const QualType &TargetType, bool Complain)
9660 : S(S), SourceExpr(SourceExpr), TargetType(TargetType),
9663 !!TargetType->getAs<MemberPointerType>()),
9724 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
9923 << TargetType << OvlExpr->getSourceRange();
9938 << OvlExpr->getName() << TargetType;
9981 QualType TargetType,
9987 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType,
9658 AddressOfFunctionResolver(Sema &S, Expr *SourceExpr, const QualType &TargetType, bool Complain) argument
9980 ResolveAddressOfOverloadedFunction(Expr *AddressOfExpr, QualType TargetType, bool Complain, DeclAccessPair &FoundResult, bool *pHadMultipleCandidates) argument
[all...]

Completed in 1473 milliseconds