15 OS <<
"\n[New Block]\n";
16 CurrentState = State::Preamble;
22 if (CurrentState == State::Start)
23 OS <<
"\n[New Block]\n";
26 CurrentState = State::Preamble;
31 CurrentState = State::Preamble;
36 CurrentState = State::Preamble;
42 if (CurrentState == State::Preamble)
44 if (CurrentState == State::Function)
46 CurrentState = State::Metadata;
53 if (CurrentState == State::Function)
55 CurrentState = State::Metadata;
63 if (CurrentState == State::Metadata)
65 CurrentState = State::CustomEvent;
72 if (CurrentState == State::Metadata)
74 CurrentState = State::CustomEvent;
81 if (CurrentState == State::Metadata)
83 CurrentState = State::CustomEvent;
91 if (CurrentState == State::Metadata)
93 CurrentState = State::Function;
100 CurrentState = State::Arg;
107 CurrentState = State::End;
This class represents lattice values for constants.
static GCRegistry::Add< CoreCLRGC > E("coreclr", "CoreCLR-compatible GC")
Error visit(BufferExtents &) override
Lightweight error class with error context and mandatory checking.
Error visit(BufferExtents &) override