Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c751 static sljit_s32 function_check_arguments(sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saved… in function_check_arguments() function
1092 CHECK_ARGUMENT(function_check_arguments(arg_types, scratches, saveds, fscratches)); in check_sljit_emit_enter()
1136 CHECK_ARGUMENT(function_check_arguments(arg_types, scratches, saveds, fscratches)); in check_sljit_set_context()
1690 CHECK_ARGUMENT(function_check_arguments(arg_types, compiler->scratches, -1, compiler->fscratches)); in check_sljit_emit_call()
1797 CHECK_ARGUMENT(function_check_arguments(arg_types, compiler->scratches, -1, compiler->fscratches)); in check_sljit_emit_icall()

Completed in 12 milliseconds