Searched refs:tape (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstexpr-turing.cpp9 bool tape; member in struct:Action
15 // An infinite tape!
32 // Run turing machine 'tm' on tape 'tape' from state 'state'. Return number of
34 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { argument
36 run(tm, move(update(tape, tm[state][tape.val].tape),
37 tm[state][tape.val].dir),
38 tm[state][tape
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas1223 /// machine instruction streams (programs) operating on a single input tape. :)

Completed in 122 milliseconds