Home
last modified time | relevance | path

Searched refs:compile_backtrackingpath (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist2/src/
Dpcre2_jit_compile.c6701 static void compile_backtrackingpath(compiler_common *, struct backtrack_common *);
7486 compile_backtrackingpath(common, altbacktrack.top); in compile_assert_matchingpath()
8607 compile_backtrackingpath(common, backtrack->top); in compile_bracketpos_matchingpath()
9643 compile_backtrackingpath(common, (current)); \
9809 compile_backtrackingpath(common, current->top); in compile_recurse_backtrackingpath()
10515 static void compile_backtrackingpath(compiler_common *common, struct backtrack_common *current) in compile_backtrackingpath() function
10765 compile_backtrackingpath(common, altbacktrack.top); in compile_recurse()
11168 compile_backtrackingpath(common, rootbacktrack.top); in jit_compile()