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

/freebsd-9.3-release/contrib/gcc/
H A Dcgraphunit.c1676 tree decl, name, resdecl; local
1685 resdecl = build_decl (RESULT_DECL, NULL_TREE, void_type_node);
1686 DECL_ARTIFICIAL (resdecl) = 1;
1687 DECL_IGNORED_P (resdecl) = 1;
1688 DECL_RESULT (decl) = resdecl;
H A Dc-decl.c6188 tree restype, resdecl;
6451 resdecl = build_decl (RESULT_DECL, NULL_TREE, restype);
6452 DECL_ARTIFICIAL (resdecl) = 1;
6453 DECL_IGNORED_P (resdecl) = 1;
6454 DECL_RESULT (current_function_decl) = resdecl;
6161 tree restype, resdecl; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Ddecl.c10716 tree resdecl;
10718 resdecl = build_decl (RESULT_DECL, 0, TYPE_MAIN_VARIANT (restype));
10719 DECL_ARTIFICIAL (resdecl) = 1;
10720 DECL_IGNORED_P (resdecl) = 1;
10721 DECL_RESULT (decl1) = resdecl;
10723 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl);
10696 tree resdecl; local
10703 cp_apply_type_quals_to_decl (cp_type_quals (restype), resdecl); local

Completed in 105 milliseconds