Home
last modified time | relevance | path

Searched refs:guard_loc (Results 1 – 7 of 7) sorted by relevance

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