Searched refs:long_long_unsigned_p (Results 1 – 5 of 5) sorted by relevance
10703 bool *long_long_unsigned_p, bool *long_double_p) in check_literal_operator_args() argument10707 *long_long_unsigned_p = false; in check_literal_operator_args()10756 *long_long_unsigned_p = true; in check_literal_operator_args()
9778 bool long_long_unsigned_p; in grokfndecl() local9791 if (!check_literal_operator_args (decl, &long_long_unsigned_p, in grokfndecl()9799 if (long_long_unsigned_p) in grokfndecl()
11310 bool *long_long_unsigned_p, bool *long_double_p) in check_literal_operator_args() argument11314 *long_long_unsigned_p = false; in check_literal_operator_args()11363 *long_long_unsigned_p = true; in check_literal_operator_args()
10407 bool long_long_unsigned_p; in grokfndecl() local10420 if (!check_literal_operator_args (decl, &long_long_unsigned_p, in grokfndecl()10428 if (long_long_unsigned_p) in grokfndecl()
2709 and *long_long_unsigned_p even if processing_template_decl.