Home
last modified time | relevance | path

Searched refs:BUILTINS_LOCATION (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/gcc/
HDinput.h29 #define BUILTINS_LOCATION ((source_location) 2) macro
HDtoplev.c1942 input_location = BUILTINS_LOCATION; in lang_dependent_init()
HDc-decl.c2806 input_location = BUILTINS_LOCATION; in c_init_decl_processing()
7328 SET_EXPR_LOCATION (stmt, BUILTINS_LOCATION); in finish_function()
HDtree.h2350 (DECL_SOURCE_LOCATION (DECL) <= BUILTINS_LOCATION)
HDtree-cfg.c2097 if (loc > BUILTINS_LOCATION) in remove_bb()
HDChangeLog-200525679 of the artification 'return 0' in main() to BUILTINS_LOCATION.
25680 * tree-cfg.c (remove_bb): Check that location isn't BUILTINS_LOCATION
HDChangeLog-200427103 (BUILTINS_LOCATION, UNKNOWN_LOCATION, expand_location,
27170 * dwarf2out.c (dwarf2out_decl: Use BUILTINS_LOCATION.
/NextBSD/contrib/gcc/cp/
HDlex.c370 push_srcloc (BUILTINS_LOCATION); in cxx_init()
HDChangeLog-20044185 * lex.c (cxx_init): Likewise. Also use BUILTINS_LOCATION.