Searched refs:isNumber (Results 1 – 2 of 2) sorted by relevance
380 inline bool isNumber(StringRef S) {410 if ((S.front() == '-' || S.front() == '+') && isNumber(S.drop_front()))413 if (isNumber(S))
387 static int isNumber(const char *z, int *realnum){ in isNumber() function1016 }else if( isNumber(azArg[i], 0) ){ in shell_callback()