Searched defs:TargetType (Results 1 - 9 of 9) 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/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp295 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 DglsShaderLibraryCase.cpp607 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 DVogar.java548 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 DSemaTemplateInstantiate.cpp1088 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, local
1091 if (TargetType.isNull())
1094 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType,
H A DSemaTemplateDeduction.cpp4441 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 DSemaChecking.cpp7070 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 DSemaDeclCXX.cpp3323 QualType TargetType = SemaRef.BuildReferenceType( local
3327 TargetType, ExprLoc);
/external/clang/lib/AST/
H A DExprConstant.cpp3267 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); local
3273 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) {
3280 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize);

Completed in 392 milliseconds