Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h502 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
H A Dmacro.c519 _cpp_arguments_ok (cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) in _cpp_arguments_ok() function
667 if (_cpp_arguments_ok (pfile, macro, node, argc)) in collect_args()
H A Dtraditional.c571 if (_cpp_arguments_ok (pfile, m, fmacro.node, fmacro.argc)) in _cpp_scan_out_logical_line()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h506 extern bool _cpp_arguments_ok PARAMS ((cpp_reader *, cpp_macro *,
H A Dcppmacro.c523 _cpp_arguments_ok (pfile, macro, node, argc) in _cpp_arguments_ok() function
677 if (_cpp_arguments_ok (pfile, macro, node, argc))
H A Dcpptrad.c670 if (_cpp_arguments_ok (pfile, m, fmacro.node, fmacro.argc))
H A DChangeLog.72274 (_cpp_arguments_ok): New.
2275 * cppmacro.c (_cpp_arguments_ok): New, split out from...