OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitint_maxwidth
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc
897
const int
bitint_maxwidth
= WIDE_INT_MAX_PRECISION - 1;
978
if (prec + shift >
bitint_maxwidth
)
1032
if (prec >
bitint_maxwidth
)
1037
"%<unsigned _BitInt(%d)%> type",
bitint_maxwidth
);
1040
"%<_BitInt(%d)%> type",
bitint_maxwidth
);
895
const int
bitint_maxwidth
= WIDE_INT_MAX_PRECISION - 1;
local
Completed in 23 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026