| /src/external/gpl3/gcc/dist/gcc/cp/ |
| search.cc | 1761 <result_decl:T 1772 tree result_decl = TREE_OPERAND (init_expr, 0); 1773 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_type)) 1793 <result_decl:T& 1805 tree result_decl = TREE_OPERAND (init_expr, 0); 1806 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_reference_type)) 1770 tree result_decl = TREE_OPERAND (init_expr, 0); local 1803 tree result_decl = TREE_OPERAND (init_expr, 0); local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| search.cc | 1710 <result_decl:T 1721 tree result_decl = TREE_OPERAND (init_expr, 0); 1722 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_type)) 1742 <result_decl:T& 1754 tree result_decl = TREE_OPERAND (init_expr, 0); 1755 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_reference_type)) 1719 tree result_decl = TREE_OPERAND (init_expr, 0); local 1752 tree result_decl = TREE_OPERAND (init_expr, 0); local
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| trans-decl.cc | 2395 tree result_decl; local 2448 RESULT_DECL for it. If this is a subroutine with alternate 2449 returns, build a RESULT_DECL for it. */ 2450 result_decl = NULL_TREE; 2459 result_decl = gfc_sym_identifier (sym->result); 2483 result_decl = build_decl (input_location, 2484 RESULT_DECL, result_decl, type); 2485 DECL_ARTIFICIAL (result_decl) = 1; 2486 DECL_IGNORED_P (result_decl) = 1 6428 tree tmp, decl, result_decl, argc, argv, typelist, arglist; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-decl.cc | 2371 tree result_decl; local 2424 RESULT_DECL for it. If this is a subroutine with alternate 2425 returns, build a RESULT_DECL for it. */ 2426 result_decl = NULL_TREE; 2435 result_decl = gfc_sym_identifier (sym->result); 2459 result_decl = build_decl (input_location, 2460 RESULT_DECL, result_decl, type); 2461 DECL_ARTIFICIAL (result_decl) = 1; 2462 DECL_IGNORED_P (result_decl) = 1 6212 tree tmp, decl, result_decl, argc, argv, typelist, arglist; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.cc | 1831 tree result_decl, result; 1837 || TREE_CODE (ret_expr) == RESULT_DECL) 1847 result_decl = NULL_TREE; 1852 result_decl = DECL_RESULT (current_function_decl); 1858 result_decl = TREE_OPERAND (ret_expr, 0); 1861 if (INDIRECT_REF_P (result_decl)) 1862 result_decl = TREE_OPERAND (result_decl, 0); 1866 && TREE_CODE (result_decl) == RESULT_DECL); 1829 tree result_decl, result; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.cc | 1598 tree result_decl, result; 1604 || TREE_CODE (ret_expr) == RESULT_DECL) 1614 result_decl = NULL_TREE; 1619 result_decl = DECL_RESULT (current_function_decl); 1625 result_decl = TREE_OPERAND (ret_expr, 0); 1628 if (TREE_CODE (result_decl) == INDIRECT_REF) 1629 result_decl = TREE_OPERAND (result_decl, 0); 1633 && TREE_CODE (result_decl) == RESULT_DECL); 1596 tree result_decl, result; local [all...] |