Home
last modified time | relevance | path

Searched refs:Transcribe (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAutomaton.h178 bool Transcribe; variable
198 Transcribe = Transcriber != nullptr;
206 : M(Other.M), State(Other.State), Transcribe(Other.Transcribe) { in Automaton()
226 Transcribe = Enable;
239 if (Transcriber && Transcribe) in add()
255 assert(Transcriber && Transcribe && in getNfaPaths()