Searched defs:isnum (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dtinycc.c2377 /* true if isid(c) || isnum(c) */
6999 static inline int isnum(int c)
8789 else if (isnum(c))
8911 else if (isnum(ch))
9357 if (!(isnum(c) || isid(c) || c == '.' ||
9370 if (isnum(c)) {
9916 if (!isnum(c) && !isid(c))
16689 if (isnum(*str) || *str == '[') {
17832 if (isnum(*name)) {
17834 while (isnum(*nam
6997 static inline int isnum(int c) function
[all...]

Completed in 257 milliseconds