OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Transitions
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
DFAEmitter.cpp
10
// given a set of possible states and
transitions
.
12
// The input
transitions
can be nondeterministic - this class will produce the
16
// state and also produce, given a sequence of
transitions
that results in an
104
<< NumNfaTransitions << "
transitions
.\n";
106
<< DfaTransitions.size() << "
transitions
.\n\n";
116
OS << "// A zero-terminated sequence of NFA state
transitions
. Every DFA\n";
117
OS << "// transition implies a set of NFA
transitions
. These are referred\n";
118
OS << "// to by index in " << Name << "
Transitions
[].\n";
147
OS << "// A table of DFA
transitions
, ordered by {FromDfaState, Action}.\n";
150
<< DfaTransitions.size() << "> " << Name << "
Transitions
= {{\n"
[
all
...]
CodeGenSchedule.h
137
std::vector<CodeGenSchedTransition>
Transitions
;
Completed in 62 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026