HomeSort by: relevance | last modified time | path
    Searched refs:add_named_tuple (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/
isl_test_cpp-generic.cc 228 isl::space set_space = unit.add_named_tuple("A", 3);
229 isl::space map_space = set_space.add_named_tuple("B", 2);
isl_test_python.py 284 set_space = unit.add_named_tuple("A", 3)
285 map_space = set_space.add_named_tuple("B", 2)
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 3795 inline isl::checked::space add_named_tuple(isl::checked::id tuple_id, unsigned int dim) const;
3796 inline isl::checked::space add_named_tuple(const std::string &tuple_id, unsigned int dim) const;
17855 isl::checked::space space::add_named_tuple(isl::checked::id tuple_id, unsigned int dim) const function in class:isl::checked::space
17861 isl::checked::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const function in class:isl::checked::space
17863 return this->add_named_tuple(isl::checked::id(ctx(), tuple_id), dim);
typed_cpp.h 10170 inline typed::space<Domain> add_named_tuple(const typed::id<Anonymous> &tuple_id, unsigned int dim) const;
10172 inline typed::space<Domain> add_named_tuple(const std::string &tuple_id, unsigned int dim) const;
10305 inline typed::space<Domain, Range> add_named_tuple(const typed::id<Anonymous> &tuple_id, unsigned int dim) const;
10307 inline typed::space<Domain, Range> add_named_tuple(const std::string &tuple_id, unsigned int dim) const;
10445 inline typed::space<Domain, Range> add_named_tuple(const typed::id<> &tuple_id, unsigned int dim) const = delete;
10446 inline typed::space<Domain, Range> add_named_tuple(const std::string &tuple_id, unsigned int dim) const = delete;
10583 inline typed::space<pair<Domain, Range>, Arg2> add_named_tuple(const typed::id<Anonymous> &tuple_id, unsigned int dim) const;
10585 inline typed::space<pair<Domain, Range>, Arg2> add_named_tuple(const std::string &tuple_id, unsigned int dim) const;
10722 inline typed::space<pair<Domain, Range>, Range2> add_named_tuple(const typed::id<> &tuple_id, unsigned int dim) const = delete;
10723 inline typed::space<pair<Domain, Range>, Range2> add_named_tuple(const std::string &tuple_id, unsigned int dim) const = delete
42721 typed::space<Domain> typed::space<>::add_named_tuple(const typed::id<Anonymous> &tuple_id, unsigned int dim) const function in class:isl::typed::typed::space
42728 typed::space<Domain> typed::space<>::add_named_tuple(const std::string &tuple_id, unsigned int dim) const function in class:isl::typed::typed::space
42798 typed::space<Domain, Range> typed::space<Domain>::add_named_tuple(const typed::id<Anonymous> &tuple_id, unsigned int dim) const function in class:isl::typed::typed::space
42806 typed::space<Domain, Range> typed::space<Domain>::add_named_tuple(const std::string &tuple_id, unsigned int dim) const function in class:isl::typed::typed::space
43194 typed::space<pair<Domain, Range>, Arg2> typed::space<pair<Domain, Range>>::add_named_tuple(const typed::id<Anonymous> &tuple_id, unsigned int dim) const function in class:isl::typed::typed::space
43202 typed::space<pair<Domain, Range>, Arg2> typed::space<pair<Domain, Range>>::add_named_tuple(const std::string &tuple_id, unsigned int dim) const function in class:isl::typed::typed::space
    [all...]
cpp.h 3861 inline isl::space add_named_tuple(isl::id tuple_id, unsigned int dim) const;
3862 inline isl::space add_named_tuple(const std::string &tuple_id, unsigned int dim) const;
25084 isl::space space::add_named_tuple(isl::id tuple_id, unsigned int dim) const function in class:isl::space
25096 isl::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const function in class:isl::space
25100 return this->add_named_tuple(isl::id(ctx(), tuple_id), dim);
  /src/external/mit/isl/dist/interface/
isl.py 16852 def add_named_tuple(*args): member in class:space

Completed in 95 milliseconds