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

/external/libchrome/base/numerics/
H A Dsafe_math.h201 struct UnderlyingType { struct in class:base::internal::CheckedNumeric
206 struct UnderlyingType<CheckedNumeric<NumericType>> { struct in class:base::internal::CheckedNumeric
247 OP CheckedNumeric<typename UnderlyingType<Src>::type>::cast(rhs); \
/external/libweave/third_party/chromium/base/numerics/
H A Dsafe_math.h201 struct UnderlyingType { struct in class:base::internal::CheckedNumeric
206 struct UnderlyingType<CheckedNumeric<NumericType>> { struct in class:base::internal::CheckedNumeric
247 OP CheckedNumeric<typename UnderlyingType<Src>::type>::cast(rhs); \
/external/llvm/lib/IR/
H A DDIBuilder.cpp454 DIType *UnderlyingType, StringRef UniqueIdentifier) {
458 DITypeRef::get(UnderlyingType), SizeInBits, AlignInBits, 0, 0, Elements,
451 createEnumerationType( DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, DINodeArray Elements, DIType *UnderlyingType, StringRef UniqueIdentifier) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp5400 QualType UnderlyingType = readType(*Loc.F, Record, Idx); local
5401 return Context.getTypeOfType(UnderlyingType);
5405 QualType UnderlyingType = readType(*Loc.F, Record, Idx); local
5406 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType);
5411 QualType UnderlyingType = readType(*Loc.F, Record, Idx); local
5413 return Context.getUnaryTransformType(BaseType, UnderlyingType, UKind);
/external/clang/include/clang/AST/
H A DType.h3450 QualType UnderlyingType; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::DecltypeType
3457 QualType getUnderlyingType() const { return UnderlyingType; }
3499 QualType UnderlyingType; member in class:clang::FunctionType::ExtInfo::FunctionProtoType::UnaryTransformType
3508 QualType desugar() const { return UnderlyingType; }
3510 QualType getUnderlyingType() const { return UnderlyingType; }
/external/clang/lib/AST/
H A DASTContext.cpp3939 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const {
3959 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0));
3962 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType));
3971 QualType UnderlyingType,
3975 new (*this, TypeAlignment) UnaryTransformType (BaseType, UnderlyingType,
3977 UnderlyingType->isDependentType() ?
3978 QualType() : getCanonicalType(UnderlyingType));
3970 getUnaryTransformType(QualType BaseType, QualType UnderlyingType, UnaryTransformType::UTTKind Kind) const argument
/external/clang/lib/Sema/
H A DSemaDecl.cpp11826 TypeResult UnderlyingType,
11889 if (UnderlyingType.isInvalid() || (!UnderlyingType.get() && ScopedEnum))
11893 else if (UnderlyingType.get()) {
11897 GetTypeFromParser(UnderlyingType.get(), &TI);
11817 ActOnTag(Scope *S, unsigned TagSpec, TagUseKind TUK, SourceLocation KWLoc, CXXScopeSpec &SS, IdentifierInfo *Name, SourceLocation NameLoc, AttributeList *Attr, AccessSpecifier AS, SourceLocation ModulePrivateLoc, MultiTemplateParamsArg TemplateParameterLists, bool &OwnedDecl, bool &IsDependent, SourceLocation ScopedEnumKWLoc, bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, bool IsTypeSpecifier, SkipBodyInfo *SkipBody) argument

Completed in 264 milliseconds