Home
last modified time | relevance | path

Searched refs:backtracks (Results 1 – 25 of 29) sorted by relevance

12

/external/pcre/dist2/src/
Dpcre2_jit_compile.c299 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 …]
Dconfig.h.generic168 /* The above limit applies to all backtracks, whether or not they are nested.
Dconfig.h.in159 /* The above limit applies to all backtracks, whether or not they are nested.
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs331 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/
DProfiler.cs303 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/
DProfiler.java105 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/
DJavaScript.stg82 /** 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/
DPerl5.stg127 /** 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/
DPython3.stg162 /** 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/
DScala.stg115 /** 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/
DJava.stg135 /** 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/
DActionScript.stg106 /** 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/
DPython.stg159 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
188 # mTokens backtracks with synpred at backtracking==2
/external/antlr/runtime/Cpp/include/
Dantlr3tokenstream.inl198 /* mTokens backtracks with synpred at BACKTRACKING==2
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg202 /** 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/
DCSharp2.stg207 /** 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/
DDelphi.stg231 /** 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/
DObjC.stg395 /** A override of Lexer.nextToken() that backtracks over mTokens() looking
420 /* mTokens backtracks with synpred at backtracking==2
/external/pcre/dist2/
Dconfigure.ac748 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/
DC.stg1088 /** 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/
DFuzzy.m101 /* mTokens backtracks with synpred at backtracking==2
/external/pcre/dist2/doc/
Dpcre2grep.txt883 local matching failure occurs and the matcher backtracks in the normal
Dpcre2.txt1650 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/
DCpp.stg784 <! mTokens backtracks with synpred at BACKTRACKING==2
/external/pcre/dist2/testdata/
Dtestinput25036 # pending backtracks in the recursion.

12