Home | History | Annotate | Download | only in demangle

Lines Matching defs:isdigit

264   assert(std::isdigit(*name));
268 while (*name != '\0' && std::isdigit(*name)) {
325 bool isdigit = std::isdigit(*name);
326 if (!isdigit && !std::isupper(*name)) {
331 if (isdigit) {
458 if (!std::isdigit(*name)) {
462 if (std::isdigit(*name)) {
692 } else if (std::isdigit(*name)) {
810 while (std::isdigit(*name)) {
836 if (std::isdigit(*name)) {
838 } else if (*name == 'L' && std::isdigit(name[1])) {