Searched defs:backtracks (Results 1 – 4 of 4) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 302 jump_list *backtracks; member 3611 static void detect_partial_match(compiler_common *common, jump_list **backtracks) in detect_partial_match() 3673 …_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_list **backtracks) in peek_char() 3757 static void peek_char_back(compiler_common *common, sljit_u32 max, jump_list **backtracks) in peek_char_back() 3831 jump_list **backtracks, sljit_u32 options) in read_char() 4043 static void read_char7_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char7_type() 4080 static void read_char8_type(compiler_common *common, jump_list **backtracks, BOOL negated) in read_char8_type() 4199 static void move_back(compiler_common *common, jump_list **backtracks, BOOL must_be_valid) in move_back() 4285 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar() 6705 …es(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_ranges() [all …]
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | Profiler.cs | 725 public bool backtracks; // doesn't count gated DFA edges field in Antlr.Runtime.Debug.Profiler.DecisionEvent
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | Profiler.cs | 789 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
|