Searched refs:TargetType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc83 template <typename TargetType, typename InputType>
85 if (value > std::numeric_limits<TargetType>::max() ||
86 value < std::numeric_limits<TargetType>::min()) {
89 AppendData(static_cast<TargetType>(value));
93 template <typename TargetType, typename InputType>
95 if (value > std::numeric_limits<TargetType>::max() ||
96 value < std::numeric_limits<TargetType>::min()) {
99 TargetType target_value = static_cast<TargetType>(value);
100 assert(pos + sizeof(TargetType) <
[all...]
/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/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeap.h1937 typedef HashMap<Key, Value, T, U, V, HeapAllocator> TargetType;
1939 TraceTrait<TargetType>::trace,
1942 WTF::IsPolymorphic<TargetType>::value,
1944 TypenameStringTrait<TargetType>::get()
1955 typedef HashSet<T, U, V, HeapAllocator> TargetType;
1957 TraceTrait<TargetType>::trace,
1960 WTF::IsPolymorphic<TargetType>::value,
1962 TypenameStringTrait<TargetType>::get()
1973 typedef LinkedHashSet<T, U, V, HeapAllocator> TargetType;
1975 TraceTrait<TargetType>
[all...]
/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/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/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 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...]
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);
/external/clang/lib/AST/
H A DExprConstant.cpp3096 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl();
3102 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) {
3109 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize);
/external/clang/include/clang/Sema/
H A DSema.h2339 QualType TargetType,
6066 bool Complain = true, QualType TargetType = QualType());

Completed in 348 milliseconds