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_tab_stop
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-indentation.cc
32
next_tab_stop
(unsigned int vis_column, unsigned int tab_width)
function
71
vis_column =
next_tab_stop
(vis_column, tab_width);
113
vis_column =
next_tab_stop
(vis_column, tab_width);
674
/* Verify that
next_tab_stop
works as expected. */
681
ASSERT_EQ (
next_tab_stop
(0, tab_width), 8);
682
ASSERT_EQ (
next_tab_stop
(1, tab_width), 8);
683
ASSERT_EQ (
next_tab_stop
(7, tab_width), 8);
685
ASSERT_EQ (
next_tab_stop
(8, tab_width), 16);
686
ASSERT_EQ (
next_tab_stop
(9, tab_width), 16);
687
ASSERT_EQ (
next_tab_stop
(15, tab_width), 16)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-indentation.cc
32
next_tab_stop
(unsigned int vis_column, unsigned int tab_width)
function
70
vis_column =
next_tab_stop
(vis_column, tab_width);
111
vis_column =
next_tab_stop
(vis_column, tab_width);
664
/* Verify that
next_tab_stop
works as expected. */
671
ASSERT_EQ (
next_tab_stop
(0, tab_width), 8);
672
ASSERT_EQ (
next_tab_stop
(1, tab_width), 8);
673
ASSERT_EQ (
next_tab_stop
(7, tab_width), 8);
675
ASSERT_EQ (
next_tab_stop
(8, tab_width), 16);
676
ASSERT_EQ (
next_tab_stop
(9, tab_width), 16);
677
ASSERT_EQ (
next_tab_stop
(15, tab_width), 16)
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026