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

/external/clang/lib/Lex/
H A DLiteralSupport.cpp407 const char *first_non_digit = SkipDigits(s); local
408 if (first_non_digit != s) {
409 s = first_non_digit;
556 const char *first_non_digit = SkipDigits(s); local
557 if (first_non_digit == s) {
563 s = first_non_digit;
634 const char *first_non_digit = SkipDigits(s); local
635 if (first_non_digit != s) {
636 s = first_non_digit;

Completed in 35 milliseconds