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_vis_column
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc
435
unsigned int
next_stmt_vis_column
;
local
447
&
next_stmt_vis_column
,
469
if (next_stmt_line_first_nws <
next_stmt_vis_column
)
473
&&
next_stmt_vis_column
== body_vis_column)
486
&&
next_stmt_vis_column
> guard_line_first_nws))
539
int vis_column = MIN (
next_stmt_vis_column
, body_vis_column);
583
if (
next_stmt_vis_column
> guard_line_first_nws
585
&&
next_stmt_vis_column
== guard_line_first_nws))
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc
429
unsigned int
next_stmt_vis_column
;
local
440
&
next_stmt_vis_column
,
460
if (next_stmt_line_first_nws <
next_stmt_vis_column
)
464
&&
next_stmt_vis_column
== body_vis_column)
477
&&
next_stmt_vis_column
> guard_line_first_nws))
530
int vis_column = MIN (
next_stmt_vis_column
, body_vis_column);
573
if (
next_stmt_vis_column
> guard_line_first_nws
575
&&
next_stmt_vis_column
== guard_line_first_nws))
Completed in 24 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026