Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def94 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
DASTContext.h903 CanQualType UnsignedLongLongTy, UnsignedInt128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp972 UInt128Decl = buildImplicitTypedef(UnsignedInt128Ty, "__uint128_t"); in getUInt128Decl()
1029 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes()
8068 return UnsignedInt128Ty; in getCorrespondingUnsignedType()
8175 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
8740 return Signed ? Int128Ty : UnsignedInt128Ty; in getIntTypeForBitwidth()
/external/clang/lib/Sema/
DSemaOverload.cpp7226 &ASTContext::UnsignedInt128Ty, in getArithmeticType()
7374 == S.Context.UnsignedInt128Ty && in BuiltinOperatorOverloadBuilder()
7380 == S.Context.UnsignedInt128Ty && in BuiltinOperatorOverloadBuilder()
DSemaType.cpp1403 Result = Context.UnsignedInt128Ty; in ConvertDeclSpecToType()
DTreeTransform.h11515 SemaRef.Context.UnsignedLongLongTy, SemaRef.Context.UnsignedInt128Ty in RebuildArrayType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3370 getContext().UnsignedInt128Ty, getContext().HalfTy, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Serialization/
DASTReader.cpp6005 T = Context.UnsignedInt128Ty; in GetType()