Searched refs:exprtype_T (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 3 int check_compare_types(exprtype_T type, typval_T *tv1, typval_T *tv2); 14 exprtype_T get_compare_type(char_u *p, int *len, int *type_is);
|
| H A D | typval.pro | 55 int typval_compare(typval_T *typ1, typval_T *typ2, exprtype_T type, int ic);
|
| /vim-8.2.3635/src/ |
| H A D | vim9.h | 276 exprtype_T op_type;
|
| H A D | vim9compile.c | 702 exprtype_T expr_type) in generate_add_instr() 841 get_compare_isn(exprtype_T exprtype, vartype_T type1, vartype_T type2) in get_compare_isn() 898 check_compare_types(exprtype_T type, typval_T *tv1, typval_T *tv2) in check_compare_types() 909 generate_COMPARE(cctx_T *cctx, exprtype_T exprtype, int ic) in generate_COMPARE() 4147 exprtype_T 4150 exprtype_T type = EXPR_UNKNOWN; in get_compare_type() 5141 exprtype_T type = EXPR_UNKNOWN; in compile_expr4()
|
| H A D | typval.c | 1151 exprtype_T type, // operator in typval_compare()
|
| H A D | structs.h | 4133 } exprtype_T; typedef
|
| H A D | eval.c | 2705 exprtype_T type = EXPR_UNKNOWN; in eval4()
|
| H A D | vim9execute.c | 3738 exprtype_T exprtype = iptr->isn_arg.op.op_type; in exec_instructions()
|