Home
last modified time | relevance | path

Searched refs:next_stmt_exploc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.cc304 expanded_location next_stmt_exploc = expand_location (next_stmt_loc); in should_warn_for_misleading_indentation() local
310 if (!guard_exploc.column || !body_exploc.column || !next_stmt_exploc.column) in should_warn_for_misleading_indentation()
337 if (next_stmt_exploc.file != body_exploc.file) in should_warn_for_misleading_indentation()
364 if (next_stmt_exploc.line == body_exploc.line) in should_warn_for_misleading_indentation()
375 gcc_assert (guard_exploc.file == next_stmt_exploc.file); in should_warn_for_misleading_indentation()
376 gcc_assert (guard_exploc.line == next_stmt_exploc.line); in should_warn_for_misleading_indentation()
425 if (next_stmt_exploc.line > body_exploc.line) in should_warn_for_misleading_indentation()
439 if (!get_visual_column (next_stmt_exploc, in should_warn_for_misleading_indentation()
532 next_stmt_exploc.line, in should_warn_for_misleading_indentation()
H A DChangeLog7317 update call to get_visual_column for next_stmt_exploc so that it
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c294 expanded_location next_stmt_exploc = expand_location (next_stmt_loc); in should_warn_for_misleading_indentation() local
300 if (next_stmt_exploc.file != body_exploc.file) in should_warn_for_misleading_indentation()
327 if (next_stmt_exploc.line == body_exploc.line) in should_warn_for_misleading_indentation()
338 gcc_assert (guard_exploc.file == next_stmt_exploc.file); in should_warn_for_misleading_indentation()
339 gcc_assert (guard_exploc.line == next_stmt_exploc.line); in should_warn_for_misleading_indentation()
388 if (next_stmt_exploc.line > body_exploc.line) in should_warn_for_misleading_indentation()
402 if (!get_visual_column (next_stmt_exploc, next_stmt_loc, in should_warn_for_misleading_indentation()
495 next_stmt_exploc.line, in should_warn_for_misleading_indentation()