Searched refs:EXPR_IS (Results 1 – 5 of 5) sorted by relevance
1158 int type_is = type == EXPR_IS || type == EXPR_ISNOT; in typval_compare()1255 && type != EXPR_IS && type != EXPR_ISNOT) in typval_compare()1299 case EXPR_IS: in typval_compare()1323 case EXPR_IS: in typval_compare()1352 case EXPR_IS: in typval_compare()1383 case EXPR_IS: in typval_compare()
992 if (typval_compare(tv, bp->dbg_val, EXPR_IS, FALSE) == OK in debuggy_find()
3694 case EXPR_IS: cmp = arg1 == arg2; break; in exec_instructions()3718 case EXPR_IS: cmp = arg1 == arg2; break; in exec_instructions()5623 case EXPR_IS: p = "is"; break; in list_instructions()
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()886 && exprtype != EXPR_IS && exprtype != EXPR_ISNOT in get_compare_isn()4189 type = *len == 2 ? EXPR_IS : EXPR_ISNOT; in get_compare_type()
4122 EXPR_IS, // is enumerator