Home
last modified time | relevance | path

Searched refs:source_locus (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dinput.h48 typedef source_location source_locus; /* to be removed */ typedef
63 typedef location_t *source_locus; typedef
H A Dtree-vectorizer.h32 typedef source_locus LOC;
H A Dbasic-block.h134 source_locus goto_locus;
H A Dprofile.c993 source_locus curr_location = single_succ_edge (bb)->goto_locus; in branch_prob()
H A Dtree-cfg.c2004 source_locus loc = 0; in remove_bb()
2084 source_locus t; in remove_bb()
H A Dtree.h1689 source_locus locus;
H A Dtree.c3223 static GTY(()) source_locus last_annotated_node;
H A DChangeLog-200427105 (expanded_location, source_locus): New typedefs.
27117 (tree_exp): Change type of locus to use new source_locus typedef.
27127 * basic-block.h (struct edge_def): Use new source_locus typedef.
H A DChangeLog-20065840 * tree.c: (last_annotated_node): Use source_locus typedef.