Searched refs:builtin_macro (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | init.c | 385 struct builtin_macro struct 394 static const struct builtin_macro builtin_array[] = argument 481 const struct builtin_macro *b; in cpp_init_special_builtins() 512 for (const struct builtin_macro *b = builtin_array; in _cpp_restore_special_builtin()
|
H A D | macro.c | 273 static int builtin_macro (cpp_reader *, cpp_hashnode *, 754 builtin_macro (cpp_reader *pfile, cpp_hashnode *node, in builtin_macro() function 1588 return builtin_macro (pfile, node, location, expand_loc); in enter_macro_context()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | init.cc | 394 struct builtin_macro struct 403 static const struct builtin_macro builtin_array[] = argument 492 const struct builtin_macro *b; in cpp_init_special_builtins() 524 for (const struct builtin_macro *b = builtin_array; in _cpp_restore_special_builtin()
|
H A D | macro.cc | 285 static int builtin_macro (cpp_reader *, cpp_hashnode *, 802 builtin_macro (cpp_reader *pfile, cpp_hashnode *node, in builtin_macro() function 1647 return builtin_macro (pfile, node, location, expand_loc); in enter_macro_context()
|
H A D | ChangeLog | 246 * macro.c (builtin_macro): Don't interpret _Pragma if 2719 (builtin_macro): Accept a second location for __LINE__. 2840 * macro.c (builtin_macro): Pass expansion location of _Pragma to 3310 (builtin_macro): Strengthen local "map" from const line_map * to 3787 * macro.c (builtin_macro): Add location parameter. Set 3789 (enter_macro_context): Pass location to builtin_macro. 3800 * macro.c (builtin_macro): Create a macro map and track the token 5679 * (struct builtin_macro): Split out from previous struct builtin, add 5682 * (cpp_init_special_builtins): Use struct builtin_macro, add NODE_WARN 6057 * macro.c (builtin_macro): Return result of _cpp_do__Pragma. [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 9432 (builtin_macro): Return int, handle _Pragma, push the new token 9867 * cppmacro.c (new_number_token, builtin_macro, stringify_arg): 10099 (builtin_macro, paste_all_tokens, paste_tokens, funlike_invocation_p, 11048 * cppmacro.c (builtin_macro, paste_all_tokens, replace_args, 11167 (builtin_macro): Don't use cpp_get_line. 13163 * cppmacro.c (builtin_macro): Update. 13641 (builtin_macro): Update. 15097 * cppmacro.c (builtin_macro): Update handling of __LINE__. 22924 * cppmacro.c (builtin_macro, parse_args, funlike_invocation_p, 28883 * cppmacro.c (builtin_macro): Remove handling of __GXX_WEAK__. [all …]
|
H A D | ChangeLog-2002 | 15361 (builtin_macro): Use it. 20649 * cppmacro.c (builtin_macro) [BT_STDC]: Use the language setting 21586 * cppmacro.c (builtin_macro): Check CPP_OPTION (pfile, 24971 * cppmacro.c (new_string_token, builtin_macro, cpp_quote_string, 25541 * cppmacro.c (builtin_macro, stringify_arg, paste_all_tokens,
|
H A D | ChangeLog-2000 | 697 * cppmacro.c (make_number_token, builtin_macro, lock_pools, 1101 * cppmacro.c (builtin_macro): Simplify; buffer cannot be null. 3388 * cppmacro.c (builtin_macro): Likewise. 5069 * cppmacro.c (builtin_macro): Use NT_VOID, not T_VOID.
|
H A D | ChangeLog-2003 | 26063 * cppmacro.c (builtin_macro, paste_tokens): \n terminate buffer.
|