OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guard_exploc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc
308
expanded_location
guard_exploc
= expand_location (guard_loc);
local
313
if (!
guard_exploc
.column || !body_exploc.column || !next_stmt_exploc.column)
371
if (
guard_exploc
.file != body_exploc.file)
373
if (
guard_exploc
.line < body_exploc.line)
377
else if (
guard_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);
385
guard_exploc
,
456
guard_exploc
,
484
&& body_exploc.line >
guard_exploc
.lin
[
all
...]
c-indentation.cc
308
expanded_location
guard_exploc
= expand_location (guard_loc);
local
313
if (!
guard_exploc
.column || !body_exploc.column || !next_stmt_exploc.column)
371
if (
guard_exploc
.file != body_exploc.file)
373
if (
guard_exploc
.line < body_exploc.line)
377
else if (
guard_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);
385
guard_exploc
,
456
guard_exploc
,
484
&& body_exploc.line >
guard_exploc
.lin
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc
305
expanded_location
guard_exploc
= expand_location (guard_loc);
local
310
if (!
guard_exploc
.column || !body_exploc.column || !next_stmt_exploc.column)
366
if (
guard_exploc
.file != body_exploc.file)
368
if (
guard_exploc
.line < body_exploc.line)
372
else if (
guard_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);
379
if (!get_visual_column (
guard_exploc
,
447
if (!get_visual_column (
guard_exploc
,
475
&& body_exploc.line >
guard_exploc
.lin
[
all
...]
c-indentation.cc
305
expanded_location
guard_exploc
= expand_location (guard_loc);
local
310
if (!
guard_exploc
.column || !body_exploc.column || !next_stmt_exploc.column)
366
if (
guard_exploc
.file != body_exploc.file)
368
if (
guard_exploc
.line < body_exploc.line)
372
else if (
guard_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);
379
if (!get_visual_column (
guard_exploc
,
447
if (!get_visual_column (
guard_exploc
,
475
&& body_exploc.line >
guard_exploc
.lin
[
all
...]
Completed in 73 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026