Searched refs:_cpp_arguments_ok (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | traditional.c | 630 if (_cpp_arguments_ok (pfile, &m, fmacro.node, in _cpp_scan_out_logical_line() 714 if (_cpp_arguments_ok (pfile, m, fmacro.node, fmacro.argc)) in _cpp_scan_out_logical_line()
|
H A D | internal.h | 665 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
|
H A D | macro.c | 1090 _cpp_arguments_ok (cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) in _cpp_arguments_ok() function 1335 if (_cpp_arguments_ok (pfile, macro, node, argc)) in collect_args()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | traditional.cc | 635 if (_cpp_arguments_ok (pfile, &m, fmacro.node, in _cpp_scan_out_logical_line() 719 if (_cpp_arguments_ok (pfile, m, fmacro.node, fmacro.argc)) in _cpp_scan_out_logical_line()
|
H A D | internal.h | 696 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
|
H A D | macro.cc | 1148 _cpp_arguments_ok (cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) in _cpp_arguments_ok() function 1393 if (_cpp_arguments_ok (pfile, macro, node, argc)) in collect_args()
|
H A D | ChangeLog | 1617 * macro.c (_cpp_arguments_ok): If the argument count is wrong, add 2043 (_cpp_arguments_ok): Check va_opt flag. 3807 * macro.c (_cpp_arguments_ok, parse_params, create_iso_definition):
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2002 | 16721 (_cpp_arguments_ok): New. 16722 * cppmacro.c (_cpp_arguments_ok): New, split out from...
|