Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro3 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 Dtypval.pro55 int typval_compare(typval_T *typ1, typval_T *typ2, exprtype_T type, int ic);
/vim-8.2.3635/src/
H A Dvim9.h276 exprtype_T op_type;
H A Dvim9compile.c702 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 Dtypval.c1151 exprtype_T type, // operator in typval_compare()
H A Dstructs.h4133 } exprtype_T; typedef
H A Deval.c2705 exprtype_T type = EXPR_UNKNOWN; in eval4()
H A Dvim9execute.c3738 exprtype_T exprtype = iptr->isn_arg.op.op_type; in exec_instructions()