Home
last modified time | relevance | path

Searched refs:EXPR_FVALUE (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dexpand.c170 expr->type = EXPR_FVALUE; in cast_value()
345 if (left->type != EXPR_FVALUE || right->type != EXPR_FVALUE) in simplify_float_binop()
379 expr->type = EXPR_FVALUE; in simplify_float_binop()
393 if (left->type != EXPR_FVALUE || right->type != EXPR_FVALUE) in simplify_float_cmp()
482 if (expr->left->type == EXPR_VALUE || expr->left->type == EXPR_FVALUE) { in expand_comma()
658 value.type = EXPR_FVALUE; in default_initializer()
748 } else if (value->type == EXPR_FVALUE) { in expand_dereference()
751 expr->type = EXPR_FVALUE; in expand_dereference()
[all...]
H A Dexpression.h64 EXPR_FVALUE, enumerator
173 // EXPR_FVALUE
H A Dast-inspect.c179 [EXPR_FVALUE] = "EXPR_FVALUE", in expression_type_name()
H A Ddissect.c344 case EXPR_FVALUE: in do_expression()
H A Dinline.c100 case EXPR_FVALUE: in copy_expression()
H A Dexpression.c378 expr->type = EXPR_FVALUE; in get_number_value()
H A Dlinearize.c363 case EXPR_FVALUE: in show_instruction()
1790 case EXPR_FVALUE: in linearize_cond_branch()
1890 case EXPR_FVALUE: in linearize_expression()
H A Dshow-parse.c1169 case EXPR_FVALUE: in show_expression()
H A Dsparse-llvm.c1202 case EXPR_FVALUE: in output_data()
H A Devaluate.c1978 expr->right = alloc_expression(expr->pos, EXPR_FVALUE); in evaluate_preop()
3395 case EXPR_FVALUE: in evaluate_expression()
H A Dcompile-i386.c2389 case EXPR_FVALUE: in x86_expression()

Completed in 20 milliseconds