HomeSort by relevance Sort by last modified time
    Searched refs:varpool_node (Results 1 - 4 of 4) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 238 Each static variable decl has assigned varpool_node. */
240 struct varpool_node GTY((chain_next ("%h.next"))) function
244 struct varpool_node *next;
246 struct varpool_node *next_needed;
412 void varpool_link_node (struct varpool_node *);
413 void varpool_remove_link_node (struct varpool_node *node);
414 struct varpool_node *real_varpool_node (tree decl);
415 bool varpool_is_auxiliary (struct varpool_node *node);
455 extern GTY(()) struct varpool_node *varpool_nodes_queue;
456 extern GTY(()) struct varpool_node *varpool_nodes
    [all...]
tree-pass.h 155 struct varpool_node;
181 void (*variable_transform) (struct varpool_node *);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 240 Each static variable decl has assigned varpool_node. */
242 struct varpool_node GTY((chain_next ("%h.next"))) function
246 struct varpool_node *next;
248 struct varpool_node *next_needed;
416 void varpool_link_node (struct varpool_node *);
417 void varpool_remove_link_node (struct varpool_node *node);
418 struct varpool_node *real_varpool_node (tree decl);
419 bool varpool_is_auxiliary (struct varpool_node *node);
461 extern GTY(()) struct varpool_node *varpool_nodes_queue;
462 extern GTY(()) struct varpool_node *varpool_nodes
    [all...]
tree-pass.h 170 struct varpool_node;
196 void (*variable_transform) (struct varpool_node *);

Completed in 2387 milliseconds