Home
last modified time | relevance | path

Searched refs:EXPR_FVALUE (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dexpand.c163 expr->type = EXPR_FVALUE; in cast_value()
356 if (left->type != EXPR_FVALUE || right->type != EXPR_FVALUE) in simplify_float_binop()
390 expr->type = EXPR_FVALUE; in simplify_float_binop()
404 if (left->type != EXPR_FVALUE || right->type != EXPR_FVALUE) in simplify_float_cmp()
696 } else if (value->type == EXPR_FVALUE) { in expand_dereference()
697 expr->type = EXPR_FVALUE; in expand_dereference()
748 if (op->type != EXPR_FVALUE) in simplify_float_preop()
757 expr->type = EXPR_FVALUE; in simplify_float_preop()
820 if (target->type == EXPR_VALUE || target->type == EXPR_FVALUE) { in expand_cast()
1020 case EXPR_FVALUE: in expand_expression()
[all …]
H A Dcheck_implicit_dependencies_tester.c37 [EXPR_FVALUE] = "EXPR_FVALUE", in expression_type_name()
H A Dexpression.h64 EXPR_FVALUE, enumerator
H A Dast-inspect.c181 [EXPR_FVALUE] = "EXPR_FVALUE", in expression_type_name()
H A Dinline.c100 case EXPR_FVALUE: in copy_expression()
H A Ddissect.c318 case EXPR_FVALUE: in do_expression()
H A Dlinearize.c359 case EXPR_FVALUE: in show_instruction()
1777 case EXPR_FVALUE: in linearize_cond_branch()
1883 case EXPR_FVALUE: in linearize_expression()
H A Dexpression.c366 expr->type = EXPR_FVALUE; in get_number_value()
H A Dshow-parse.c1158 case EXPR_FVALUE: in show_expression()
H A Dsmatch_helper.c300 case EXPR_FVALUE: { in __get_variable_from_expr()
H A Dsparse-llvm.c1211 case EXPR_FVALUE: in output_data()
H A Devaluate.c1973 expr->right = alloc_expression(expr->pos, EXPR_FVALUE); in evaluate_preop()
3271 case EXPR_FVALUE: in evaluate_expression()
H A Dsmatch_math.c1423 case EXPR_FVALUE: in get_rl_sval()
H A Dcompile-i386.c2390 case EXPR_FVALUE: in x86_expression()