Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitLir.h500 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e…
DsljitLir.c366 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e… in sljit_create_compiler() function
2304 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void *allocator_data, void *e… in sljit_create_compiler() function
/external/pcre/dist2/src/
Dpcre2_jit_compile.c13684 compiler = sljit_create_compiler(allocator_data, NULL); in jit_compile()