Searched refs:exprtype (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 841 get_compare_isn(exprtype_T exprtype, vartype_T type1, vartype_T type2) in get_compare_isn() argument 871 if ((exprtype == EXPR_IS || exprtype == EXPR_ISNOT) in get_compare_isn() 878 exprtype == EXPR_IS ? "is" : "isnot" , vartype_name(type1)); in get_compare_isn() 882 || ((exprtype != EXPR_EQUAL && exprtype != EXPR_NEQUAL in get_compare_isn() 885 || ((exprtype != EXPR_EQUAL && exprtype != EXPR_NEQUAL in get_compare_isn() 886 && exprtype != EXPR_IS && exprtype != EXPR_ISNOT in get_compare_isn() 909 generate_COMPARE(cctx_T *cctx, exprtype_T exprtype, int ic) in generate_COMPARE() argument 924 isntype = get_compare_isn(exprtype, type1, type2); in generate_COMPARE() 930 isn->isn_arg.op.op_type = exprtype; in generate_COMPARE()
|
| H A D | vim9execute.c | 3738 exprtype_T exprtype = iptr->isn_arg.op.op_type; in exec_instructions() local 3742 typval_compare(tv1, tv2, exprtype, ic); in exec_instructions()
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | sqlanywhere.vim | 519 syn keyword sqlKeyword existing exists expanded expiry express exprtype extended_property
|