HomeSort by relevance Sort by last modified time
    Searched full:cgraph_node_set (Results 1 - 1 of 1) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 348 typedef struct cgraph_node_set_def *cgraph_node_set; typedef in typeref:struct:cgraph_node_set_def
357 cgraph_node_set set;
532 extern cgraph_node_set cgraph_new_nodes;
709 cgraph_node_set cgraph_node_set_new (void);
710 cgraph_node_set_iterator cgraph_node_set_find (cgraph_node_set,
712 void cgraph_node_set_add (cgraph_node_set, struct cgraph_node *);
713 void cgraph_node_set_remove (cgraph_node_set, struct cgraph_node *);
714 void dump_cgraph_node_set (FILE *, cgraph_node_set);
715 void debug_cgraph_node_set (cgraph_node_set);
716 void free_cgraph_node_set (cgraph_node_set);
    [all...]

Completed in 621 milliseconds