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

Declarations

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 1182   inline __isl_keep isl_local_space *get() const;

References

tools/polly/lib/External/isl/include/isl/isl-noexceptions.h
 7798   isl_local_space_dump(get());
 7810   auto res = isl_local_space_dim(get(), static_cast<enum isl_dim_type>(type));
 7828   auto res = isl_local_space_find_dim_by_name(get(), static_cast<enum isl_dim_type>(type), name.c_str());
 7852   auto res = isl_local_space_get_dim_id(get(), static_cast<enum isl_dim_type>(type), pos);
 7858   auto res = isl_local_space_get_dim_name(get(), static_cast<enum isl_dim_type>(type), pos);
 7865   auto res = isl_local_space_get_div(get(), pos);
 7871   auto res = isl_local_space_get_space(get());
 7877   auto res = isl_local_space_has_dim_id(get(), static_cast<enum isl_dim_type>(type), pos);
 7883   auto res = isl_local_space_has_dim_name(get(), static_cast<enum isl_dim_type>(type), pos);
 7901   auto res = isl_local_space_is_equal(get(), ls2.get());
 7901   auto res = isl_local_space_is_equal(get(), ls2.get());
 7907   auto res = isl_local_space_is_params(get());
 7913   auto res = isl_local_space_is_set(get());