Home
last modified time | relevance | path

Searched refs:body_exploc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-indentation.cc303 expanded_location body_exploc = expand_location (body_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()
366 if (guard_exploc.file != body_exploc.file) in should_warn_for_misleading_indentation()
368 if (guard_exploc.line < body_exploc.line) in should_warn_for_misleading_indentation()
372 else if (guard_exploc.line == body_exploc.line) in should_warn_for_misleading_indentation()
425 if (next_stmt_exploc.line > body_exploc.line) in should_warn_for_misleading_indentation()
443 if (!get_visual_column (body_exploc, in should_warn_for_misleading_indentation()
475 && body_exploc.line > guard_exploc.line in should_warn_for_misleading_indentation()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-indentation.c293 expanded_location body_exploc = expand_location (body_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()
329 if (guard_exploc.file != body_exploc.file) in should_warn_for_misleading_indentation()
331 if (guard_exploc.line < body_exploc.line) in should_warn_for_misleading_indentation()
335 else if (guard_exploc.line == body_exploc.line) in should_warn_for_misleading_indentation()
388 if (next_stmt_exploc.line > body_exploc.line) in should_warn_for_misleading_indentation()
406 if (!get_visual_column (body_exploc, body_loc, in should_warn_for_misleading_indentation()
438 && body_exploc.line > guard_exploc.line in should_warn_for_misleading_indentation()
494 if (detect_intervening_unindent (body_exploc.file, body_exploc.line, in should_warn_for_misleading_indentation()
[all …]