/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 299 jump_list *backtracks; member 3133 static void detect_partial_match(compiler_common *common, jump_list **backtracks) in detect_partial_match() argument 3140 add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, STR_PTR, 0, STR_END, 0)); in detect_partial_match() 3146 add_jump(compiler, backtracks, CMP(SLJIT_GREATER_EQUAL, SLJIT_MEM1(SLJIT_SP), common->start_used_pt… in detect_partial_match() 3150 add_jump(compiler, backtracks, JUMP(SLJIT_JUMP)); in detect_partial_match() 3483 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar() argument 3493 add_jump(compiler, backtracks, JUMP(jumpifmatch ? SLJIT_NOT_ZERO : SLJIT_ZERO)); in check_newlinechar() 3499 add_jump(compiler, backtracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_CR)); in check_newlinechar() 3500 add_jump(compiler, backtracks, CMP(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_NL)); in check_newlinechar() 3505 add_jump(compiler, backtracks, CMP(SLJIT_NOT_EQUAL, TMP1, 0, SLJIT_IMM, CHAR_NL)); in check_newlinechar() [all …]
|
D | config.h.generic | 168 /* The above limit applies to all backtracks, whether or not they are nested.
|
D | config.h.in | 159 /* The above limit applies to all backtracks, whether or not they are nested.
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 331 e.backtracks = true; in BeginBacktrack() 394 if (e.backtracks) in Terminate() 789 public bool backtracks; // doesn't count gated DFA edges field in Antlr.Runtime.Debug.Profiler.DecisionEvent
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 303 e.backtracks = true; in BeginBacktrack() 355 if (e.backtracks) { // doesn't count gated syn preds on DFA edges in Terminate() 725 public bool backtracks; // doesn't count gated DFA edges field in Antlr.Runtime.Debug.Profiler.DecisionEvent
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | Profiler.java | 105 public boolean backtracks; // doesn't count gated DFA edges field in Profiler.DecisionEvent 353 e.backtracks = true; in beginBacktrack() 408 if ( e.backtracks ) { // doesn't count gated syn preds on DFA edges in terminate()
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/ |
D | JavaScript.stg | 82 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 106 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 127 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 151 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/ |
D | Python3.stg | 162 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 191 # mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Scala/ |
D | Scala.stg | 115 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 144 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/ |
D | Java.stg | 135 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 165 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
D | ActionScript.stg | 106 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 130 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/ |
D | Python.stg | 159 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 188 # mTokens backtracks with synpred at backtracking==2
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3tokenstream.inl | 198 /* mTokens backtracks with synpred at BACKTRACKING==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
D | CSharp3.stg | 202 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 233 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | CSharp2.stg | 207 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 238 <! mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 231 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 261 mTokens backtracks with synpred at backtracking==2
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
D | ObjC.stg | 395 /** A override of Lexer.nextToken() that backtracks over mTokens() looking 420 /* mTokens backtracks with synpred at backtracking==2
|
/external/pcre/dist2/ |
D | configure.ac | 748 The above limit applies to all backtracks, whether or not they are nested. In
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | C.stg | 1088 /** An override of the lexer's nextToken() method that backtracks over mTokens() looking 1148 <! mTokens backtracks with synpred at BACKTRACKING==2
|
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
D | Fuzzy.m | 101 /* mTokens backtracks with synpred at backtracking==2
|
/external/pcre/dist2/doc/ |
D | pcre2grep.txt | 883 local matching failure occurs and the matcher backtracks in the normal
|
D | pcre2.txt | 1650 backtracks into a+ that can never be successful. However, if callouts 4209 that would be taken for the backtracks do not occur. You can disable 4222 This time, when matching [bc] fails, the matcher backtracks into a+ and 8059 (because there is no following "a"), it backtracks to match all but the 8931 backtracks, and this causes a new matching attempt to start at the sec-
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Cpp/ |
D | Cpp.stg | 784 <! mTokens backtracks with synpred at BACKTRACKING==2
|
/external/pcre/dist2/testdata/ |
D | testinput2 | 5036 # pending backtracks in the recursion.
|