Home | History | Annotate | Download | only in AST

Lines Matching refs:UnsignedInt128Ty

855     TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(UnsignedInt128Ty);
928 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128);
7493 return UnsignedInt128Ty;
7582 Type = Unsigned ? Context.UnsignedInt128Ty : Context.Int128Ty;