Searched refs:_cpp_arguments_ok (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | internal.h | 502 extern bool _cpp_arguments_ok (cpp_reader *, cpp_macro *, const cpp_hashnode *,
|
| H A D | macro.c | 519 _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 D | traditional.c | 571 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 D | cpphash.h | 506 extern bool _cpp_arguments_ok PARAMS ((cpp_reader *, cpp_macro *,
|
| H A D | cppmacro.c | 523 _cpp_arguments_ok (pfile, macro, node, argc) in _cpp_arguments_ok() function 677 if (_cpp_arguments_ok (pfile, macro, node, argc))
|
| H A D | cpptrad.c | 670 if (_cpp_arguments_ok (pfile, m, fmacro.node, fmacro.argc))
|
| H A D | ChangeLog.7 | 2274 (_cpp_arguments_ok): New. 2275 * cppmacro.c (_cpp_arguments_ok): New, split out from...
|