Home
last modified time | relevance | path

Searched refs:s_error_msg (Results 1 – 1 of 1) sorted by relevance

/llvm-project/polly/lib/External/isl/imath/
H A Dimath.c48 static const char *s_error_msg[] = {"error code 0", "boolean true", variable
1673 for (ix = 0; ix < res && s_error_msg[ix] != NULL; ++ix) in mp_error_string()
1676 if (s_error_msg[ix] != NULL) { in mp_error_string()
1677 return s_error_msg[ix]; in mp_error_string()