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

References

tools/polly/lib/External/isl/extract_key.c
   26 	if (type != ISL_TOKEN_IDENT && type != ISL_TOKEN_STRING) {
tools/polly/lib/External/isl/isl_input.c
  455 	} else if (tok->type == ISL_TOKEN_IDENT) {
  594 		    tok->type == ISL_TOKEN_IDENT ||
  612 			    isl_stream_next_token_is(s, ISL_TOKEN_IDENT)) {
  897 		if (tok->type != ISL_TOKEN_IDENT)
  945 	if (tok->type != ISL_TOKEN_IDENT && !tok->is_keyword) {
 1188 	if (tok->type == ISL_TOKEN_IDENT || tok->is_keyword) {
 1264 	if (tok->type == ISL_TOKEN_IDENT) {
 2190 	} else if (tok->type == ISL_TOKEN_IDENT) {
 2229 	    isl_stream_next_token_is(s, ISL_TOKEN_IDENT)) {
 2534 	if (tok->type != ISL_TOKEN_IDENT && tok->type != ISL_TOKEN_STRING) {
 2694 	else if (tok->type == ISL_TOKEN_IDENT && !strcmp(tok->u.s, "Sym")) {
 3123 	fresh = tok->type == ISL_TOKEN_IDENT && vars_pos(v, tok->u.s, -1) >= n;
 3150 	if (tok && (tok->type == ISL_TOKEN_IDENT || tok->is_keyword)) {
tools/polly/lib/External/isl/isl_stream.c
  141 		else if (tok->type == ISL_TOKEN_IDENT)
  343 		return ISL_TOKEN_IDENT;
  353 	return ISL_TOKEN_IDENT;
  489 		if (tok->type != ISL_TOKEN_IDENT)
  714 	if (tok->type == ISL_TOKEN_IDENT) {