Searched refs:UNKNOWN_LOCATION (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dinput.h46 #define UNKNOWN_LOCATION ((source_location) 0) macro
67 #define UNKNOWN_LOCATION unknown_location macro
H A Dtree-vectorizer.h27 #define UNKNOWN_LOC UNKNOWN_LOCATION
H A Dc-opts.c1136 input_location = UNKNOWN_LOCATION;
1144 input_location = UNKNOWN_LOCATION;
H A Dgimple-low.c113 SET_EXPR_LOCATION (x, UNKNOWN_LOCATION);
H A Dtree-cfg.c2002 source_location loc = UNKNOWN_LOCATION;
5761 location = UNKNOWN_LOCATION;
5770 && (location = EXPR_LOCATION (last)) != UNKNOWN_LOCATION)
5777 if (location == UNKNOWN_LOCATION)
5803 if (location == UNKNOWN_LOCATION)
H A Dtree-mudflap.c661 mf_file_function_line_tree (locus == NULL ? UNKNOWN_LOCATION
H A Dtree.h1468 (EXPR_P (NODE) ? (NODE)->exp.locus : UNKNOWN_LOCATION)
1471 #define EXPR_HAS_LOCATION(NODE) (EXPR_LOCATION (NODE) != UNKNOWN_LOCATION)
1478 = loc_tmp == NULL ? UNKNOWN_LOCATION : *loc_tmp; } while (0)
1498 (EXPR_HAS_LOCATION(NODE) ? *(NODE)->exp.locus : UNKNOWN_LOCATION)
H A Dcfgexpand.c1540 if (cfun->function_end_locus != UNKNOWN_LOCATION)
H A Dc-decl.c6706 current_function_prototype_locus = UNKNOWN_LOCATION;
7352 UNKNOWN_LOCATION has the problem that it gets clobbered in
8213 current_function_prototype_locus = UNKNOWN_LOCATION;
H A Demit-rtl.c5003 last_location = UNKNOWN_LOCATION;
H A Dc-common.c837 input_location = UNKNOWN_LOCATION;
H A Dtree.c2916 SET_EXPR_LOCATION (t, UNKNOWN_LOCATION);
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.c11882 SET_EXPR_LOCATION (stmt, UNKNOWN_LOCATION);
H A Dparser.c665 tok->location = UNKNOWN_LOCATION;
699 tok->location = UNKNOWN_LOCATION;

Completed in 338 milliseconds