Home
last modified time | relevance | path

Searched refs:Int128Ty (Results 1 – 10 of 10) sorted by relevance

/external/llvm/unittests/VMCore/
DConstantsTest.cpp115 IntegerType *Int128Ty = Type::getIntNTy(getGlobalContext(), 128); in TEST() local
116 Constant *Zero128 = Constant::getNullValue(Int128Ty); in TEST()
/external/clang/lib/CodeGen/
DCodeGenTBAA.cpp117 return getTBAAInfo(Context.Int128Ty); in getTBAAInfo()
/external/clang/include/clang/AST/
DBuiltinTypes.def120 SIGNED_TYPE(Int128, Int128Ty)
DASTContext.h682 CanQualType SignedCharTy, ShortTy, IntTy, LongTy, LongLongTy, Int128Ty; variable
/external/clang/lib/AST/
DASTContext.cpp690 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty); in getInt128Decl()
762 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes()
4000 return 7 + (getIntWidth(Int128Ty) << 3); in getIntegerRank()
6948 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty; in DecodeTypeFromStr()
/external/clang/lib/Sema/
DSemaType.cpp730 Result = Context.Int128Ty; in ConvertDeclSpecToType()
DSemaDeclAttr.cpp3343 NewTy = S.Context.Int128Ty; in handleModeAttr()
DSemaOverload.cpp6419 &ASTContext::Int128Ty, in getArithmeticType()
DSemaExpr.cpp2849 Ty = Context.Int128Ty; in ActOnNumericConstant()
/external/clang/lib/Serialization/
DASTReader.cpp4440 case PREDEF_TYPE_INT128_ID: T = Context.Int128Ty; break; in GetType()