Home
last modified time | relevance | path

Searched refs:enter_macro_context (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c271 static int enter_macro_context (cpp_reader *, cpp_hashnode *,
1430 enter_macro_context (cpp_reader *pfile, cpp_hashnode *node, in enter_macro_context() function
2940 ret = enter_macro_context (pfile, node, result, in cpp_get_token_1()
2958 ret = enter_macro_context (pfile, node, result, in cpp_get_token_1()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc283 static int enter_macro_context (cpp_reader *, cpp_hashnode *,
1489 enter_macro_context (cpp_reader *pfile, cpp_hashnode *node, in enter_macro_context() function
3060 ret = enter_macro_context (pfile, node, result, virt_loc); in cpp_get_token_1()
3077 ret = enter_macro_context (pfile, node, result, virt_loc); in cpp_get_token_1()
H A DChangeLog896 * macro.c (enter_macro_context): Likewise.
1771 * macro.c (enter_macro_context) Use _cpp_maybe_notify_macro_use.
1839 (enter_macro_context): Likewise.
1893 * macro.c (enter_macro_context): Change the location info for builtin
2720 (enter_macro_context): Compute both virtual and real expansion
3312 (enter_macro_context): Likewise.
3475 * macro.c (enter_macro_context): Pass the location of the end of
3789 (enter_macro_context): Pass location to builtin_macro.
3876 * macro.c (enter_macro_context): Only push
4346 (enter_macro_context): Set the cpp_reader::about_to_expand_macro_p
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info494 stack by calling the routine 'enter_macro_context'. When this routine
497 'enter_macro_context' also replaces any parameters in the replacement
503 'enter_macro_context' also handles special macros like '__LINE__'.
509 The final thing that 'enter_macro_context' does before returning is
922 'enter_macro_context' sets 'mi_valid' to false, so if a macro was
H A Dcppinternals.texi527 stack by calling the routine @code{enter_macro_context}. When this
530 macros, @code{enter_macro_context} also replaces any parameters in the
536 @code{enter_macro_context} also handles special macros like
543 The final thing that @code{enter_macro_context} does before returning
989 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info494 stack by calling the routine 'enter_macro_context'. When this routine
497 'enter_macro_context' also replaces any parameters in the replacement
503 'enter_macro_context' also handles special macros like '__LINE__'.
509 The final thing that 'enter_macro_context' does before returning is
922 'enter_macro_context' sets 'mi_valid' to false, so if a macro was
H A Dcppinternals.texi527 stack by calling the routine @code{enter_macro_context}. When this
530 macros, @code{enter_macro_context} also replaces any parameters in the
536 @code{enter_macro_context} also handles special macros like
543 The final thing that @code{enter_macro_context} does before returning
989 @code{enter_macro_context} sets @code{mi_valid} to false, so if a macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20019127 in enter_macro_context. Create a padding token in its own context
9129 (enter_macro_context): Update.
9435 (enter_macro_context): Handle builtins here.
9921 (enter_macro_context): Pool locking removed.
10101 enter_macro_context, expand_arg, _cpp_pop_context, cpp_scan_nooutput,
14160 * cppmacro.c (enter_macro_context): Push macro expansions even
H A DChangeLog-200212514 (enter_macro_context): Mark macro used.
20066 * cppmacro.c (enter_macro_context): Clear state.angled_headers.
21792 (enter_macro_context, replace_args, warn_of_redefinition,
25542 collect_args, enter_macro_context, save_parameter, parse_params,
29976 (enter_macro_context, replace_args): Use the original macro
H A DChangeLog-20002098 (enter_macro_context): Delete uses of macro_pos.
3880 * cppmacro.c (enter_macro_context): Move disabled check
4107 (enter_macro_context): Return 2 to indicate an empty macro.
5060 * cppmacro.c (enter_macro_context): Flip sense of return value.