Searched refs:union_decl (Results 1 – 3 of 3) sorted by relevance
/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-decl.c | 2968 tree union_decl, field; in build_entry_thunks() local 2971 union_decl = build_decl (input_location, in build_entry_thunks() 2974 DECL_ARTIFICIAL (union_decl) = 1; in build_entry_thunks() 2975 DECL_EXTERNAL (union_decl) = 0; in build_entry_thunks() 2976 TREE_PUBLIC (union_decl) = 0; in build_entry_thunks() 2977 TREE_USED (union_decl) = 1; in build_entry_thunks() 2978 layout_decl (union_decl, 0); in build_entry_thunks() 2979 pushdecl (union_decl); in build_entry_thunks() 2981 DECL_CONTEXT (union_decl) = current_function_decl; in build_entry_thunks() 2983 TREE_TYPE (union_decl), union_decl, tmp); in build_entry_thunks() [all …]
|
H A D | trans-decl.cc | 3002 tree union_decl, field; in build_entry_thunks() local 3005 union_decl = build_decl (input_location, in build_entry_thunks() 3008 DECL_ARTIFICIAL (union_decl) = 1; in build_entry_thunks() 3009 DECL_EXTERNAL (union_decl) = 0; in build_entry_thunks() 3010 TREE_PUBLIC (union_decl) = 0; in build_entry_thunks() 3011 TREE_USED (union_decl) = 1; in build_entry_thunks() 3012 layout_decl (union_decl, 0); in build_entry_thunks() 3013 pushdecl (union_decl); in build_entry_thunks() 3015 DECL_CONTEXT (union_decl) = current_function_decl; in build_entry_thunks() 3017 TREE_TYPE (union_decl), union_decl, tmp); in build_entry_thunks() [all …]
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-decl.c | 2968 tree union_decl, field; in build_entry_thunks() local 2971 union_decl = build_decl (input_location, in build_entry_thunks() 2974 DECL_ARTIFICIAL (union_decl) = 1; in build_entry_thunks() 2975 DECL_EXTERNAL (union_decl) = 0; in build_entry_thunks() 2976 TREE_PUBLIC (union_decl) = 0; in build_entry_thunks() 2977 TREE_USED (union_decl) = 1; in build_entry_thunks() 2978 layout_decl (union_decl, 0); in build_entry_thunks() 2979 pushdecl (union_decl); in build_entry_thunks() 2981 DECL_CONTEXT (union_decl) = current_function_decl; in build_entry_thunks() 2983 TREE_TYPE (union_decl), union_decl, tmp); in build_entry_thunks() [all …]
|