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

References

tools/polly/lib/External/isl/isl_stream.c
  360 	while ((c = isl_stream_getc(s)) != -1 && c != '\n')
  386 	while ((c = isl_stream_getc(s)) != -1) {
  428 		if ((c = isl_stream_getc(s)) == '>') {
  455 		while ((c = isl_stream_getc(s)) != -1 && isdigit(c))
  478 		while ((c = isl_stream_getc(s)) != -1 &&
  483 		while ((c = isl_stream_getc(s)) != -1 && c == '\'')
  502 		while ((c = isl_stream_getc(s)) != -1 && c != '"' && c != '\n')
  517 		if ((c = isl_stream_getc(s)) == '=') {
  532 		if ((c = isl_stream_getc(s)) == '=') {
  547 		if ((c = isl_stream_getc(s)) == '=') {
  552 			if ((c = isl_stream_getc(s)) == '=') {
  572 		if ((c = isl_stream_getc(s)) == '=') {
  577 			if ((c = isl_stream_getc(s)) == '=') {
  597 		if ((c = isl_stream_getc(s)) != '&' && c != -1) {
  609 		if ((c = isl_stream_getc(s)) != '|' && c != -1) {
  620 		if ((c = isl_stream_getc(s)) != '\\' && c != -1) {
  633 		if ((c = isl_stream_getc(s)) != '/' && c != -1) {
  646 		if ((c = isl_stream_getc(s)) == '=') {