Home
last modified time | relevance | path

Searched refs:long_long_unsigned_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c10703 bool *long_long_unsigned_p, bool *long_double_p) in check_literal_operator_args() argument
10707 *long_long_unsigned_p = false; in check_literal_operator_args()
10756 *long_long_unsigned_p = true; in check_literal_operator_args()
H A Ddecl.c9778 bool long_long_unsigned_p; in grokfndecl() local
9791 if (!check_literal_operator_args (decl, &long_long_unsigned_p, in grokfndecl()
9799 if (long_long_unsigned_p) in grokfndecl()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc11310 bool *long_long_unsigned_p, bool *long_double_p) in check_literal_operator_args() argument
11314 *long_long_unsigned_p = false; in check_literal_operator_args()
11363 *long_long_unsigned_p = true; in check_literal_operator_args()
H A Ddecl.cc10407 bool long_long_unsigned_p; in grokfndecl() local
10420 if (!check_literal_operator_args (decl, &long_long_unsigned_p, in grokfndecl()
10428 if (long_long_unsigned_p) in grokfndecl()
H A DChangeLog-20122709 and *long_long_unsigned_p even if processing_template_decl.