Home | History | Annotate | Download | only in include

Lines Matching defs:decl

130    Each function decl has assigned cgraph_node listing callees and callers.  */
134 tree decl;
177 /* Set when decl is an abstract function pointed to by the
238 Each static variable decl has assigned varpool_node. */
242 tree decl;
402 struct cgraph_node *cgraph_real_node (tree decl);
403 struct cgraph_node *cgraph_real_node_1 (tree decl, bool);
414 struct varpool_node *real_varpool_node (tree decl);
485 gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
486 if (DECL_INITIAL (node->decl))
498 gcc_assert (TREE_CODE (node->decl) == VAR_DECL);
499 if (DECL_INITIAL (node->decl))