/src/sys/external/mit/xen-include-public/dist/xen/include/public/ |
version.h | 47 char compiler[64]; member in struct:xen_compile_info
|
version.h | 47 char compiler[64]; member in struct:xen_compile_info
|
version.h | 47 char compiler[64]; member in struct:xen_compile_info
|
/src/sys/external/bsd/sljit/dist/test_src/ |
sljitTest.c | 4 * Stack-less Just-In-Time compiler 67 #define CHECK(compiler) \ 69 if (compiler == NULL) { \ 70 printf("Can't create compiler\n"); \ 73 if (sljit_get_compiler_error(compiler) != SLJIT_ERR_COMPILED) { \ 74 printf("Compiler error: %d\n", \ 75 sljit_get_compiler_error(compiler)); \ 76 sljit_free_compiler(compiler); \ 81 static void cond_set(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) 87 sljit_emit_op_flags(compiler, SLJIT_MOV, dst, dstw, SLJIT_UNUSED, 0, type) 159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test1 188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test2 250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test3 291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test4 328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test5 395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test6 471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test7 530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test8 619 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test9 746 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test10 809 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test11 899 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test12 985 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test13 1073 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test14 1177 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test15 1263 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test16 1328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test17 1371 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test18 1479 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test19 1531 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test20 1634 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test21 1696 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test22 1810 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test23 1918 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test24 2036 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test25 2106 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test26 2191 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test27 2401 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test28 2461 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test29 2623 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test30 2687 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test31 2782 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test32 2904 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test33 3010 struct sljit_compiler* compiler; local in function:test34 3127 struct sljit_compiler* compiler; local in function:test35 3225 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test36 3354 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test37 3459 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test38 3552 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test39 3609 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test40 3705 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test41 3913 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test42 4143 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test43 4218 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test44 4266 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test45 4380 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test46 4489 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test47 4534 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test48 4682 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test49 4820 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test50 4901 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test51 5030 struct sljit_compiler* compiler; local in function:test52 5120 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test53 5176 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test54 5272 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test55 [all...] |
sljitTest.c | 4 * Stack-less Just-In-Time compiler 67 #define CHECK(compiler) \ 69 if (compiler == NULL) { \ 70 printf("Can't create compiler\n"); \ 73 if (sljit_get_compiler_error(compiler) != SLJIT_ERR_COMPILED) { \ 74 printf("Compiler error: %d\n", \ 75 sljit_get_compiler_error(compiler)); \ 76 sljit_free_compiler(compiler); \ 81 static void cond_set(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) 87 sljit_emit_op_flags(compiler, SLJIT_MOV, dst, dstw, SLJIT_UNUSED, 0, type) 159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test1 188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test2 250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test3 291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test4 328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test5 395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test6 471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test7 530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test8 619 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test9 746 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test10 809 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test11 899 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test12 985 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test13 1073 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test14 1177 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test15 1263 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test16 1328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test17 1371 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test18 1479 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test19 1531 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test20 1634 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test21 1696 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test22 1810 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test23 1918 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test24 2036 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test25 2106 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test26 2191 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test27 2401 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test28 2461 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test29 2623 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test30 2687 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test31 2782 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test32 2904 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test33 3010 struct sljit_compiler* compiler; local in function:test34 3127 struct sljit_compiler* compiler; local in function:test35 3225 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test36 3354 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test37 3459 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test38 3552 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test39 3609 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test40 3705 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test41 3913 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test42 4143 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test43 4218 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test44 4266 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test45 4380 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test46 4489 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test47 4534 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test48 4682 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test49 4820 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test50 4901 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test51 5030 struct sljit_compiler* compiler; local in function:test52 5120 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test53 5176 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test54 5272 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test55 [all...] |
sljitTest.c | 4 * Stack-less Just-In-Time compiler 67 #define CHECK(compiler) \ 69 if (compiler == NULL) { \ 70 printf("Can't create compiler\n"); \ 73 if (sljit_get_compiler_error(compiler) != SLJIT_ERR_COMPILED) { \ 74 printf("Compiler error: %d\n", \ 75 sljit_get_compiler_error(compiler)); \ 76 sljit_free_compiler(compiler); \ 81 static void cond_set(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_s32 type) 87 sljit_emit_op_flags(compiler, SLJIT_MOV, dst, dstw, SLJIT_UNUSED, 0, type) 159 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test1 188 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test2 250 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test3 291 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test4 328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test5 395 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test6 471 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test7 530 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test8 619 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test9 746 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test10 809 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test11 899 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test12 985 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test13 1073 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test14 1177 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test15 1263 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test16 1328 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test17 1371 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test18 1479 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test19 1531 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test20 1634 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test21 1696 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test22 1810 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test23 1918 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test24 2036 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test25 2106 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test26 2191 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test27 2401 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test28 2461 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test29 2623 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test30 2687 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test31 2782 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test32 2904 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test33 3010 struct sljit_compiler* compiler; local in function:test34 3127 struct sljit_compiler* compiler; local in function:test35 3225 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test36 3354 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test37 3459 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test38 3552 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test39 3609 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test40 3705 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test41 3913 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test42 4143 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test43 4218 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test44 4266 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test45 4380 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test46 4489 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test47 4534 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test48 4682 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test49 4820 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test50 4901 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test51 5030 struct sljit_compiler* compiler; local in function:test52 5120 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test53 5176 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test54 5272 struct sljit_compiler* compiler = sljit_create_compiler(NULL); local in function:test55 [all...] |
/src/sys/net/ |
bpfjit.c | 298 load_buf_buflen(struct sljit_compiler *compiler) 302 status = sljit_emit_op1(compiler, 310 status = sljit_emit_op1(compiler, 357 emit_read8(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) 360 return sljit_emit_op1(compiler, 370 emit_read16(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) 377 status = sljit_emit_op1(compiler, 385 status = sljit_emit_op1(compiler, 393 status = sljit_emit_op2(compiler, 402 status = sljit_emit_op2(compiler, 2157 struct sljit_compiler *compiler; local in function:bpfjit_generate_code [all...] |
bpfjit.c | 298 load_buf_buflen(struct sljit_compiler *compiler) 302 status = sljit_emit_op1(compiler, 310 status = sljit_emit_op1(compiler, 357 emit_read8(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) 360 return sljit_emit_op1(compiler, 370 emit_read16(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) 377 status = sljit_emit_op1(compiler, 385 status = sljit_emit_op1(compiler, 393 status = sljit_emit_op2(compiler, 402 status = sljit_emit_op2(compiler, 2157 struct sljit_compiler *compiler; local in function:bpfjit_generate_code [all...] |
bpfjit.c | 298 load_buf_buflen(struct sljit_compiler *compiler) 302 status = sljit_emit_op1(compiler, 310 status = sljit_emit_op1(compiler, 357 emit_read8(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) 360 return sljit_emit_op1(compiler, 370 emit_read16(struct sljit_compiler *compiler, sljit_s32 src, uint32_t k) 377 status = sljit_emit_op1(compiler, 385 status = sljit_emit_op1(compiler, 393 status = sljit_emit_op2(compiler, 402 status = sljit_emit_op2(compiler, 2157 struct sljit_compiler *compiler; local in function:bpfjit_generate_code [all...] |
/src/sys/external/bsd/sljit/dist/regex_src/ |
regexJIT.c | 2 * Stack-less Just-In-Time compiler 397 /* sljit compiler */ 398 struct sljit_compiler *compiler; member in struct:compiler_common 1290 CHECK(sljit_emit_op1(compiler, type, arg1, arg2, arg3, arg4)) 1293 CHECK(sljit_emit_op2(compiler, type, arg1, arg2, arg3, arg4, arg5, arg6)) 1296 label = sljit_emit_label(compiler); \ 1300 jump = sljit_emit_jump(compiler, type); \ 1304 jump = sljit_emit_cmp(compiler, type, arg1, arg2, arg3, arg4); \ 1315 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_uncond_tran 1373 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_cond_tran 1542 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_end_check 1634 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_leave_fast_forward 1696 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_newline_check 1735 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_range_check [all...] |
regexJIT.c | 2 * Stack-less Just-In-Time compiler 397 /* sljit compiler */ 398 struct sljit_compiler *compiler; member in struct:compiler_common 1290 CHECK(sljit_emit_op1(compiler, type, arg1, arg2, arg3, arg4)) 1293 CHECK(sljit_emit_op2(compiler, type, arg1, arg2, arg3, arg4, arg5, arg6)) 1296 label = sljit_emit_label(compiler); \ 1300 jump = sljit_emit_jump(compiler, type); \ 1304 jump = sljit_emit_cmp(compiler, type, arg1, arg2, arg3, arg4); \ 1315 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_uncond_tran 1373 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_cond_tran 1542 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_end_check 1634 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_leave_fast_forward 1696 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_newline_check 1735 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_range_check [all...] |
regexJIT.c | 2 * Stack-less Just-In-Time compiler 397 /* sljit compiler */ 398 struct sljit_compiler *compiler; member in struct:compiler_common 1290 CHECK(sljit_emit_op1(compiler, type, arg1, arg2, arg3, arg4)) 1293 CHECK(sljit_emit_op2(compiler, type, arg1, arg2, arg3, arg4, arg5, arg6)) 1296 label = sljit_emit_label(compiler); \ 1300 jump = sljit_emit_jump(compiler, type); \ 1304 jump = sljit_emit_cmp(compiler, type, arg1, arg2, arg3, arg4); \ 1315 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_uncond_tran 1373 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_cond_tran 1542 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_end_check 1634 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_leave_fast_forward 1696 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_newline_check 1735 struct sljit_compiler *compiler = compiler_common->compiler; local in function:compile_range_check [all...] |
/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitLir.c | 4 * Stack-less Just-In-Time compiler 43 if (SLJIT_UNLIKELY(compiler->error)) \ 44 return compiler->error; \ 49 if (SLJIT_UNLIKELY(compiler->error)) \ 56 return compiler->error; \ 68 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 76 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 84 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 294 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ 302 compiler->error = SLJIT_ERR_BAD_ARGUMENT; 358 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_com local in function:sljit_create_compiler [all...] |
sljitLir.c | 4 * Stack-less Just-In-Time compiler 43 if (SLJIT_UNLIKELY(compiler->error)) \ 44 return compiler->error; \ 49 if (SLJIT_UNLIKELY(compiler->error)) \ 56 return compiler->error; \ 68 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 76 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 84 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 294 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ 302 compiler->error = SLJIT_ERR_BAD_ARGUMENT; 358 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_com local in function:sljit_create_compiler [all...] |
sljitLir.c | 4 * Stack-less Just-In-Time compiler 43 if (SLJIT_UNLIKELY(compiler->error)) \ 44 return compiler->error; \ 49 if (SLJIT_UNLIKELY(compiler->error)) \ 56 return compiler->error; \ 68 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 76 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 84 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 294 compiler->error = SLJIT_ERR_BAD_ARGUMENT; \ 302 compiler->error = SLJIT_ERR_BAD_ARGUMENT; 358 struct sljit_compiler *compiler = (struct sljit_compiler*)SLJIT_MALLOC(sizeof(struct sljit_com local in function:sljit_create_compiler [all...] |