Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitLir.h434 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error() function
/netbsd-src/sys/external/bsd/sljit/dist/test_src/
H A DsljitTest.c73 if (sljit_get_compiler_error(compiler) != SLJIT_ERR_COMPILED) { \
75 sljit_get_compiler_error(compiler)); \
3587 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 1 failed\n"); in test39()
3590 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 2 failed\n"); in test39()
3597 FAILED(sljit_get_compiler_error(compiler) != SLJIT_SUCCESS, "test39 case 4 failed\n"); in test39()
3599 FAILED(sljit_get_compiler_error(compiler) != SLJIT_ERR_ALLOC_FAILED, "test39 case 5 failed\n"); in test39()