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

/freebsd-10-stable/contrib/libstdc++/config/os/generic/
H A Dctype_inline.h67 bool __testis; local
71 __testis = isspace(__c);
74 __testis = isprint(__c);
77 __testis = iscntrl(__c);
80 __testis = isupper(__c);
83 __testis = islower(__c);
86 __testis = isalpha(__c);
89 __testis = isdigit(__c);
92 __testis = ispunct(__c);
95 __testis
[all...]

Completed in 36 milliseconds