Searched defs:add_named_tuple (Results 1 – 3 of 3) sorted by relevance
17855 isl::checked::space space::add_named_tuple(isl::checked::id tuple_id, unsigned int dim) const in add_named_tuple() function17861 isl::checked::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const in add_named_tuple() function
25084 isl::space space::add_named_tuple(isl::id tuple_id, unsigned int dim) const in add_named_tuple() function25096 isl::space space::add_named_tuple(const std::string &tuple_id, unsigned int dim) const in add_named_tuple() function
16852 def add_named_tuple(*args): member in space