reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/polly/lib/External/isl/imath/imath.c
 1762   while (isspace((int)*str))
tools/polly/lib/External/isl/imath/imrat.c
  692   while (isspace((unsigned char) *endp))
  756   while (isspace((unsigned char) *str))
  795   else if(isspace((unsigned char) *endp) || *endp == '-' || *endp == '+') {
tools/polly/lib/External/isl/isl_stream.c
  393 		} else if (!isspace(c) || (same_line && c == '\n'))
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/ctype_base.h
   54     static const mask space 	= _ISspace;