Searched defs:TargetType (Results 1 - 9 of 9) sorted by relevance
/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/clang/lib/StaticAnalyzer/Core/ |
H A D | Store.cpp | 295 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType, argument 304 TargetType = TargetType->getPointeeType(); 305 assert(!TargetType.isNull()); 306 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl(); 307 if (!TargetClass && !TargetType->isVoidType()) 320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { 336 if (TargetType->isVoidType())
|
/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 607 enum TargetType enum in class:deqp::gls::BeforeDrawValidator 615 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType); 625 const TargetType m_targetType; 631 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType)
|
/external/vogar/src/vogar/ |
H A D | Vogar.java | 548 private enum TargetType { enum in class:Vogar 558 TargetType(File defaultDeviceDir) { method in class:Vogar.TargetType 582 TargetType targetType; 584 targetType = TargetType.SSH; 586 targetType = TargetType.LOCAL; 588 targetType = TargetType.ADB;
|
/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1088 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, local 1091 if (TargetType.isNull()) 1094 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType,
|
H A D | SemaTemplateDeduction.cpp | 4441 bool Complain, QualType TargetType) { 4501 if (!TargetType.isNull()) 4503 TargetType); 4436 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 | SemaChecking.cpp | 7070 static void checkObjCArrayLiteral(Sema &S, QualType TargetType, 7072 static void checkObjCDictionaryLiteral(Sema &S, QualType TargetType, 7109 static void checkObjCArrayLiteral(Sema &S, QualType TargetType, argument 7114 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); 7138 Sema &S, QualType TargetType, 7143 const auto *TargetObjCPtr = TargetType->getAs<ObjCObjectPointerType>(); 7137 checkObjCDictionaryLiteral( Sema &S, QualType TargetType, ObjCDictionaryLiteral *DictionaryLiteral) argument
|
H A D | SemaDeclCXX.cpp | 3323 QualType TargetType = SemaRef.BuildReferenceType( local 3327 TargetType, ExprLoc);
|
/external/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3267 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); local 3273 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) { 3280 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize);
|
Completed in 392 milliseconds