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

  /src/external/gpl3/gcc.old/dist/gcc/d/
toir.cc 580 tree ifcond = convert_for_condition (build_expr_dtor (s->condition),
643 tree exitcond = convert_for_condition (build_expr_dtor (s->condition),
668 tree exitcond = convert_for_condition (build_expr_dtor (s->condition),
686 add_stmt (build_expr_dtor (s->increment));
796 tree condition = build_expr_dtor (s->condition);
825 condition, build_expr_dtor (cs->exp));
1040 add_stmt (build_expr_dtor (s->exp));
1045 tree expr = build_expr_dtor (s->exp);
1058 add_stmt (build_expr_dtor (s->exp));
1075 tree exp = build_expr_dtor (s->exp)
    [all...]
d-tree.h 655 extern tree build_expr_dtor (Expression *);
expr.cc 560 tree t2 = build_expr_dtor (e->e2);
1201 tree arg = build_expr_dtor (e->e1);
1943 tmsg = build_expr_dtor (e->msg);
3085 build_expr_dtor (Expression *e) function
3101 /* Same as build_expr_dtor, but handles the result of E as a return value. */

Completed in 39 milliseconds