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

References

tools/polly/lib/External/isl/isl_input.c
 1812 	while (isl_stream_eat_if_available(s, ISL_TOKEN_OR)) {
 2294 	    (tok->type == ISL_TOKEN_OR && !strcmp(tok->u.s, "|"))) {
tools/polly/lib/External/isl/isl_stream.c
  310 		return ISL_TOKEN_OR;
  608 		tok->type = ISL_TOKEN_OR;
  638 			tok->type = ISL_TOKEN_OR;