Home | History | Annotate | Download | only in AST

Lines Matching refs:Int128Ty

961     Int128Decl = buildImplicitTypedef(Int128Ty, "__int128_t");
1028 InitBuiltinType(Int128Ty, BuiltinType::Int128);
4658 return 7 + (getIntWidth(Int128Ty) << 3);
8033 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;
8549 return Signed ? Int128Ty : UnsignedInt128Ty;