OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:seen_digit_sep
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libcpp/
expr.cc
558
bool
seen_digit_sep
;
local
573
seen_digit_sep
= false;
613
seen_digit_sep
= false;
620
seen_digit_sep
= true;
623
if (
seen_digit_sep
|| DIGIT_SEP (*str))
626
seen_digit_sep
= false;
636
if (
seen_digit_sep
|| DIGIT_SEP (*str))
650
if (
seen_digit_sep
&& float_flag != AFTER_EXPON)
727
seen_digit_sep
= DIGIT_SEP (*str);
736
if (
seen_digit_sep
)
[
all
...]
directives.cc
959
bool
seen_digit_sep
= false;
local
964
if (!
seen_digit_sep
&& c == '\'' && len)
966
seen_digit_sep
= true;
971
seen_digit_sep
= false;
/src/external/gpl3/gcc.old/dist/libcpp/
expr.cc
523
bool
seen_digit_sep
;
local
538
seen_digit_sep
= false;
578
seen_digit_sep
= false;
585
seen_digit_sep
= true;
588
if (
seen_digit_sep
|| DIGIT_SEP (*str))
591
seen_digit_sep
= false;
601
if (
seen_digit_sep
|| DIGIT_SEP (*str))
615
if (
seen_digit_sep
&& float_flag != AFTER_EXPON)
692
seen_digit_sep
= DIGIT_SEP (*str);
701
if (
seen_digit_sep
)
[
all
...]
directives.cc
941
bool
seen_digit_sep
= false;
local
946
if (!
seen_digit_sep
&& c == '\'' && len)
948
seen_digit_sep
= true;
953
seen_digit_sep
= false;
Completed in 98 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026