Home
last modified time | relevance | path

Searched refs:UnsignedInt128Ty (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def94 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
DASTContext.h564 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp370 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(UnsignedInt128Ty); in getUInt128Decl()
429 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
6259 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
6346 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaType.cpp726 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
DSemaDeclAttr.cpp2802 NewTy = S.Context.UnsignedInt128Ty; in handleModeAttr()
DTreeTransform.h8918 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/external/clang/lib/Serialization/
DASTReader.cpp4394 case PREDEF_TYPE_UINT128_ID: T = Context.UnsignedInt128Ty; break; in GetType()