| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-tailcall.cc | 520 tree result_decl = DECL_RESULT (cfun->decl); in find_tail_calls() local 521 if (result_decl in find_tail_calls() 522 && may_be_aliased (result_decl) in find_tail_calls() 523 && ref_maybe_used_by_stmt_p (call, result_decl, false)) in find_tail_calls()
|
| H A D | gimplify.cc | 1596 tree result_decl, result; in gimplify_return_expr() local 1612 result_decl = NULL_TREE; in gimplify_return_expr() 1617 result_decl = DECL_RESULT (current_function_decl); in gimplify_return_expr() 1623 result_decl = TREE_OPERAND (ret_expr, 0); in gimplify_return_expr() 1626 if (TREE_CODE (result_decl) == INDIRECT_REF) in gimplify_return_expr() 1627 result_decl = TREE_OPERAND (result_decl, 0); in gimplify_return_expr() 1631 && TREE_CODE (result_decl) == RESULT_DECL); in gimplify_return_expr() 1642 if (!result_decl) in gimplify_return_expr() 1644 else if (aggregate_value_p (result_decl, TREE_TYPE (current_function_decl))) in gimplify_return_expr() 1646 if (!poly_int_tree_p (DECL_SIZE (result_decl))) in gimplify_return_expr() [all …]
|
| H A D | tree-core.h | 2064 struct tree_result_decl GTY ((tag ("TS_RESULT_DECL"))) result_decl;
|
| H A D | tree.def | 374 DEFTREECODE (RESULT_DECL, "result_decl", tcc_declaration, 0)
|
| H A D | genautomata.cc | 159 struct result_decl;
|
| H A D | ChangeLog-2004 | 31050 null or a result_decl.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-tailcall.c | 523 tree result_decl = DECL_RESULT (cfun->decl); in find_tail_calls() local 524 if (result_decl in find_tail_calls() 525 && may_be_aliased (result_decl) in find_tail_calls() 526 && ref_maybe_used_by_stmt_p (call, result_decl)) in find_tail_calls()
|
| H A D | gimplify.c | 1589 tree result_decl, result; in gimplify_return_expr() local 1605 result_decl = NULL_TREE; in gimplify_return_expr() 1610 result_decl = DECL_RESULT (current_function_decl); in gimplify_return_expr() 1616 result_decl = TREE_OPERAND (ret_expr, 0); in gimplify_return_expr() 1619 if (TREE_CODE (result_decl) == INDIRECT_REF) in gimplify_return_expr() 1620 result_decl = TREE_OPERAND (result_decl, 0); in gimplify_return_expr() 1624 && TREE_CODE (result_decl) == RESULT_DECL); in gimplify_return_expr() 1635 if (!result_decl) in gimplify_return_expr() 1637 else if (aggregate_value_p (result_decl, TREE_TYPE (current_function_decl))) in gimplify_return_expr() 1639 if (!poly_int_tree_p (DECL_SIZE (result_decl))) in gimplify_return_expr() [all …]
|
| H A D | tree-core.h | 1992 struct tree_result_decl GTY ((tag ("TS_RESULT_DECL"))) result_decl;
|
| H A D | tree.def | 368 DEFTREECODE (RESULT_DECL, "result_decl", tcc_declaration, 0)
|
| H A D | genautomata.c | 159 struct result_decl;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | search.cc | 1719 tree result_decl = TREE_OPERAND (init_expr, 0); in direct_accessor_p() local 1720 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_type)) in direct_accessor_p() 1752 tree result_decl = TREE_OPERAND (init_expr, 0); in reference_accessor_p() local 1753 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_reference_type)) in reference_accessor_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | search.c | 1703 tree result_decl = TREE_OPERAND (init_expr, 0); in direct_accessor_p() local 1704 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_type)) in direct_accessor_p() 1736 tree result_decl = TREE_OPERAND (init_expr, 0); in reference_accessor_p() local 1737 if (!matches_code_and_type_p (result_decl, RESULT_DECL, field_reference_type)) in reference_accessor_p()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-decl.c | 2347 tree result_decl; in build_function_decl() local 2402 result_decl = NULL_TREE; in build_function_decl() 2411 result_decl = gfc_sym_identifier (sym->result); in build_function_decl() 2435 result_decl = build_decl (input_location, in build_function_decl() 2436 RESULT_DECL, result_decl, type); in build_function_decl() 2437 DECL_ARTIFICIAL (result_decl) = 1; in build_function_decl() 2438 DECL_IGNORED_P (result_decl) = 1; in build_function_decl() 2439 DECL_CONTEXT (result_decl) = fndecl; in build_function_decl() 2440 DECL_RESULT (fndecl) = result_decl; in build_function_decl() 6278 tree tmp, decl, result_decl, argc, argv, typelist, arglist; in create_main_function() local [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | trans-decl.cc | 2371 tree result_decl; in build_function_decl() local 2426 result_decl = NULL_TREE; in build_function_decl() 2435 result_decl = gfc_sym_identifier (sym->result); in build_function_decl() 2459 result_decl = build_decl (input_location, in build_function_decl() 2460 RESULT_DECL, result_decl, type); in build_function_decl() 2461 DECL_ARTIFICIAL (result_decl) = 1; in build_function_decl() 2462 DECL_IGNORED_P (result_decl) = 1; in build_function_decl() 2463 DECL_CONTEXT (result_decl) = fndecl; in build_function_decl() 2464 DECL_RESULT (fndecl) = result_decl; in build_function_decl() 6211 tree tmp, decl, result_decl, argc, argv, typelist, arglist; in create_main_function() local [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
| H A D | contexts.rst | 376 side-effects arg 0 <result_decl 0x7f4875a7a000 D.54>
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
| H A D | contexts.rst | 376 side-effects arg 0 <result_decl 0x7f4875a7a000 D.54>
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | ChangeLog | 468 DECL_CONTEXT of the result_decl.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 5403 side-effects arg 0 <result_decl 0x7f4875a7a000 D.54>
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
| H A D | libgccjit.texi | 4892 side-effects arg 0 <result_decl 0x7f4875a7a000 D.54>
|