Searched refs:hasInt128Type (Results 1 – 9 of 9) sorted by relevance
100 bool hasInt128Type() const final { return true; } in hasInt128Type() function
401 bool hasInt128Type() const override { in hasInt128Type() function
659 bool hasInt128Type() const override { return true; } in hasInt128Type() function
799 if (TI.hasInt128Type()) in InitializePredefinedMacros()1072 if (TI.hasInt128Type() && LangOpts.CPlusPlus && LangOpts.GNUMode) { in InitializePredefinedMacros()
511 virtual bool hasInt128Type() const { in hasInt128Type() function
669 return CGM.getContext().getTargetInfo().hasInt128Type(); in isLegalIntegerType()
203 if (Context.getTargetInfo().hasInt128Type()) { in Initialize()
7773 if (S.Context.getTargetInfo().hasInt128Type()) in InitArithmeticTypes()7778 if (S.Context.getTargetInfo().hasInt128Type()) in InitArithmeticTypes()
1437 if (!S.Context.getTargetInfo().hasInt128Type()) in ConvertDeclSpecToType()