Home
last modified time | relevance | path

Searched defs:Tape (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp18 struct Tape { struct
19 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
20 constexpr Tape(const Tape &old, bool write) : in Tape() argument
22 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
27 const Tape *l; argument
29 const Tape *r; argument
H A Dconstexpr-turing-cxx2a.cpp15 struct Tape { struct
17 constexpr ~Tape() { in ~Tape() argument
21 constexpr Tape *left() { in left() argument
25 constexpr Tape *right() { in right() argument
29 Tape *l = nullptr; argument
31 Tape *r = nullptr; argument