Searched defs:Tape (Results 1 – 2 of 2) sorted by relevance
18 struct Tape { struct19 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function20 constexpr Tape(const Tape &old, bool write) : in Tape() argument22 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument27 const Tape *l; argument29 const Tape *r; argument
15 struct Tape { struct17 constexpr ~Tape() { in ~Tape() argument21 constexpr Tape *left() { in left() argument25 constexpr Tape *right() { in right() argument29 Tape *l = nullptr; argument31 Tape *r = nullptr; argument