HomeSort by: relevance | last modified time | path
    Searched refs:convert_expr (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
expr.cc 199 convert_expr (lhs, e1b->type, e1->type), rexpr);
203 tree expr = modify_expr (lhs, convert_expr (rhs, e1->type, e1b->type));
255 t1 = convert_expr (t1, e->e1->type, e->type);
256 t2 = convert_expr (t2, e->e2->type, e->type);
482 tree key = convert_expr (build_expr (e->e1), e->e1->type, tkey);
815 this->result_ = convert_expr (exp, e1b->type, e->type);
1238 tree key = convert_expr (build_expr (e->e2), e->e2->type, tkey);
1277 tree ptr = convert_expr (array, tb1, tb1->nextOf ()->pointerTo ());
1362 result = convert_expr (result, e->e1->type, e->type);
1372 tree ptr = convert_expr (array, tb1, tb1->nextOf ()->pointerTo ())
    [all...]
d-convert.cc 185 case CONVERT_EXPR:
186 /* Don't cancel the effect of a CONVERT_EXPR from a REFERENCE_TYPE,
283 ret = fold_build1 (CONVERT_EXPR, utype, e);
340 return convert_expr (exp, etype, totype);
348 convert_expr (tree exp, Type *etype, Type *totype) function
695 return result ? result : convert_expr (expr, etype, totype);
962 return convert_expr (build_expr (exp), exp->type, totype);
d-tree.h 607 extern tree convert_expr (tree, Type *, Type *);
d-codegen.cc 761 case CONVERT_EXPR:
797 case CONVERT_EXPR:
1827 convert_expr (t, expr->type, etype));
2578 return convert_expr (get_decl_tree (fd->vthis),
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-features.cc 2507 tree convert_expr, result_var;
2526 convert_expr = build1 (CONVERT_EXPR, ptr_type_node,
2529 convert_stmt = gimple_build_assign (result_var, convert_expr);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-features.cc 3490 tree convert_expr, result_var;
3509 convert_expr = build1 (CONVERT_EXPR, ptr_type_node,
3512 convert_stmt = gimple_build_assign (result_var, convert_expr);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 20194 tree convert_expr, result_var;
20208 convert_expr = build1 (CONVERT_EXPR, ptr_type_node,
20211 convert_stmt = gimple_build_assign (result_var, convert_expr);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25551 tree convert_expr = build1 (CONVERT_EXPR, ptr_type_node,
25554 gimple *convert_stmt = gimple_build_assign (result_var, convert_expr);
25501 tree convert_expr = build1 (CONVERT_EXPR, ptr_type_node, local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 25115 tree convert_expr = build1 (CONVERT_EXPR, ptr_type_node,
25118 gimple *convert_stmt = gimple_build_assign (result_var, convert_expr);
25065 tree convert_expr = build1 (CONVERT_EXPR, ptr_type_node, local

Completed in 127 milliseconds