Searched refs:arg_type_mismatch (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 16 void arg_type_mismatch(type_T *expected, type_T *actual, int arg_idx);
|
| /vim-8.2.3635/src/ |
| H A D | evalfunc.c | 233 arg_type_mismatch(&t_number, type, context->arg_idx + 1); in arg_float_or_nr() 331 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_string_or_nr() 344 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_buffer() 359 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_buffer_or_dict_any() 372 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_lnum() 386 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_string_or_list_string() 406 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_string_or_list_any() 419 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_string_or_blob() 533 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_str_or_nr_or_list() 547 arg_type_mismatch(&t_string, type, context->arg_idx + 1); in arg_dict_any_or_string() [all …]
|
| H A D | vim9type.c | 488 arg_type_mismatch(expected, actual, 0); in type_mismatch() 492 arg_type_mismatch(type_T *expected, type_T *actual, int arg_idx) in arg_type_mismatch() function
|
| H A D | vim9compile.c | 2029 arg_type_mismatch(expected, actual, i + 1); in generate_CALL() 2155 arg_type_mismatch(expected, actual, i + 1); in generate_PCALL()
|