Searched refs:rslt_type (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-predcom.cc300 chain (chain_type t) : type (t), op (ERROR_MARK), rslt_type (NULL_TREE),
311 tree rslt_type; member in struct:chain
522 tree *rslt_type);
616 print_generic_expr (file, chain->rslt_type, TDF_SLIM);
1811 return fold_build2 (chain->op, chain->rslt_type, e1, e2);
2721 enum tree_code *code, bool *swap, tree *rslt_type)
2751 *rslt_type = atype;
2757 && *rslt_type == atype);
2899 tree rslt_type = NULL_TREE; local
2915 if (!combinable_refs_p (r1, r2, &op, &swap, &rslt_type))
2720 combinable_refs_p(dref r1, dref r2, enum tree_code *code, bool *swap, tree *rslt_type) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-predcom.c305 tree rslt_type; member in struct:chain
467 print_generic_expr (file, chain->rslt_type, TDF_SLIM);
1678 return fold_build2 (chain->op, chain->rslt_type, e1, e2);
2589 enum tree_code *code, bool *swap, tree *rslt_type)
2619 *rslt_type = atype;
2625 && *rslt_type == atype);
2767 tree rslt_type = NULL_TREE; local
2783 if (!combinable_refs_p (r1, r2, &op, &swap, &rslt_type))
2795 new_chain->rslt_type = rslt_type;
2588 combinable_refs_p(dref r1, dref r2, enum tree_code *code, bool *swap, tree *rslt_type) argument
[all...]

Completed in 135 milliseconds