Home
last modified time | relevance | path

Searched refs:tape (Results 1 – 3 of 3) 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
42 auto [val, dir, next_state] = tm[state][tape->val]; in run()
43 tape->val = val; in run()
44 tape = (dir == L ? tape->left() : tape->right()); in run()
48 delete tape; in run()
H A Dconstexpr-turing.cpp11 bool tape; member
36 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run() argument
38 run(tm, move(update(tape, tm[state][tape.val].tape), in run()
39 tm[state][tape.val].dir), in run()
40 tm[state][tape.val].next) + 1; in run()
/llvm-project/llvm/docs/
H A DGettingStarted.rst340 * **tar** --- tape archive for distribution generation