Searched refs:call_arg_names (Results 1 – 1 of 1) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitLir.c | 1043 static const char* call_arg_names[] = { variable 1098 fprintf(compiler->verbose, " enter ret[%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_enter() 1104 fprintf(compiler->verbose, "%s%s", call_arg_names[arg_types & SLJIT_ARG_MASK], in check_sljit_emit_enter() 1142 fprintf(compiler->verbose, " set_context ret[%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_set_context() 1148 fprintf(compiler->verbose, "%s%s", call_arg_names[arg_types & SLJIT_ARG_MASK], in check_sljit_set_context() 1701 call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_call() 1707 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_call() 1808 call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_icall() 1814 fprintf(compiler->verbose, "%s", call_arg_names[arg_types & SLJIT_ARG_MASK]); in check_sljit_emit_icall()
|