Home
last modified time | relevance | path

Searched refs:DECL_SOURCE_FILE (Results 1 – 25 of 52) sorted by relevance

123

/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c265 DECL_SOURCE_FILE (fn_decl) = (const char *)filename; in tree_code_create_function_prototype()
345 DECL_SOURCE_FILE (fn_decl) = (const char *)filename; in tree_code_create_function_initial()
352 DECL_SOURCE_FILE (resultdecl) = (const char *)filename; in tree_code_create_function_initial()
372 DECL_SOURCE_FILE (parm_decl) = (const char *)filename; in tree_code_create_function_initial()
544 DECL_SOURCE_FILE (var_decl) = (const char *)filename; in tree_code_create_variable()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.c994 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl), in pedwarn_with_decl()
1136 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl), in error_with_decl()
1239 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl), in warning_with_decl()
1447 DECL_SOURCE_FILE (node), DECL_SOURCE_LINE (node));
1463 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl));
1469 DECL_SOURCE_FILE (decl), DECL_SOURCE_LINE (decl));
H A Dtree-dump.c328 if (DECL_SOURCE_FILE (t))
330 const char *filename = strrchr (DECL_SOURCE_FILE (t), '/');
332 filename = DECL_SOURCE_FILE (t);
H A Dxcoffout.c432 xcoffout_source_file (file, DECL_SOURCE_FILE (decl), 0);
H A Dc-aux-info.c585 DECL_SOURCE_FILE (fndecl),
H A Dtree-inline.c1193 push_srcloc (DECL_SOURCE_FILE (fn), DECL_SOURCE_LINE (fn));
1381 *tp = build_expr_wfl (expr, DECL_SOURCE_FILE (fn), DECL_SOURCE_LINE (fn),
1384 *tp = build_expr_wfl (expr, DECL_SOURCE_FILE (fn),
H A Dc-decl.c1399 DECL_SOURCE_FILE (newdecl) = DECL_SOURCE_FILE (olddecl);
1729 (DECL_SOURCE_FILE (IDENTIFIER_IMPLICIT_DECL (name)),
2221 DECL_SOURCE_FILE (decl) = input_filename;
2304 DECL_SOURCE_FILE (decl) = filename;
5873 current_function_prototype_file = DECL_SOURCE_FILE (old_decl);
6226 DECL_SOURCE_FILE (found) = DECL_SOURCE_FILE (fndecl); in store_parm_decls()
6612 input_filename = DECL_SOURCE_FILE (fndecl);
H A Dprint-tree.c386 DECL_SOURCE_FILE (node), DECL_SOURCE_LINE (node));
H A Dc-parse.in436 { DECL_SOURCE_FILE (current_function_decl) = $7;
450 { DECL_SOURCE_FILE (current_function_decl) = $7;
464 { DECL_SOURCE_FILE (current_function_decl) = $6;
1602 DECL_SOURCE_FILE (decl) = $5;
1633 DECL_SOURCE_FILE (decl) = $5;
H A Dintegrate.c1002 rtx note = emit_note (DECL_SOURCE_FILE (formal),
3045 input_filename = DECL_SOURCE_FILE (fndecl);
H A Ddbxout.c2498 const char *filename = DECL_SOURCE_FILE (decl);
H A Dtree.h1479 #define DECL_SOURCE_FILE(NODE) (DECL_SOURCE_LOCATION (NODE).file) macro
/openbsd-src/gnu/gcc/gcc/
H A Dxcoffout.c424 xcoffout_source_file (file, DECL_SOURCE_FILE (decl), 0); in xcoffout_declare_function()
H A Dtree-mudflap.c129 sourcefile = DECL_SOURCE_FILE (current_function_decl); in mf_varname_tree()
211 file = DECL_SOURCE_FILE (current_function_decl); in mf_file_function_line_tree()
H A Dtree-vectorizer.c1335 DECL_SOURCE_FILE (current_function_decl), in vect_print_dump_info()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-parse.c150 DECL_SOURCE_FILE (TYPE_NAME (current_class)) = sfname;
431 input_filename = DECL_SOURCE_FILE (TYPE_NAME (this_class));
728 input_filename = DECL_SOURCE_FILE (TYPE_NAME (current_class)); in parse_class_file()
H A Dclass.c1877 DECL_SOURCE_FILE (this_decl),
1917 DECL_SOURCE_FILE (decl),
H A Ddecl.c1060 file = DECL_SOURCE_FILE (t);
H A Djcf-write.c3183 source_file = DECL_SOURCE_FILE (TYPE_NAME (clas));
3360 dname = DECL_SOURCE_FILE (TYPE_NAME (clas));
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c1773 DECL_SOURCE_FILE (TYPE_NAME (t)) = input_filename;
2386 input_filename = DECL_SOURCE_FILE (fn);
2495 init_function_start (fn, DECL_SOURCE_FILE (fn), DECL_SOURCE_LINE (fn));
H A Derror.c2211 return DECL_SOURCE_FILE (DECL_CONTEXT (t));
2213 return DECL_SOURCE_FILE (TYPE_MAIN_DECL (t));
2215 return DECL_SOURCE_FILE (OVL_FUNCTION (t));
2217 return DECL_SOURCE_FILE (t);
H A Dmethod.c775 DECL_SOURCE_FILE (fndecl) = input_filename;
H A Dpt.c4883 input_filename = DECL_SOURCE_FILE (decl);
5538 input_filename = DECL_SOURCE_FILE (t);
5641 input_filename = DECL_SOURCE_FILE (typedecl);
5970 input_filename = DECL_SOURCE_FILE (t);
10377 input_filename = DECL_SOURCE_FILE (d);
10498 input_filename = DECL_SOURCE_FILE (d);
H A Ddecl.c2257 && (!strcmp (DECL_SOURCE_FILE (t),"<built-in>")))
4685 push_srcloc (DECL_SOURCE_FILE (f), DECL_SOURCE_LINE (f));
5142 DECL_SOURCE_FILE (decl) = input_filename;
5471 DECL_SOURCE_FILE (decl) = filename;
H A Dinit.c2683 DECL_SOURCE_FILE (decl) = input_filename;

123