Home
last modified time | relevance | path

Searched refs:jit_compile_mode (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c1159 int jit_compile_mode; in regression_tests() local
1253 jit_compile_mode = PCRE2_JIT_PARTIAL_SOFT; in regression_tests()
1255 jit_compile_mode = PCRE2_JIT_PARTIAL_HARD; in regression_tests()
1257 jit_compile_mode = PCRE2_JIT_COMPLETE; in regression_tests()
1375 if (pcre2_jit_compile_8(re8, jit_compile_mode)) { in regression_tests()
1420 if (pcre2_jit_compile_16(re16, jit_compile_mode)) { in regression_tests()
1465 if (pcre2_jit_compile_32(re32, jit_compile_mode)) { in regression_tests()

Completed in 4 milliseconds