Home | History | Annotate | Download | only in AST

Lines Matching refs:Int128Ty

771     TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty);
843 InitBuiltinType(Int128Ty, BuiltinType::Int128);
4181 return 7 + (getIntWidth(Int128Ty) << 3);
7349 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;