Searched refs:DIGIT_SEP (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libcpp/
H A Dinternal.h62 #define DIGIT_SEP(c) ((c) == '\'' && CPP_OPTION (pfile, digit_separators)) macro
H A Dexpr.c430 else if (DIGIT_SEP (str[1]))
441 else if (DIGIT_SEP (str[1]))
460 else if (DIGIT_SEP (c))
468 if (seen_digit_sep || DIGIT_SEP (*str))
481 if (seen_digit_sep || DIGIT_SEP (*str))
564 if (DIGIT_SEP (*str))
572 seen_digit_sep = DIGIT_SEP (*str);
575 while (ISDIGIT (*str) || DIGIT_SEP (*str));
778 else if (DIGIT_SEP (c))
H A Dlex.c1398 while (ISIDNUM (*cur) || *cur == '.' || DIGIT_SEP (*cur)
1405 while (cur > pfile->buffer->cur && DIGIT_SEP (cur[-1]))

Completed in 179 milliseconds