OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_fsp
(Results
1 - 25
of
30
) sorted by null
1
2
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
RecognizerSharedState.js
15
this.
_fsp
= -1;
BaseRecognizer.js
77
this.state.
_fsp
= -1;
164
if ( this.state.
_fsp
>=0 ) { // remove EOR if we're not the start symbol
590
var top = this.state.
_fsp
,
763
if ( (this.state.
_fsp
+1)>=this.state.following.length ) {
771
this.state.
_fsp
++;
772
this.state.following[this.state.
_fsp
] = fset;
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs
59
public int
_fsp
;
field in class:Antlr.Runtime.RecognizerSharedState
154
_fsp
= -1;
164
_fsp
= state.
_fsp
;
BaseRecognizer.cs
103
state.
_fsp
= -1;
169
if (state.
_fsp
>= 0) { // remove EOR if we're not the start symbol
562
int top = state.
_fsp
;
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs
61
public int
_fsp
;
field in class:Antlr.Runtime.RecognizerSharedState
157
_fsp
= -1;
168
_fsp
= state.
_fsp
;
BaseRecognizer.cs
112
state.
_fsp
= -1;
187
if ( state.
_fsp
>= 0 )
635
int top = state.
_fsp
;
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java
81
state.
_fsp
--;
147
state.
_fsp
--;
161
state.
_fsp
--;
177
state.
_fsp
--;
182
state.
_fsp
--;
216
state.
_fsp
--;
221
state.
_fsp
--;
276
state.
_fsp
--;
298
state.
_fsp
--;
343
state.
_fsp
--
[
all
...]
SimpleCParser.java
107
state.
_fsp
--;
184
state.
_fsp
--;
196
state.
_fsp
--;
238
state.
_fsp
--;
244
state.
_fsp
--;
328
state.
_fsp
--;
334
state.
_fsp
--;
478
state.
_fsp
--;
501
state.
_fsp
--;
525
state.
_fsp
--
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java
81
state.
_fsp
--;
147
state.
_fsp
--;
161
state.
_fsp
--;
177
state.
_fsp
--;
182
state.
_fsp
--;
216
state.
_fsp
--;
221
state.
_fsp
--;
276
state.
_fsp
--;
298
state.
_fsp
--;
343
state.
_fsp
--
[
all
...]
SimpleCParser.java
107
state.
_fsp
--;
184
state.
_fsp
--;
196
state.
_fsp
--;
238
state.
_fsp
--;
244
state.
_fsp
--;
328
state.
_fsp
--;
334
state.
_fsp
--;
478
state.
_fsp
--;
501
state.
_fsp
--;
525
state.
_fsp
--
[
all
...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
RecognizerSharedState.java
44
public int
_fsp
= -1;
field in class:RecognizerSharedState
127
this.
_fsp
= state.
_fsp
;
BaseRecognizer.java
76
state.
_fsp
= -1;
140
if ( state.
_fsp
>=0 ) { // remove EOR if we're not the start symbol
533
int top = state.
_fsp
;
697
if ( (state.
_fsp
+1)>=state.following.length ) {
702
state.following[++state.
_fsp
] = fset;
/external/doclava/src/com/google/doclava/parser/
JavaParser.java
525
state.
_fsp
--;
538
state.
_fsp
--;
575
state.
_fsp
--;
615
state.
_fsp
--;
[
all
...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs
155
state.
_fsp
--;
281
state.
_fsp
--;
306
state.
_fsp
--;
527
state.
_fsp
--;
533
state.
_fsp
--;
556
state.
_fsp
--;
562
state.
_fsp
--;
585
state.
_fsp
--;
591
state.
_fsp
--;
614
state.
_fsp
--
[
all
...]
ProfileTreeGrammar.cs
160
state.
_fsp
--;
286
state.
_fsp
--;
311
state.
_fsp
--;
532
state.
_fsp
--;
538
state.
_fsp
--;
561
state.
_fsp
--;
567
state.
_fsp
--;
590
state.
_fsp
--;
596
state.
_fsp
--;
619
state.
_fsp
--
[
all
...]
DebugGrammarParser.cs
198
state.
_fsp
--;
336
state.
_fsp
--;
386
state.
_fsp
--;
440
state.
_fsp
--;
603
state.
_fsp
--;
618
state.
_fsp
--;
832
state.
_fsp
--;
942
state.
_fsp
--;
1043
state.
_fsp
--;
1100
state.
_fsp
--
[
all
...]
ProfileGrammarParser.cs
202
state.
_fsp
--;
340
state.
_fsp
--;
390
state.
_fsp
--;
444
state.
_fsp
--;
607
state.
_fsp
--;
622
state.
_fsp
--;
836
state.
_fsp
--;
946
state.
_fsp
--;
1047
state.
_fsp
--;
1104
state.
_fsp
--
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognizerSharedState.h
34
NSInteger
_fsp
; // Follow stack pointer
variable
52
@property (assign) NSInteger
_fsp
;
variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRRecognizerSharedState.h
34
NSInteger
_fsp
; // Follow stack pointer
variable
52
@property (assign) NSInteger
_fsp
;
variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRRecognizerSharedState.h
34
NSInteger
_fsp
; // Follow stack pointer
variable
52
@property (assign) NSInteger
_fsp
;
variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRRecognizerSharedState.h
35
NSInteger
_fsp
; // Follow stack pointer
variable
53
@property (assign) NSInteger
_fsp
;
variable
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
BaseRecognizer.pm
52
$state->
_fsp
(-1);
110
if ($self->state->
_fsp
>= 0) {
308
my $top = $self->state->
_fsp
;
446
$self->state->
_fsp
($self->state->
_fsp
+ 1);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as
16
public var
_fsp
:int = -1;
variable
BaseRecognizer.as
41
state.
_fsp
= -1;
102
if ( state.
_fsp
>=0 ) { // remove EOR if we're not the start symbol
505
var top:int = state.
_fsp
;
664
state.following[++state.
_fsp
] = fset;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
ActionScript.stg
744
state.
_fsp
= state.
_fsp
- 1;
[
all
...]
Completed in 1657 milliseconds
1
2