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

References

tools/polly/lib/External/isl/isl_input.c
  154 	if (!tok || tok->type != ISL_TOKEN_VALUE)
  159 	if (!tok2 || tok2->type != ISL_TOKEN_VALUE) {
  197 	if (tok->type == ISL_TOKEN_INFTY) {
  201 	if (tok->type == '-' &&
  206 	if (tok->type == ISL_TOKEN_NAN) {
  210 	if (tok->type != ISL_TOKEN_VALUE) {
  221 		if (tok2->type != ISL_TOKEN_VALUE) {
  259 	if (!tok || tok->type != ISL_TOKEN_VALUE) {
  291 	if (!tok || tok->type != ISL_TOKEN_VALUE) {
  326 	min = tok->type == ISL_TOKEN_MIN;
  353 	if (tok->type == '[')
  355 	if (tok->type == ISL_TOKEN_FLOOR)
  357 	if (tok->type == ISL_TOKEN_CEIL)
  359 	if (tok->type == ISL_TOKEN_FLOORD)
  361 	if (tok->type == ISL_TOKEN_CEILD)
  410 		if (tok->type != ISL_TOKEN_VALUE) {
  452 	if (tok->type == ISL_TOKEN_AFF) {
  455 	} else if (tok->type == ISL_TOKEN_IDENT) {
  474 	} else if (tok->type == ISL_TOKEN_VALUE) {
  487 	} else if (tok->type == '(') {
  499 	} else if (tok->type == ISL_TOKEN_MIN || tok->type == ISL_TOKEN_MAX) {
  499 	} else if (tok->type == ISL_TOKEN_MIN || tok->type == ISL_TOKEN_MAX) {
  587 		if (tok->type == '-') {
  592 		if (tok->type == '(' || is_start_of_div(tok) ||
  593 		    tok->type == ISL_TOKEN_MIN || tok->type == ISL_TOKEN_MAX ||
  593 		    tok->type == ISL_TOKEN_MIN || tok->type == ISL_TOKEN_MAX ||
  594 		    tok->type == ISL_TOKEN_IDENT ||
  595 		    tok->type == ISL_TOKEN_AFF) {
  608 		} else if (tok->type == ISL_TOKEN_VALUE) {
  624 		} else if (tok->type == ISL_TOKEN_NAN) {
  636 		if (tok && tok->type == '-') {
  639 		} else if (tok && tok->type == '+') {
  642 		} else if (tok && tok->type == ISL_TOKEN_VALUE &&
  681 	if (is_list_comparator_type(tok->type))
  684 	switch (tok->type) {
  764 	tok->type = ISL_TOKEN_AFF;
  867 		if (tok->type != ',') {
  897 		if (tok->type != ISL_TOKEN_IDENT)
  912 		if (tok && tok->type == '=') {
  918 		if (!tok || tok->type != ',')
  941 	if (tok->type == '[') {
  945 	if (tok->type != ISL_TOKEN_IDENT && !tok->is_keyword) {
 1155 		if (!comma && tok && tok->type == ']' &&
 1159 		} else if (!tok || tok->type != ',') {
 1188 	if (tok->type == ISL_TOKEN_IDENT || tok->is_keyword) {
 1264 	if (tok->type == ISL_TOKEN_IDENT) {
 1272 	if (tok->type == '*') {
 1592 	type = tok->type;
 1616 		type = tok->type;
 1677 	if (!tok || tok->type != '(')
 1692 		tok->type = ISL_TOKEN_MAP;
 1712 	tok2->type = ISL_TOKEN_AFF;
 1728 	tok->type = ISL_TOKEN_MAP;
 1899 	if (!tok || tok->type != ISL_TOKEN_VALUE) {
 1928 		if (!tok || tok->type != ISL_TOKEN_VALUE) {
 1974 	if (tok->type != ISL_TOKEN_VALUE || tok2->type != ISL_TOKEN_VALUE) {
 1974 	if (tok->type != ISL_TOKEN_VALUE || tok2->type != ISL_TOKEN_VALUE) {
 1991 		if (tok->type != ISL_TOKEN_VALUE) {
 2001 		if (!tok || tok->type != ISL_TOKEN_VALUE) {
 2012 		if (!tok || tok->type != ISL_TOKEN_VALUE) {
 2023 		if (!tok || tok->type != ISL_TOKEN_VALUE) {
 2081 	if (tok2 && tok2->type == ISL_TOKEN_VALUE) {
 2114 	if (tok->type != '^') {
 2120 	if (!tok || tok->type != ISL_TOKEN_VALUE) {
 2145 	if (tok->type == '(') {
 2156 	} else if (tok->type == ISL_TOKEN_VALUE) {
 2161 		if (tok2 && tok2->type == '/') {
 2164 			if (!tok2 || tok2->type != ISL_TOKEN_VALUE) {
 2180 	} else if (tok->type == ISL_TOKEN_INFTY) {
 2185 	} else if (tok->type == ISL_TOKEN_NAN) {
 2190 	} else if (tok->type == ISL_TOKEN_IDENT) {
 2218 	} else if (tok->type == '-') {
 2255 		if (tok->type == '+') {
 2261 		} else if (tok->type == '-') {
 2267 		} else if (tok->type == ISL_TOKEN_VALUE &&
 2293 	if (tok->type == ':' ||
 2294 	    (tok->type == ISL_TOKEN_OR && !strcmp(tok->u.s, "|"))) {
 2373 	if (tok->type == ISL_TOKEN_RAT && isl_stream_next_token_is(s, ':')) {
 2411 	if (tok->type == ISL_TOKEN_TO) {
 2534 	if (tok->type != ISL_TOKEN_IDENT && tok->type != ISL_TOKEN_STRING) {
 2534 	if (tok->type != ISL_TOKEN_IDENT && tok->type != ISL_TOKEN_STRING) {
 2563 	if (tok->type != '{') {
 2635 	if (tok->type == ISL_TOKEN_VALUE) {
 2640 		if (!tok2 || tok2->type != ISL_TOKEN_VALUE ||
 2668 	if (tok->type == '[') {
 2674 		if (!tok || tok->type != ISL_TOKEN_TO) {
 2683 	if (!tok || tok->type != '{') {
 2694 	else if (tok->type == ISL_TOKEN_IDENT && !strcmp(tok->u.s, "Sym")) {
 2709 	if (tok && tok->type == '}') {
 3029 	if (!tok || tok->type != ISL_TOKEN_VALUE) {
 3041 		if (!tok || tok->type != ISL_TOKEN_VALUE) {
 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)) {
 3154 	if (!tok || tok->type != '[') {
 3159 	is_empty = tok2 && tok2->type == ']';
 3933 	if (tok->type != '[') {
 3939 	if (tok2 && tok2->type == ']') {
 3941 		is_empty_tuple = !tok || tok->type != ISL_TOKEN_TO;
 3964 	if (tok->type != '[' || next_is_tuple(s)) {
 3970 	is_tuple = tok2 && tok2->type != '{';
tools/polly/lib/External/isl/isl_stream.c
   87 	return tok ? tok->type : ISL_TOKEN_ERROR;
   96 	if (tok->type != ISL_TOKEN_VALUE)
  121 	if (tok->type == ISL_TOKEN_VALUE)
  123 	else if (tok->type == ISL_TOKEN_MAP)
  125 	else if (tok->type == ISL_TOKEN_AFF)
  139 		if (tok->type < 256)
  140 			fprintf(stderr, "got '%c'\n", tok->type);
  141 		else if (tok->type == ISL_TOKEN_IDENT)
  145 		else if (tok->type == ISL_TOKEN_VALUE) {
  149 		} else if (tok->type == ISL_TOKEN_MAP) {
  156 		} else if (tok->type == ISL_TOKEN_AFF) {
  166 			fprintf(stderr, "got token type %d\n", tok->type);
  423 		tok->type = (enum isl_token_type)c;
  433 			tok->type = ISL_TOKEN_TO;
  442 			tok->type = (enum isl_token_type) '-';
  451 		tok->type = ISL_TOKEN_VALUE;
  469 			tok->type = (enum isl_token_type) '-';
  488 		tok->type = check_keywords(s);
  489 		if (tok->type != ISL_TOKEN_IDENT)
  500 		tok->type = ISL_TOKEN_STRING;
  519 			tok->type = ISL_TOKEN_EQ_EQ;
  524 		tok->type = (enum isl_token_type) '=';
  534 			tok->type = ISL_TOKEN_DEF;
  539 		tok->type = (enum isl_token_type) ':';
  549 			tok->type = ISL_TOKEN_GE;
  554 				tok->type = ISL_TOKEN_LEX_GE;
  558 			tok->type = ISL_TOKEN_LEX_GT;
  561 			tok->type = ISL_TOKEN_GT;
  574 			tok->type = ISL_TOKEN_LE;
  579 				tok->type = ISL_TOKEN_LEX_LE;
  583 			tok->type = ISL_TOKEN_LEX_LT;
  586 			tok->type = ISL_TOKEN_LT;
  596 		tok->type = ISL_TOKEN_AND;
  608 		tok->type = ISL_TOKEN_OR;
  621 			tok->type = (enum isl_token_type) '/';
  625 			tok->type = ISL_TOKEN_AND;
  634 			tok->type = (enum isl_token_type) '\\';
  638 			tok->type = ISL_TOKEN_OR;
  648 			tok->type = ISL_TOKEN_NE;
  651 			tok->type = ISL_TOKEN_NOT;
  662 	tok->type = ISL_TOKEN_UNKNOWN;
  686 	if (tok->type == type) {
  702 	r = tok->type == type;
  714 	if (tok->type == ISL_TOKEN_IDENT) {
  733 	if (tok->type == type) {
  967 		if (tok->type == ':') {
 1008 		if (tok->type == '-') {
 1024 		if (indent < get_yaml_indent(s) || tok->type != '-') {
 1165 	dash = tok->type == '-';