Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h705 extern struct op *_cpp_expand_op_stack (cpp_reader *);
H A Dinit.c279 _cpp_expand_op_stack (pfile); in cpp_create_reader()
H A Dexpr.c1423 top = _cpp_expand_op_stack (pfile); in _cpp_parse_expr()
1613 _cpp_expand_op_stack (cpp_reader *pfile) in _cpp_expand_op_stack() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h738 extern struct op *_cpp_expand_op_stack (cpp_reader *);
H A Dinit.cc288 _cpp_expand_op_stack (pfile); in cpp_create_reader()
H A Dexpr.cc1449 top = _cpp_expand_op_stack (pfile); in _cpp_parse_expr()
1639 _cpp_expand_op_stack (cpp_reader *pfile) in _cpp_expand_op_stack() function
H A DChangeLog114 (_cpp_expand_op_stack): Likewise.
6583 (_cpp_expand_op_stack): Use XRESIZEVEC.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200222413 * cppexp.c (_cpp_expand_op_stack): Set op_limit.
24228 (_cpp_expand_op_stack): Expand the operator stack as necessary.
24233 (_cpp_expand_op_stack): New.