Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp17 struct Tape { struct
18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() function
19 constexpr Tape(const Tape &old, bool write) : in Tape() function
21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument
26 const Tape *l; argument
28 const Tape *r; argument