Searched refs:DECL_SOURCE_LOCATION (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-10.1-release/contrib/gcc/cp/
H A Doptimize.c70 DECL_SOURCE_LOCATION (cloned_parm) = DECL_SOURCE_LOCATION (parm);
105 DECL_SOURCE_LOCATION (clone) = DECL_SOURCE_LOCATION (fn);
H A Dmethod.c758 DECL_SOURCE_LOCATION (fndecl)
759 = DECL_SOURCE_LOCATION (TYPE_NAME (DECL_CONTEXT (fndecl)));
776 input_location = DECL_SOURCE_LOCATION (fndecl);
1073 DECL_SOURCE_LOCATION (fn) = DECL_SOURCE_LOCATION (TYPE_NAME (type));
H A Dpt.c1245 DECL_SOURCE_LOCATION (fn) = DECL_SOURCE_LOCATION (spec);
2163 DECL_SOURCE_LOCATION (tmpl) = DECL_SOURCE_LOCATION (decl);
2164 DECL_SOURCE_LOCATION (DECL_TEMPLATE_RESULT (tmpl))
2165 = DECL_SOURCE_LOCATION (decl);
4824 DECL_SOURCE_LOCATION (type_decl)
4825 = DECL_SOURCE_LOCATION (TYPE_STUB_DECL (template_type));
5754 input_location = DECL_SOURCE_LOCATION (typedecl);
5922 input_location = DECL_SOURCE_LOCATION (
[all...]
H A Ddecl.c1661 DECL_SOURCE_LOCATION (olddecl)
1662 = DECL_SOURCE_LOCATION (old_result)
1663 = DECL_SOURCE_LOCATION (newdecl);
1749 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
2255 DECL_SOURCE_LOCATION (decl) = input_location;
2600 DECL_SOURCE_LOCATION (decl) = location;
10856 input_location = DECL_SOURCE_LOCATION (decl);
11077 = get_fileinfo (LOCATION_FILE (DECL_SOURCE_LOCATION (decl1)));
H A Ddecl2.c2632 input_location = DECL_SOURCE_LOCATION (decl);
3291 input_location = DECL_SOURCE_LOCATION (decl);
3621 DECL_SOURCE_LOCATION (decl) = input_location;
H A Dsemantics.c2214 DECL_SOURCE_LOCATION (TYPE_NAME (t)) = input_location;
3459 DECL_SOURCE_LOCATION (result) = DECL_SOURCE_LOCATION (var);
H A Dtypeck2.c273 ? DECL_SOURCE_LOCATION (decl)
/freebsd-10.1-release/contrib/gcc/
H A Dtree-nrv.c194 DECL_SOURCE_LOCATION (result) = DECL_SOURCE_LOCATION (found);
H A Dc-objc-common.c177 *text->locus = DECL_SOURCE_LOCATION (t);
H A Dtree-optimize.c420 input_location = DECL_SOURCE_LOCATION (fndecl);
H A Dtree-nested.c297 DECL_SOURCE_LOCATION (field) = DECL_SOURCE_LOCATION (decl);
912 DECL_SOURCE_LOCATION (new_decl) = DECL_SOURCE_LOCATION (decl);
1220 DECL_SOURCE_LOCATION (new_decl) = DECL_SOURCE_LOCATION (decl);
1876 DECL_SOURCE_LOCATION (context));
H A Dc-aux-info.c558 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (fndecl));
H A Dc-omp.c229 elocus = DECL_SOURCE_LOCATION (decl);
H A Dtoplev.c906 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (node));
929 = expand_location (DECL_SOURCE_LOCATION (decl));
1489 *text->locus = DECL_SOURCE_LOCATION (t);
H A Dtree-mudflap.c120 expanded_location xloc = expand_location (DECL_SOURCE_LOCATION (decl));
463 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (current_function_decl));
469 SET_EXPR_LOCATION (t, DECL_SOURCE_LOCATION (current_function_decl));
H A Dpretty-print.c190 %J: a decl tree, from which DECL_SOURCE_LOCATION will be recorded.
486 *text->locus = DECL_SOURCE_LOCATION (t);
H A Dc-decl.c1741 DECL_SOURCE_LOCATION (newdecl) = DECL_SOURCE_LOCATION (olddecl);
2562 DECL_SOURCE_LOCATION (label) = location;
2594 DECL_SOURCE_LOCATION (label) = input_location;
2671 DECL_SOURCE_LOCATION (label) = location;
5466 DECL_SOURCE_LOCATION (decl) = declarator->id_loc;
6717 current_function_prototype_locus = DECL_SOURCE_LOCATION (old_decl);
6745 = DECL_SOURCE_LOCATION (ext_decl);
7020 DECL_SOURCE_LOCATION (decl) = DECL_SOURCE_LOCATION (fndec
[all...]
H A Dcoverage.c514 = expand_location (DECL_SOURCE_LOCATION (current_function_decl));
539 = expand_location (DECL_SOURCE_LOCATION (current_function_decl));
H A Dtree-ssa.c1180 : &DECL_SOURCE_LOCATION (var));
1182 fun_locus = &DECL_SOURCE_LOCATION (cfun->decl);
H A Dtree-complex.c392 DECL_SOURCE_LOCATION (r) = DECL_SOURCE_LOCATION (orig);
H A Dtree-sra.c1189 DECL_SOURCE_LOCATION (var) = DECL_SOURCE_LOCATION (base);
H A Dprint-tree.c435 xloc = expand_location (DECL_SOURCE_LOCATION (node));
H A Dprofile.c978 expand_location (DECL_SOURCE_LOCATION (current_function_decl));
H A Dtree-dump.c344 xloc = expand_location (DECL_SOURCE_LOCATION (t));
H A Dtree.h2358 #define DECL_SOURCE_LOCATION(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.locus)
2359 #define DECL_SOURCE_FILE(NODE) LOCATION_FILE (DECL_SOURCE_LOCATION (NODE))
2360 #define DECL_SOURCE_LINE(NODE) LOCATION_LINE (DECL_SOURCE_LOCATION (NODE))
2363 (DECL_SOURCE_LOCATION (DECL) <= BUILTINS_LOCATION)
2345 #define DECL_SOURCE_LOCATION macro

Completed in 324 milliseconds

12