Home
last modified time | relevance | path

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

/external/pcre/dist/sljit/
DsljitLir.h410 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void);
DsljitLir.c333 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void) in sljit_create_compiler() function
1744 SLJIT_API_FUNC_ATTRIBUTE struct sljit_compiler* sljit_create_compiler(void) in sljit_create_compiler() function
/external/pcre/dist/
Dpcre_jit_compile.c9966 compiler = sljit_create_compiler(); in PRIV()