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-cxx2a.cpp8 bool tape; member
37 Tape *tape = new Tape; in run() local
H A Dconstexpr-turing.cpp11 bool tape; member
36 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run()