Lines Matching refs:failed

98             state.failed = NO;
103 if ( state.failed ) {
147 [self matchString:@"import"]; if ( state.failed ) return ;
151 [self mWS]; if ( state.failed ) return ;
156 [self mQIDStar]; if ( state.failed ) return ;
173 [self mWS]; if ( state.failed ) return ;
183 [self matchChar:';']; if ( state.failed ) return ;
216 [self matchString:@"return"]; if ( state.failed ) return ;
235 [self matchAny]; if ( state.failed ) return ;
248 [self matchChar:';']; if ( state.failed ) return ;
283 [self matchString:@"class"]; if ( state.failed ) return ;
287 [self mWS]; if ( state.failed ) return ;
292 [self mID]; if ( state.failed ) return ;
309 [self mWS]; if ( state.failed ) return ;
330 [self matchString:@"extends"]; if ( state.failed ) return ;
334 [self mWS]; if ( state.failed ) return ;
338 [self mQID]; if ( state.failed ) return ;
353 [self mWS]; if ( state.failed ) return ;
380 [self matchString:@"implements"]; if ( state.failed ) return ;
384 [self mWS]; if ( state.failed ) return ;
388 [self mQID]; if ( state.failed ) return ;
403 [self mWS]; if ( state.failed ) return ;
425 [self matchChar:',']; if ( state.failed ) return ;
439 [self mWS]; if ( state.failed ) return ;
449 [self mQID]; if ( state.failed ) return ;
464 [self mWS]; if ( state.failed ) return ;
490 [self matchChar:'{']; if ( state.failed ) return ;
530 [self mTYPE]; if ( state.failed ) return ;
534 [self mWS]; if ( state.failed ) return ;
539 [self mID]; if ( state.failed ) return ;
556 [self mWS]; if ( state.failed ) return ;
566 [self matchChar:'(']; if ( state.failed ) return ;
580 [self mARG]; if ( state.failed ) return ;
595 [self mWS]; if ( state.failed ) return ;
617 [self matchChar:',']; if ( state.failed ) return ;
631 [self mWS]; if ( state.failed ) return ;
641 [self mARG]; if ( state.failed ) return ;
656 [self mWS]; if ( state.failed ) return ;
682 [self matchChar:')']; if ( state.failed ) return ;
696 [self mWS]; if ( state.failed ) return ;
717 [self matchString:@"throws"]; if ( state.failed ) return ;
721 [self mWS]; if ( state.failed ) return ;
725 [self mQID]; if ( state.failed ) return ;
740 [self mWS]; if ( state.failed ) return ;
762 [self matchChar:',']; if ( state.failed ) return ;
776 [self mWS]; if ( state.failed ) return ;
786 [self mQID]; if ( state.failed ) return ;
801 [self mWS]; if ( state.failed ) return ;
827 [self matchChar:'{']; if ( state.failed ) return ;
867 [self mTYPE]; if ( state.failed ) return ;
871 [self mWS]; if ( state.failed ) return ;
876 [self mID]; if ( state.failed ) return ;
893 [self matchString:@"[]"]; if ( state.failed ) return ;
914 [self mWS]; if ( state.failed ) return ;
926 state.failed = NO;
929 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
998 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1010 [self matchString:@"if"]; if ( state.failed ) return ;
1019 [self matchString:@"while"]; if ( state.failed ) return ;
1028 [self matchString:@"switch"]; if ( state.failed ) return ;
1037 [self matchString:@"for"]; if ( state.failed ) return ;
1058 [self mWS]; if ( state.failed ) return ;
1068 [self matchChar:'(']; if ( state.failed ) return ;
1104 [self mQID]; if ( state.failed ) return ;
1121 [self mWS]; if ( state.failed ) return ;
1131 [self matchChar:'(']; if ( state.failed ) return ;
1169 [self matchString:@"/*"]; if ( state.failed ) return ;
1196 [self matchAny]; if ( state.failed ) return ;
1209 [self matchString:@"*/"]; if ( state.failed ) return ;
1248 [self matchString:@"//"]; if ( state.failed ) return ;
1267 [self matchAny]; if ( state.failed ) return ;
1280 [self matchChar:'\n']; if ( state.failed ) return ;
1318 [self matchChar:'"']; if ( state.failed ) return ;
1353 [self mESC]; if ( state.failed ) return ;
1362 [self matchAny]; if ( state.failed ) return ;
1375 [self matchChar:'"']; if ( state.failed ) return ;
1408 [self matchChar:'\'']; if ( state.failed ) return ;
1443 [self mESC]; if ( state.failed ) return ;
1452 [self matchAny]; if ( state.failed ) return ;
1465 [self matchChar:'\'']; if ( state.failed ) return ;
1514 state.failed = NO;
1517 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1531 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1570 [self mID]; if ( state.failed ) return ;
1586 [self matchChar:'.']; if ( state.failed ) return ;
1589 [self mID]; if ( state.failed ) return ;
1628 [self mID]; if ( state.failed ) return ;
1649 [self matchChar:'.']; if ( state.failed ) return ;
1652 [self mID]; if ( state.failed ) return ;
1677 [self matchString:@".*"]; if ( state.failed ) return ;
1712 [self mQID]; if ( state.failed ) return ;
1727 [self matchString:@"[]"]; if ( state.failed ) return ;
1762 [self mTYPE]; if ( state.failed ) return ;
1766 [self mWS]; if ( state.failed ) return ;
1770 [self mID]; if ( state.failed ) return ;
1801 state.failed = NO;
1804 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1826 state.failed = NO;
1829 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1872 [self matchChar:'\\']; if ( state.failed ) return ;
1877 state.failed = NO;
1880 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1928 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1954 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
1980 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
2008 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
2077 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
2097 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
2125 if ( state.backtracking > 0 ) { state.failed = YES; return ; }
2137 [self mIMPORT]; if ( state.failed ) return ;
2146 [self mRETURN]; if ( state.failed ) return ;
2155 [self mCLASS]; if ( state.failed ) return ;
2164 [self mMETHOD]; if ( state.failed ) return ;
2173 [self mFIELD]; if ( state.failed ) return ;
2182 [self mSTAT]; if ( state.failed ) return ;
2191 [self mCALL]; if ( state.failed ) return ;
2200 [self mCOMMENT]; if ( state.failed ) return ;
2209 [self mSL_COMMENT]; if ( state.failed ) return ;
2218 [self mSTRING]; if ( state.failed ) return ;
2227 [self mCHAR]; if ( state.failed ) return ;
2236 [self mWS]; if ( state.failed ) return ;
2253 [self mIMPORT]; if ( state.failed ) return ;
2267 [self mRETURN]; if ( state.failed ) return ;
2281 [self mCLASS]; if ( state.failed ) return ;
2295 [self mMETHOD]; if ( state.failed ) return ;
2309 [self mFIELD]; if ( state.failed ) return ;
2323 [self mSTAT]; if ( state.failed ) return ;
2337 [self mCALL]; if ( state.failed ) return ;
2351 [self mCOMMENT]; if ( state.failed ) return ;
2365 [self mSL_COMMENT]; if ( state.failed ) return ;