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

/freebsd-10.1-release/contrib/gcc/
H A Dtoplev.c960 DECL_SOURCE_FILE (node), DECL_SOURCE_LINE (node));
976 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl));
982 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl));
H A Dtree-vectorizer.c1337 DECL_SOURCE_LINE (current_function_decl));
H A Ddbxout.c842 for its DECL_SOURCE_LINE. The other arguments are all passed directly
853 line = sym ? DECL_SOURCE_LINE (sym) : 0;
H A Dtree.h2360 #define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
2365 #define DECL_IS_BUILTIN(DECL) (DECL_SOURCE_LINE(DECL) == 0)
2347 #define DECL_SOURCE_LINE macro
H A Dfunction.c5145 int prologue_line = DECL_SOURCE_LINE (cfun->decl) - 1;
H A Dc-decl.c8270 EXPR_LINENO (decl_stmt) = DECL_SOURCE_LINE (decl) - 1;
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dmips.c6719 SDB_OUTPUT_SOURCE_LINE (file, DECL_SOURCE_LINE (current_function_decl));
/freebsd-10.1-release/contrib/gcc/cp/
H A Dparser.c20356 LOCATION_LINE (input_location) = DECL_SOURCE_LINE (decl) - 1;
20401 EXPR_LINENO (decl_stmt) = DECL_SOURCE_LINE (decl) - 1;

Completed in 213 milliseconds