Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDinput.h89 #define LOCATION_FILE(LOC) ((expand_location (LOC)).file) macro
93 #define input_filename LOCATION_FILE(input_location)
HDtree-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()
HDprofile.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()
HDtree-vectorizer.h29 #define LOC_FILE(l) LOCATION_FILE (l)
HDtree.h1474 LOCATION_FILE (EXPR_CHECK (NODE)->exp.locus)
2346 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
HDChangeLog-200427104 LOCATION_FILE, LOCATION_LINE): New macros and functions.
/trueos/contrib/gcc/cp/
HDlex.c841 LOCATION_FILE (TINST_LOCATION (tl))) == 0; in in_main_input_context()
HDerror.c2202 const char *file = LOCATION_FILE (diagnostic->location); in cp_print_error_function()
2265 LOCATION_FILE (location), in print_instantiation_full_context()
HDdecl.c11058 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1))); in start_preparsed_function()
HDChangeLog-20044181 * error.c: Use LOCATION_FILE and EXPR_LOCATION macros.