Lines Matching defs:ctx
120 static void test(isl::ctx ctx, R (T::*fn)() const, const std::string &name, in test()
145 static void test(isl::ctx ctx, R (T::*fn)(A1) const, const std::string &name, in test()
171 static void test(isl::ctx ctx, R (T::*fn)(A1, A2) const, in test()
201 static void test_space(isl::ctx ctx) in test_space()
221 static void test_conversion(isl::ctx ctx) in test_conversion()
231 static void test_preimage(isl::ctx ctx) in test_preimage()
297 static void test_fixed_power(isl::ctx ctx) in test_fixed_power()
314 static void test_intersect(isl::ctx ctx) in test_intersect()
337 static void test_gist(isl::ctx ctx) in test_gist()
348 static void test_project(isl::ctx ctx) in test_project()
365 static void test_scale(isl::ctx ctx) in test_scale()
388 static void test_id_to_id(isl::ctx ctx) in test_id_to_id()
424 struct isl_ctx *ctx; in main() local