Searched refs:dso_handle_decl (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c1057 tree dso_handle_decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, local
1060 TREE_PUBLIC (dso_handle_decl) = true;
1061 DECL_EXTERNAL (dso_handle_decl) = true;
1062 DECL_ARTIFICIAL (dso_handle_decl) = true;
1064 if (dso_handle_decl != error_mark_node)
1066 DECL_VISIBILITY (dso_handle_decl) = VISIBILITY_HIDDEN;
1067 DECL_VISIBILITY_SPECIFIED (dso_handle_decl) = true;
1070 return dso_handle_decl;
1089 tree dso_handle_decl = build_dso_handle_decl (); variable
1093 ptr_type_node, dso_handle_decl);
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa.cc1060 tree dso_handle_decl = build_decl (UNKNOWN_LOCATION, VAR_DECL, local
1063 TREE_PUBLIC (dso_handle_decl) = true;
1064 DECL_EXTERNAL (dso_handle_decl) = true;
1065 DECL_ARTIFICIAL (dso_handle_decl) = true;
1067 if (dso_handle_decl != error_mark_node)
1069 DECL_VISIBILITY (dso_handle_decl) = VISIBILITY_HIDDEN;
1070 DECL_VISIBILITY_SPECIFIED (dso_handle_decl) = true;
1073 return dso_handle_decl;
1092 tree dso_handle_decl = build_dso_handle_decl (); local
1096 ptr_type_node, dso_handle_decl);
[all...]

Completed in 188 milliseconds