Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3291 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in allocate_read_only_data()
9812 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_recurse_matchingpath()
10258 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_assert_matchingpath()
10355 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_assert_matchingpath()
11147 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_bracket_matchingpath()
11491 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_bracketpos_matchingpath()
11566 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_bracketpos_matchingpath()
13935 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_recurse()
14004 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in compile_recurse()
14398 if (SLJIT_UNLIKELY(sljit_get_compiler_error(compiler))) in jit_compile()
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h601 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error() function

Completed in 46 milliseconds