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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref-tree.h 21 /* modref_tree represent a decision tree that can be used by alias analysis
308 struct GTY((user)) modref_tree
313 modref_tree (): function
528 modref_tree <T> *other, vec <modref_parm_map> *parm_map,
553 other = modref_tree<T>::create_ggc ();
624 modref_tree <T> *other, vec <modref_parm_map> *parm_map,
637 void copy_from (modref_tree <T> *other)
682 static modref_tree<T> *create_ggc ()
684 return new (ggc_alloc_no_dtor<modref_tree<T>> ())
685 modref_tree<T> ()
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref-tree.h 21 /* modref_tree represent a decision tree that can be used by alias analysis
308 struct GTY((user)) modref_tree
313 modref_tree (): function
528 modref_tree <T> *other, vec <modref_parm_map> *parm_map,
553 other = modref_tree<T>::create_ggc ();
624 modref_tree <T> *other, vec <modref_parm_map> *parm_map,
637 void copy_from (modref_tree <T> *other)
682 static modref_tree<T> *create_ggc ()
684 return new (ggc_alloc_no_dtor<modref_tree<T>> ())
685 modref_tree<T> ()
    [all...]

Completed in 19 milliseconds