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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLiteralSupport.cpp514 const char *first_non_digit = SkipDigits(s); local
515 if (first_non_digit != s) {
516 s = first_non_digit;
743 const char *first_non_digit = SkipDigits(s); local
744 if (first_non_digit == s) {
750 s = first_non_digit;
826 const char *first_non_digit = SkipDigits(s); local
827 if (first_non_digit != s) {
828 s = first_non_digit;

Completed in 187 milliseconds