Home | History | Annotate | Download | only in c-family

Lines Matching defs:next_stmt_exploc

121    BODY_EXPLOC and NEXT_STMT_EXPLOC, to ensure that we don't
133 ^ NEXT_STMT_EXPLOC
304 expanded_location next_stmt_exploc = expand_location (next_stmt_loc);
310 if (!guard_exploc.column || !body_exploc.column || !next_stmt_exploc.column)
337 if (next_stmt_exploc.file != body_exploc.file)
364 if (next_stmt_exploc.line == body_exploc.line)
375 gcc_assert (guard_exploc.file == next_stmt_exploc.file);
376 gcc_assert (guard_exploc.line == next_stmt_exploc.line);
425 if (next_stmt_exploc.line > body_exploc.line)
439 if (!get_visual_column (next_stmt_exploc,
532 next_stmt_exploc.line,