Home
last modified time | relevance | path

Searched refs:PP_NL_ARGMAX (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dpretty-print.h28 #define PP_NL_ARGMAX 30 macro
73 const char *args[PP_NL_ARGMAX * 2];
Dpretty-print.cc1080 const char **formatters[PP_NL_ARGMAX]; in pp_format()
1169 gcc_assert (chunk < PP_NL_ARGMAX * 2); in pp_format()
1191 gcc_assert (argno < PP_NL_ARGMAX); in pp_format()
1248 gcc_assert (chunk < PP_NL_ARGMAX * 2); in pp_format()
1253 gcc_assert (chunk < PP_NL_ARGMAX * 2); in pp_format()
1490 for (; argno < PP_NL_ARGMAX; argno++) in pp_format()
DChangeLog-200513208 * pretty-print.h (PP_NL_ARGMAX): New.