Home
last modified time | relevance | path

Searched defs:backtracks (Results 1 – 4 of 4) sorted by relevance

/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()
3483 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar()
5695 …es(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_ranges()
5847 …rs(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class_chars()
5948 …ss(compiler_common *common, const sljit_u8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in optimize_class()
6260 compare_context *context, jump_list **backtracks) in byte_sequence_compare()
6436 …ic void compile_xclass_matchingpath(compiler_common *common, PCRE2_SPTR cc, jump_list **backtracks) in compile_xclass_matchingpath()
6997 …tion_matchingpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks) in compile_simple_assertion_matchingpath()
7338 …ngpath(compiler_common *common, PCRE2_UCHAR type, PCRE2_SPTR cc, jump_list **backtracks, BOOL chec… in compile_char1_matchingpath()
[all …]
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DProfiler.cs789 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.cs725 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