Searched refs:guard_loc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.cc261 location_t guard_loc = guard_tinfo.location;
267 if (linemap_location_from_macro_expansion_p (line_table, guard_loc))
268 guard_loc = linemap_resolve_location (line_table, guard_loc,
279 if (guard_loc == body_loc && body_loc == next_stmt_loc)
284 &guard_loc, &body_loc);
294 guard_loc = linemap_resolve_location (line_table, guard_loc,
305 expanded_location guard_exploc = expand_location (guard_loc);
317 inform (guard_loc,
[all...]
H A Dc-warn.cc2860 location_t guard_loc, enum rid keyword)
2886 = linemap_resolve_location (line_table, guard_loc,
2898 const line_map *guard_map = linemap_lookup (line_table, guard_loc);
2936 inform (guard_loc, "some parts of macro expansion are not guarded by "
2859 warn_for_multistatement_macros(location_t body_loc, location_t next_loc, location_t guard_loc, enum rid keyword) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c212 location_t guard_loc = guard_tinfo.location; local
295 expanded_location guard_exploc = expand_location (guard_loc);
342 if (!get_visual_column (guard_exploc, guard_loc,
410 if (!get_visual_column (guard_exploc, guard_loc,
H A Dc-warn.c2869 location_t guard_loc, enum rid keyword)
2895 = linemap_resolve_location (line_table, guard_loc,
2907 const line_map *guard_map = linemap_lookup (line_table, guard_loc);
2945 inform (guard_loc, "some parts of macro expansion are not guarded by "
2868 warn_for_multistatement_macros(location_t body_loc, location_t next_loc, location_t guard_loc, enum rid keyword) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-vect-loop-manip.c2224 location_t merge_loc, guard_loc; local
2246 guard_loc = gimple_phi_arg_location_from_edge (orig_phi, orig_e);
2248 add_phi_arg (new_phi, guard_arg, guard_edge, guard_loc);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-loop-manip.cc2303 location_t merge_loc, guard_loc; local
2325 guard_loc = gimple_phi_arg_location_from_edge (orig_phi, orig_e);
2327 add_phi_arg (new_phi, guard_arg, guard_edge, guard_loc);

Completed in 167 milliseconds