OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vis_column
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc
29
/* Round up
VIS_COLUMN
to nearest tab stop. */
32
next_tab_stop (unsigned int
vis_column
, unsigned int tab_width)
34
vis_column
= ((
vis_column
+ tab_width) / tab_width) * tab_width;
35
return
vis_column
;
59
unsigned int
vis_column
= 0;
local
66
*first_nws =
vis_column
;
71
vis_column
= next_tab_stop (
vis_column
, tab_width);
73
vis_column
++
101
unsigned int
vis_column
= 0;
local
539
int
vis_column
= MIN (next_stmt_
vis_column
, body_
vis_column
);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc
29
/* Round up
VIS_COLUMN
to nearest tab stop. */
32
next_tab_stop (unsigned int
vis_column
, unsigned int tab_width)
34
vis_column
= ((
vis_column
+ tab_width) / tab_width) * tab_width;
35
return
vis_column
;
58
unsigned int
vis_column
= 0;
local
65
*first_nws =
vis_column
;
70
vis_column
= next_tab_stop (
vis_column
, tab_width);
72
vis_column
++
99
unsigned int
vis_column
= 0;
local
530
int
vis_column
= MIN (next_stmt_
vis_column
, body_
vis_column
);
local
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026