Home
last modified time | relevance | path

Searched defs:requiresFullContext (Results 1 – 8 of 8) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/antlr4-cpp-runtime/runtime/src/dfa/
H A DDFAState.h79 bool requiresFullContext; variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Cpp/runtime/src/dfa/
H A DDFAState.h79 bool requiresFullContext; variable
/dports/devel/libantlr4/libantlr4-4.9.3/runtime/src/dfa/
H A DDFAState.h79 bool requiresFullContext; variable
/dports/www/node10/node-v10.24.1/deps/v8/third_party/antlr4/runtime/Cpp/runtime/src/dfa/
H A DDFAState.h81 bool requiresFullContext; variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/dfa/
H A DDFAState.swift62 public internal(set) var requiresFullContext = false variable
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/CSharp/runtime/CSharp/Antlr4.Runtime/Dfa/
H A DDFAState.cs67 public bool requiresFullContext; field in Antlr4.Runtime.Dfa.DFAState
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/dfa/
H A DDFAState.java74 public boolean requiresFullContext; field in DFAState
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Go/antlr/
H A Ddfa_state.go67 requiresFullContext bool member