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

/external/clang/lib/Lex/
H A DLiteralSupport.cpp435 const char *first_non_digit = SkipDigits(s); local
436 if (first_non_digit != s) {
437 s = first_non_digit;
602 const char *first_non_digit = SkipDigits(s); local
603 if (first_non_digit == s) {
609 s = first_non_digit;
680 const char *first_non_digit = SkipDigits(s); local
681 if (first_non_digit != s) {
682 s = first_non_digit;

Completed in 121 milliseconds