Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcre_jit_compile.c2496 static void detect_partial_match(compiler_common *common, jump_list **backtracks) in detect_partial_match()
2846 static void check_newlinechar(compiler_common *common, int nltype, jump_list **backtracks, BOOL jum… in check_newlinechar()
4202 …(compiler_common *common, const pcre_uint8 *bits, BOOL nclass, BOOL invert, jump_list **backtracks) in check_class_ranges()
4558 compare_context* context, jump_list **backtracks) in byte_sequence_compare()
4732 …c void compile_xclass_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) in compile_xclass_matchingpath()
5233 …har1_matchingpath(compiler_common *common, pcre_uchar type, pcre_uchar *cc, jump_list **backtracks) in compile_char1_matchingpath()
5807 …rn_matchingpath(compiler_common *common, pcre_uchar *cc, pcre_uchar *ccend, jump_list **backtracks) in compile_charn_matchingpath()
5905 static void compile_dnref_search(compiler_common *common, pcre_uchar *cc, jump_list **backtracks) in compile_dnref_search()
5935 …ompile_ref_matchingpath(compiler_common *common, pcre_uchar *cc, jump_list **backtracks, BOOL with… in compile_ref_matchingpath()
/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DProfiler.java105 public boolean backtracks; // doesn't count gated DFA edges field in Profiler.DecisionEvent