Home
last modified time | relevance | path

Searched refs:SLJIT_UNUSED_ARG (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/sljit/
DsljitLir.c416 SLJIT_UNUSED_ARG(allocator_data); in sljit_free_compiler()
560 SLJIT_UNUSED_ARG(args); in set_emit_enter()
561 SLJIT_UNUSED_ARG(local_size); in set_emit_enter()
577 SLJIT_UNUSED_ARG(args); in set_set_context()
578 SLJIT_UNUSED_ARG(local_size); in set_set_context()
911 SLJIT_UNUSED_ARG(compiler); in check_sljit_generate_code()
929 SLJIT_UNUSED_ARG(compiler); in check_sljit_emit_enter()
1114 SLJIT_UNUSED_ARG(reg); in check_sljit_get_register_index()
1123 SLJIT_UNUSED_ARG(reg); in check_sljit_get_float_register_index()
1137 SLJIT_UNUSED_ARG(compiler); in check_sljit_emit_op_custom()
[all …]
DsljitUtils.c214 SLJIT_UNUSED_ARG(allocator_data); in sljit_allocate_stack()
281 SLJIT_UNUSED_ARG(allocator_data); in sljit_free_stack()
DsljitConfigInternal.h260 #ifndef SLJIT_UNUSED_ARG
262 #define SLJIT_UNUSED_ARG(arg) (void)arg macro
DsljitExecAllocator.c91 SLJIT_UNUSED_ARG(size); in free_chunk()
DsljitNativeX86_common.c1156 SLJIT_UNUSED_ARG(op_flags); in emit_clz()
2677 SLJIT_UNUSED_ARG(srcw);
DsljitNativeARM_32.c323 SLJIT_UNUSED_ARG(compiler); in resolve_const_pool_index()
/external/pcre/dist/
Dpcre_jit_compile.c586 SLJIT_UNUSED_ARG(common); in next_opcode()
1434 SLJIT_UNUSED_ARG(stacktop); in init_frame()
2157 SLJIT_UNUSED_ARG(allocator_data); in free_read_only_data()
2585 SLJIT_UNUSED_ARG(max); in peek_char()
2677 SLJIT_UNUSED_ARG(update_str_ptr); in read_char_range()
2678 SLJIT_UNUSED_ARG(min); in read_char_range()
2679 SLJIT_UNUSED_ARG(max); in read_char_range()
2808 SLJIT_UNUSED_ARG(update_str_ptr); in read_char8_type()
10511 SLJIT_UNUSED_ARG(argument_re); in pcre_jit_exec()