Lines Matching defs:decl
113 tree decl = identifier_global_value (t);
114 if (decl && DECL_P (decl))
116 "%qD, ignoring", decl);
168 tree decl = identifier_global_value (t);
169 if (decl && DECL_P (decl))
173 TREE_USED (decl) = 1;
174 DECL_PRESERVE_P (decl) = 1;
175 decl_attributes (&decl, attrs, 0);
227 tree decl = identifier_global_value (t);
228 if (decl && DECL_P (decl))
232 TREE_USED (decl) = 1;
233 DECL_PRESERVE_P (decl) = 1;
234 decl_attributes (&decl, attrs, 0);