/external/chromium_org/third_party/WebKit/public/platform/ |
H A D | WebURLRequest.h | 70 enum TargetType { enum in class:blink::WebURLRequest 157 BLINK_PLATFORM_EXPORT TargetType targetType() const; 158 BLINK_PLATFORM_EXPORT void setTargetType(TargetType);
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | BasicValueFactory.h | 105 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 D | glsShaderLibraryCase.cpp | 216 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 D | Store.cpp | 306 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/chromium_org/third_party/WebKit/Source/platform/network/ |
H A D | ResourceRequest.h | 55 enum TargetType { enum in class:WebCore::ResourceRequest 205 TargetType targetType() const { return m_targetType; } 206 void setTargetType(TargetType type) { m_targetType = type; } 238 TargetType m_targetType; 272 ResourceRequest::TargetType m_targetType;
|
/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1112 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, local 1115 if (TargetType.isNull()) 1118 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType,
|
H A D | SemaTemplateDeduction.cpp | 4472 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 D | SemaDeclCXX.cpp | 3039 QualType TargetType = SemaRef.BuildReferenceType( local 3043 TargetType, ExprLoc);
|
H A D | SemaOverload.cpp | 9640 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...] |