Home | History | Annotate | Download | only in interface

Lines Matching defs:isl_stat

1466  * In particular, if the return type is isl_stat, isl_bool or isl_size,
1581 * returns an isl_stat,
1586 * an isl_stat into a stat since no exceptions can be generated
1756 * isl_stat (*fn)(__isl_take isl_map *map, void *user)
1907 * isl_stat (*fn)(__isl_take isl_map *map, void *user)
1925 * return isl_stat(ret);
1967 * isl_stat (*fn)(__isl_take isl_map *map, void *user)
1971 * auto fn_lambda = [](isl_map *arg_0, void *arg_1) -> isl_stat {
2006 * return isl_stat(ret);
2053 /* Return the C++ counterpart to the isl_stat type.
2057 string checked_cpp_type_printer::isl_stat() const