Home
last modified time | relevance | path

Searched refs:_cpp_arguments_ok (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dtraditional.c630 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 Dinternal.h665 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
H A Dmacro.c1090 _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 Dtraditional.cc635 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 Dinternal.h696 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
H A Dmacro.cc1148 _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 DChangeLog1617 * 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 DChangeLog-200216721 (_cpp_arguments_ok): New.
16722 * cppmacro.c (_cpp_arguments_ok): New, split out from...