Searched refs:CURRENT_AS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 9649 #define CURRENT_AS(type) ((type *)current) macro 9676 set_jumps(CURRENT_AS(char_iterator_backtrack)->u.backtracks, LABEL()); in compile_iterator_backtrackingpath() 9679 …CMPTO(SLJIT_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(char_iterator_backtrack)->matchingpath… in compile_iterator_backtrackingpath() 9683 if (CURRENT_AS(char_iterator_backtrack)->u.charpos.enabled) in compile_iterator_backtrackingpath() 9693 if (CURRENT_AS(char_iterator_backtrack)->u.charpos.othercasebit != 0) in compile_iterator_backtrackingpath() 9694 …OP2(SLJIT_OR, TMP1, 0, TMP1, 0, SLJIT_IMM, CURRENT_AS(char_iterator_backtrack)->u.charpos.othercas… in compile_iterator_backtrackingpath() 9695 …CMPTO(SLJIT_EQUAL, TMP1, 0, SLJIT_IMM, CURRENT_AS(char_iterator_backtrack)->u.charpos.chr, CURRENT… in compile_iterator_backtrackingpath() 9705 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 9717 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 9732 JUMPTO(SLJIT_JUMP, CURRENT_AS(char_iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() [all …]
|