HomeSort by: relevance | last modified time | path
    Searched refs:sljit_get_compiler_error (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 434 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return compiler->error; } function in typeref:typename:SLJIT_INLINE sljit_s32
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 73 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");
3590 FAILED(sljit_get_compiler_error(compiler) != -3967, "test39 case 2 failed\n");
3597 FAILED(sljit_get_compiler_error(compiler) != SLJIT_SUCCESS, "test39 case 4 failed\n");
3599 FAILED(sljit_get_compiler_error(compiler) != SLJIT_ERR_ALLOC_FAILED, "test39 case 5 failed\n");

Completed in 52 milliseconds