Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h535 extern struct op *_cpp_expand_op_stack (cpp_reader *);
H A Dinit.c214 _cpp_expand_op_stack (pfile); in cpp_create_reader()
H A Dexpr.c873 top = _cpp_expand_op_stack (pfile); in _cpp_parse_expr()
1041 _cpp_expand_op_stack (cpp_reader *pfile) in _cpp_expand_op_stack() function
H A DChangeLog298 (_cpp_expand_op_stack): Use XRESIZEVEC.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h535 extern struct op *_cpp_expand_op_stack PARAMS ((cpp_reader *));
H A Dcppexp.c865 top = _cpp_expand_op_stack (pfile);
1038 _cpp_expand_op_stack (pfile) in _cpp_expand_op_stack() function
H A Dcppinit.c576 _cpp_expand_op_stack (pfile);
H A DChangeLog.77966 * cppexp.c (_cpp_expand_op_stack): Set op_limit.
9781 (_cpp_expand_op_stack): Expand the operator stack as necessary.
9786 (_cpp_expand_op_stack): New.