Home
last modified time | relevance | path

Searched refs:schedule_constraints (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked-conversion.h497 checked::schedule_constraints check(schedule_constraints obj) { in check()
501 schedule_constraints uncheck(checked::schedule_constraints obj) { in uncheck()
H A Dcpp-checked.h282 class schedule_constraints; variable
3205 inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
3206 inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
3208 class schedule_constraints {
3209 friend inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
3210 friend inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
3215 inline explicit schedule_constraints(__isl_take isl_schedule_constraints *ptr);
3218 inline /* implicit */ schedule_constraints();
3219 inline /* implicit */ schedule_constraints(const schedule_constraints &obj);
3220 inline explicit schedule_constraints(isl::checked::ctx ctx, const std::string &str);
[all …]
H A Dcpp.h347 class schedule_constraints; variable
3271 inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
3272 inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
3274 class schedule_constraints {
3275 friend inline schedule_constraints manage(__isl_take isl_schedule_constraints *ptr);
3276 friend inline schedule_constraints manage_copy(__isl_keep isl_schedule_constraints *ptr);
3281 inline explicit schedule_constraints(__isl_take isl_schedule_constraints *ptr);
3284 inline /* implicit */ schedule_constraints();
3285 inline /* implicit */ schedule_constraints(const schedule_constraints &obj);
3286 inline explicit schedule_constraints(isl::ctx ctx, const std::string &str);
[all …]
/netbsd-src/external/mit/isl/dist/
H A Disl_schedule_constraints.c555 #define BASE schedule_constraints
678 #define TYPE_BASE schedule_constraints
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py14873 class schedule_constraints(object): class
14889 if not arg0.__class__ is schedule_constraints:
14890 arg0 = schedule_constraints(arg0)
14905 if not arg0.__class__ is schedule_constraints:
14906 arg0 = schedule_constraints(arg0)
14917 if not arg0.__class__ is schedule_constraints:
14918 arg0 = schedule_constraints(arg0)
14927 if not arg0.__class__ is schedule_constraints:
14928 arg0 = schedule_constraints(arg0)
14939 if not arg0.__class__ is schedule_constraints:
[all …]