Searched refs:LOCATION_FILE (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/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.c852 LOCATION_FILE (ref1_loc), LOCATION_LINE (ref1_loc),
855 LOCATION_FILE (ref2_loc), LOCATION_LINE (ref2_loc));
H A Dtree-vectorizer.h29 #define LOC_FILE(l) LOCATION_FILE (l)
H A Dprofile.c799 && (LOCATION_FILE (e->goto_locus)
800 != LOCATION_FILE (EXPR_LOCATION (last))
999 output_location (LOCATION_FILE (curr_location),
H A Dtree.h1480 LOCATION_FILE (EXPR_CHECK (NODE)->exp.locus)
2359 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
/freebsd-10.1-release/contrib/gcc/cp/
H A Dlex.c845 LOCATION_FILE (TINST_LOCATION (tl))) == 0;
H A Derror.c2202 const char *file = LOCATION_FILE (diagnostic->location);
2265 LOCATION_FILE (location),
H A Ddecl.c11077 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));

Completed in 245 milliseconds