Lines Matching refs:node
128 static tree handle_latent_entropy_attribute(tree *node, tree name, in handle_latent_entropy_attribute() argument
136 switch (TREE_CODE(*node)) { in handle_latent_entropy_attribute()
144 if (DECL_INITIAL(*node)) { in handle_latent_entropy_attribute()
147 *node, name); in handle_latent_entropy_attribute()
151 if (!TREE_STATIC(*node)) { in handle_latent_entropy_attribute()
154 *node, name); in handle_latent_entropy_attribute()
158 type = TREE_TYPE(*node); in handle_latent_entropy_attribute()
163 *node, name); in handle_latent_entropy_attribute()
179 *node, name, fld); in handle_latent_entropy_attribute()
196 DECL_INITIAL(*node) = build_constructor(type, vals); in handle_latent_entropy_attribute()
202 DECL_INITIAL(*node) = tree_get_random_const(type); in handle_latent_entropy_attribute()
218 *node, name); in handle_latent_entropy_attribute()
239 DECL_INITIAL(*node) = build_constructor(type, vals); in handle_latent_entropy_attribute()
479 varpool_node_ptr node; in create_latent_entropy_decl() local
484 FOR_EACH_VARIABLE(node) { in create_latent_entropy_decl()
485 tree name, var = NODE_DECL(node); in create_latent_entropy_decl()