Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dinput.h89 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) macro
93 #define input_filename LOCATION_FILE(input_location)
H A Dtree-ssa-alias-warnings.c850 LOCATION_FILE (ref1_loc), LOCATION_LINE (ref1_loc), in strict_aliasing_warn()
853 LOCATION_FILE (ref2_loc), LOCATION_LINE (ref2_loc)); in strict_aliasing_warn()
H A Dprofile.c796 && (LOCATION_FILE (e->goto_locus) in branch_prob()
797 != LOCATION_FILE (EXPR_LOCATION (last)) in branch_prob()
996 output_location (LOCATION_FILE (curr_location), in branch_prob()
H A Dtree-vectorizer.h29 #define LOC_FILE(l) LOCATION_FILE (l)
H A Dtree.h1474 LOCATION_FILE (EXPR_CHECK (NODE)->exp.locus)
2346 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
H A DChangeLog-200427104 LOCATION_FILE, LOCATION_LINE): New macros and functions.
/freebsd-12.1/contrib/gcc/cp/
H A Dlex.c841 LOCATION_FILE (TINST_LOCATION (tl))) == 0; in in_main_input_context()
H A Derror.c2202 const char *file = LOCATION_FILE (diagnostic->location); in cp_print_error_function()
2265 LOCATION_FILE (location), in print_instantiation_full_context()
H A Ddecl.c11058 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1))); in start_preparsed_function()
H A DChangeLog-20044181 * error.c: Use LOCATION_FILE and EXPR_LOCATION macros.