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

References

tools/polly/lib/External/isl/include/isl/stream.h
   76 struct isl_obj isl_stream_read_obj(__isl_keep isl_stream *s);
tools/polly/lib/External/isl/isl_input.c
 2306 static struct isl_obj obj_read_poly(__isl_keep isl_stream *s,
 2309 	struct isl_obj obj = { isl_obj_pw_qpolynomial, NULL };
 2325 static struct isl_obj obj_read_poly_or_fold(__isl_keep isl_stream *s,
 2328 	struct isl_obj obj = { isl_obj_pw_qpolynomial_fold, NULL };
 2384 static struct isl_obj obj_read_body(__isl_keep isl_stream *s,
 2388 	struct isl_obj obj = { isl_obj_set, NULL };
 2438 static struct isl_obj to_union(isl_ctx *ctx, struct isl_obj obj)
 2438 static struct isl_obj to_union(isl_ctx *ctx, struct isl_obj obj)
 2461 static struct isl_obj obj_add(__isl_keep isl_stream *s,
 2462 	struct isl_obj obj1, struct isl_obj obj2)
 2462 	struct isl_obj obj1, struct isl_obj obj2)
 2576 static struct isl_obj schedule_read(__isl_keep isl_stream *s)
 2578 	struct isl_obj obj;
 2591 static struct isl_obj obj_read_disjuncts(__isl_keep isl_stream *s,
 2594 	struct isl_obj obj = { isl_obj_set, NULL };
 2603 		struct isl_obj o;
 2620 static struct isl_obj obj_read(__isl_keep isl_stream *s)
 2625 	struct isl_obj obj = { isl_obj_set, NULL };
 2731 struct isl_obj isl_stream_read_obj(__isl_keep isl_stream *s)
 2738 	struct isl_obj obj;
 2756 	struct isl_obj obj;
 2775 	struct isl_obj obj;
 2803 	struct isl_obj obj)
 2824 	struct isl_obj obj;
 2832 	struct isl_obj obj;
 3075 	struct isl_obj obj;
 3470 	struct isl_obj obj;
 4017 	struct isl_obj obj = { isl_obj_set, NULL };
 4195 	struct isl_obj obj;
tools/polly/unittests/Isl/IslTest.cpp
   21   auto Obj = isl_stream_read_obj(Stream);