| /src/external/mit/isl/dist/include/isl/ |
| ctx.h | 87 } isl_stat; typedef in typeref:enum:__anon23669 88 isl_stat isl_stat_non_null(void *obj); 200 isl_stat prefix ## _set_ ## field(isl_ctx *ctx, int val) \ 225 isl_stat prefix ## _set_ ## field(isl_ctx *ctx, const char *val) \
|
| /src/external/mit/isl/dist/interface/ |
| cpp.cc | 675 * isl_stat (*)(__isl_take isl_map *map, void *user) 719 * isl_stat (*)(__isl_take isl_map *map, void *user) 788 /* Return the C++ counterpart to the isl_stat type. 793 string cpp_type_printer::isl_stat() const function in class:cpp_type_printer 860 return isl_stat();
|
| plain_cpp.cc | 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 function in class:checked_cpp_type_printer [all...] |