OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nchars_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc
848
const int
nchars_max
= flag_isoc99 ? 4095 : 509;
850
if (nchars - 1 >
nchars_max
)
858
nchars - 1,
nchars_max
, relevant_std);
847
const int
nchars_max
= flag_isoc99 ? 4095 : 509;
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc
827
const int
nchars_max
= flag_isoc99 ? 4095 : 509;
829
if (nchars - 1 >
nchars_max
)
837
nchars - 1,
nchars_max
, relevant_std);
826
const int
nchars_max
= flag_isoc99 ? 4095 : 509;
local
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026