Home
last modified time | relevance | path

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

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