Searched refs:_cpp_arguments_ok (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| 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()
|
| D | internal.h | 696 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
|
| 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()
|
| 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/ |
| D | ChangeLog-2002 | 16721 (_cpp_arguments_ok): New. 16722 * cppmacro.c (_cpp_arguments_ok): New, split out from...
|