Home | History | Annotate | Download | only in d

Lines Matching refs:convert_expr

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 ());
1476 tree index = convert_expr (build_expr (e->e2), e->e2->type, tkey);
2320 value = convert_expr (value, e->thisexp->type, ocd->type);
2512 this->result_ = convert_expr (result, tb, e->type);
2685 convert_expr (value, expr->type, etype));
2877 value = convert_expr (build_expr (exp, this->constp_, true),
2975 this->result_ = convert_expr (build_expr (e->e1, this->constp_),
2992 this->result_ = convert_expr (build_expr (e->e1, this->constp_, true),
3113 result = convert_expr (result, e->type, type);