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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 574 stabilize_expr (tree *valuep) function
588 lhs = compound_expr (lhs, stabilize_expr (&rhs));
663 tree init = stabilize_expr (&exp);
1043 tree t1init = stabilize_expr (&t1);
1044 tree t2init = stabilize_expr (&t2);
1310 tree init = stabilize_expr (&object);
1335 tree init = stabilize_expr (&lhs);
1336 init = compound_expr (init, stabilize_expr (&rhs));
1401 tree init = stabilize_expr (&exp);
1532 tree init = stabilize_expr (&exp)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 5992 stabilize_expr (tree exp, tree* initp)
6045 /* Like stabilize_expr, but for a call whose arguments we want to
6069 stabilize_expr (CALL_EXPR_ARG (call, i), &init);
6076 /* Like stabilize_expr, but for an AGGR_INIT_EXPR whose arguments we want
6097 stabilize_expr (AGGR_INIT_EXPR_ARG (call, i), &init);
6104 /* Like stabilize_expr, but for an initialization.
6137 TREE_OPERAND (init, 1) = stabilize_expr (t, initp);
6168 ce->value = stabilize_expr (ce->value, &subinit);
5985 stabilize_expr (tree exp, tree* initp) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 5807 stabilize_expr (tree exp, tree* initp)
5860 /* Like stabilize_expr, but for a call whose arguments we want to
5884 stabilize_expr (CALL_EXPR_ARG (call, i), &init);
5891 /* Like stabilize_expr, but for an AGGR_INIT_EXPR whose arguments we want
5912 stabilize_expr (AGGR_INIT_EXPR_ARG (call, i), &init);
5919 /* Like stabilize_expr, but for an initialization.
5952 TREE_OPERAND (init, 1) = stabilize_expr (t, initp);
5983 ce->value = stabilize_expr (ce->value, &subinit);
5800 stabilize_expr (tree exp, tree* initp) function

Completed in 44 milliseconds