Home
last modified time | relevance | path

Searched refs:resdecl (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dcgraphunit.c1676 tree decl, name, resdecl; in cgraph_build_static_cdtor() local
1685 resdecl = build_decl (RESULT_DECL, NULL_TREE, void_type_node); in cgraph_build_static_cdtor()
1686 DECL_ARTIFICIAL (resdecl) = 1; in cgraph_build_static_cdtor()
1687 DECL_IGNORED_P (resdecl) = 1; in cgraph_build_static_cdtor()
1688 DECL_RESULT (decl) = resdecl; in cgraph_build_static_cdtor()
H A Dc-decl.c6002 tree restype, resdecl; in start_function() local
6286 resdecl = build_decl (RESULT_DECL, NULL_TREE, restype); in start_function()
6287 DECL_ARTIFICIAL (resdecl) = 1; in start_function()
6288 DECL_IGNORED_P (resdecl) = 1; in start_function()
6289 DECL_RESULT (current_function_decl) = resdecl; in start_function()
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c10617 tree resdecl; in start_preparsed_function() local
10619 resdecl = build_decl (RESULT_DECL, 0, TYPE_MAIN_VARIANT (restype)); in start_preparsed_function()
10620 DECL_ARTIFICIAL (resdecl) = 1; in start_preparsed_function()
10621 DECL_IGNORED_P (resdecl) = 1; in start_preparsed_function()
10622 DECL_RESULT (decl1) = resdecl; in start_preparsed_function()
10624 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); in start_preparsed_function()