HomeSort by: relevance | last modified time | path
    Searched defs:rbt_strings (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rbtree.h 42 struct rbt_strings { struct
47 void rbt_new (struct rbt_strings *);
48 int rbt_insert (struct rbt_strings *, char *);
49 int rbt_find (struct rbt_strings *, char *);
50 void rbt_dump (struct rbt_strings *, struct rbt_string_node *);
51 void rbt_inorder_callback (struct rbt_strings *, struct rbt_string_node *,
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rbtree.h 42 struct rbt_strings { struct
47 void rbt_new (struct rbt_strings *);
48 int rbt_insert (struct rbt_strings *, char *);
49 int rbt_find (struct rbt_strings *, char *);
50 void rbt_dump (struct rbt_strings *, struct rbt_string_node *);
51 void rbt_inorder_callback (struct rbt_strings *, struct rbt_string_node *,

Completed in 26 milliseconds