Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h176 bool Transcribe; variable
196 Transcribe = Transcriber != nullptr;
204 : M(Other.M), State(Other.State), Transcribe(Other.Transcribe) { in Automaton()
224 Transcribe = Enable;
237 if (Transcriber && Transcribe) in add()
253 assert(Transcriber && Transcribe && in getNfaPaths()