Home
last modified time | relevance | path

Searched refs:_fsp (Results 1 – 25 of 28) sorted by relevance

12

/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCTP.java81 state._fsp--; in program()
147 state._fsp--; in declaration()
161 state._fsp--; in declaration()
177 state._fsp--; in declaration()
182 state._fsp--; in declaration()
216 state._fsp--; in variable()
221 state._fsp--; in variable()
276 state._fsp--; in functionHeader()
298 state._fsp--; in functionHeader()
343 state._fsp--; in formalParameter()
[all …]
DSimpleCParser.java107 state._fsp--; in program()
184 state._fsp--; in declaration()
196 state._fsp--; in declaration()
238 state._fsp--; in declaration()
244 state._fsp--; in declaration()
328 state._fsp--; in variable()
334 state._fsp--; in variable()
478 state._fsp--; in functionHeader()
501 state._fsp--; in functionHeader()
525 state._fsp--; in functionHeader()
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java429 state._fsp--; in smali_file()
433 state._fsp--; in smali_file()
437 state._fsp--; in smali_file()
441 state._fsp--; in smali_file()
495 state._fsp--; in header()
509 state._fsp--; in header()
518 state._fsp--; in header()
522 state._fsp--; in header()
569 state._fsp--; in class_spec()
692 state._fsp--; in implements_list()
[all …]
DsmaliParser.java554 state._fsp--; in smali_file()
568 state._fsp--; in smali_file()
579 state._fsp--; in smali_file()
592 state._fsp--; in smali_file()
603 state._fsp--; in smali_file()
613 state._fsp--; in smali_file()
623 state._fsp--; in smali_file()
780 state._fsp--; in class_spec()
1221 state._fsp--; in field()
1226 state._fsp--; in field()
[all …]
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java525 state._fsp--; in compilationUnit()
538 state._fsp--; in compilationUnit()
575 state._fsp--; in compilationUnit()
615 state._fsp--; in compilationUnit()
674 state._fsp--; in packageDeclaration()
1133 state._fsp--; in typeDeclaration()
1207 state._fsp--; in classOrInterfaceDeclaration()
1221 state._fsp--; in classOrInterfaceDeclaration()
1295 state._fsp--; in modifiers()
1499 state._fsp--; in variableModifiers()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs155 state._fsp--; in prog()
281 state._fsp--; in stat()
306 state._fsp--; in stat()
527 state._fsp--; in expr()
533 state._fsp--; in expr()
556 state._fsp--; in expr()
562 state._fsp--; in expr()
585 state._fsp--; in expr()
591 state._fsp--; in expr()
614 state._fsp--; in expr()
[all …]
DProfileTreeGrammar.cs160 state._fsp--; in prog()
286 state._fsp--; in stat()
311 state._fsp--; in stat()
532 state._fsp--; in expr()
538 state._fsp--; in expr()
561 state._fsp--; in expr()
567 state._fsp--; in expr()
590 state._fsp--; in expr()
596 state._fsp--; in expr()
619 state._fsp--; in expr()
[all …]
DDebugGrammarParser.cs198 state._fsp--; in prog()
336 state._fsp--; in stat()
386 state._fsp--; in stat()
440 state._fsp--; in stat()
603 state._fsp--; in func()
618 state._fsp--; in func()
832 state._fsp--; in expr()
942 state._fsp--; in expr()
1043 state._fsp--; in multExpr()
1100 state._fsp--; in multExpr()
[all …]
DProfileGrammarParser.cs202 state._fsp--; in prog()
340 state._fsp--; in stat()
390 state._fsp--; in stat()
444 state._fsp--; in stat()
607 state._fsp--; in func()
622 state._fsp--; in func()
836 state._fsp--; in expr()
946 state._fsp--; in expr()
1047 state._fsp--; in multExpr()
1104 state._fsp--; in multExpr()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognizerSharedState.cs61 public int _fsp; field in Antlr.Runtime.RecognizerSharedState
157 _fsp = -1; in RecognizerSharedState()
168 _fsp = state._fsp; in RecognizerSharedState()
DBaseRecognizer.cs114 state._fsp = -1; in Reset()
189 if ( state._fsp >= 0 ) in MismatchIsMissingToken()
637 int top = state._fsp; in CombineFollows()
819 if ( ( state._fsp + 1 ) >= state.following.Length ) in PushFollow()
823 state.following[++state._fsp] = fset; in PushFollow()
828 state._fsp--; in PopFollow()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognizerSharedState.cs59 public int _fsp; field in Antlr.Runtime.RecognizerSharedState
154 _fsp = -1; in RecognizerSharedState()
164 _fsp = state._fsp; in RecognizerSharedState()
DBaseRecognizer.cs103 state._fsp = -1; in Reset()
169 if (state._fsp >= 0) { // remove EOR if we're not the start symbol in MismatchIsMissingToken()
562 int top = state._fsp; in CombineFollows()
726 if ((state._fsp + 1) >= state.following.Length) { in PushFollow()
729 state.following[++state._fsp] = fset; in PushFollow()
733 state._fsp--; in PopFollow()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java45 public int _fsp = -1; field in RecognizerSharedState
129 this._fsp = state._fsp; in RecognizerSharedState()
DBaseRecognizer.java76 state._fsp = -1; in reset()
140 if ( state._fsp>=0 ) { // remove EOR if we're not the start symbol in mismatchIsMissingToken()
533 int top = state._fsp; in combineFollows()
697 if ( (state._fsp +1)>=state.following.length ) { in pushFollow()
702 state.following[++state._fsp] = fset; in pushFollow()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js77 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;
DRecognizerSharedState.js15 this._fsp = -1;
/external/antlr/runtime/ObjC/Framework/
DRecognizerSharedState.m36 @synthesize _fsp;
71 _fsp = -1;
102 _fsp = -1;
134 _fsp = aState._fsp;
DRecognizerSharedState.h35 NSInteger _fsp; // Follow stack pointer variable
53 @property (assign) NSInteger _fsp;
DBaseRecognizer.m109 state._fsp = -1;
130 state._fsp = -1;
153 state._fsp = -1;
185 state._fsp = -1;
272 if ( state._fsp >= 0 ) { // remove EOR if we're not the start symbol
677 NSInteger top = state._fsp;
848 if ( (state._fsp +1) >= [state.following count] ) {
854 state._fsp++;
857 [state.following replaceObjectAtIndex:++state._fsp withObject:fset];
865 if ( state._fsp >= 0 && [state.following count] > 0 ) {
[all …]
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm52 $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/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as16 public var _fsp:int = -1; variable in org.antlr.runtime.RecognizerSharedState
DBaseRecognizer.as41 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/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg778 $self->state->_fsp($self->state->_fsp - 1);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg755 state._fsp = state._fsp - 1;

12