Searched defs:add_named_tuple (Results 1 – 3 of 3) sorted by relevance
10770 isl::checked::space space::add_named_tuple(isl::checked::id tuple_id, unsigned int dim) const in add_named_tuple() function10776 isl::checked::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const in add_named_tuple() function
15109 isl::space space::add_named_tuple(isl::id tuple_id, unsigned int dim) const in add_named_tuple() function15121 isl::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const in add_named_tuple() function
13252 def add_named_tuple(*args): member in space