OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_stmt_exploc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc
123
BODY_EXPLOC and
NEXT_STMT_EXPLOC
, to ensure that we don't
135
^
NEXT_STMT_EXPLOC
307
expanded_location
next_stmt_exploc
= expand_location (next_stmt_loc);
local
313
if (!guard_exploc.column || !body_exploc.column || !
next_stmt_exploc
.column)
340
if (
next_stmt_exploc
.file != body_exploc.file)
369
if (
next_stmt_exploc
.line == body_exploc.line)
380
gcc_assert (guard_exploc.file ==
next_stmt_exploc
.file);
381
gcc_assert (guard_exploc.line ==
next_stmt_exploc
.line);
431
if (
next_stmt_exploc
.line > body_exploc.line)
446
next_stmt_exploc
,
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc
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);
local
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
,
[
all
...]
Completed in 21 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026