Searched refs:SLJIT_ERR_ALLOC_FAILED (Results 1 - 3 of 3) sorted by relevance

/external/pcre/dist2/src/sljit/
H A DsljitLir.c56 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
57 return SLJIT_ERR_ALLOC_FAILED; \
64 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
441 compiler->error = SLJIT_ERR_ALLOC_FAILED;
H A DsljitLir.h94 #define SLJIT_ERR_ALLOC_FAILED 2 macro
432 /* Sets the compiler error code to SLJIT_ERR_ALLOC_FAILED except
H A DsljitNativeARM_32.c359 return SLJIT_ERR_ALLOC_FAILED;
630 compiler->error = SLJIT_ERR_ALLOC_FAILED;
720 compiler->error = SLJIT_ERR_ALLOC_FAILED;

Completed in 68 milliseconds