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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 95 element_region (RK_ELEMENT): an element within an array
140 virtual const element_region *
844 class element_region : public region class in namespace:ana
847 /* A support class for uniquifying instances of element_region. */
885 element_region (symbol::id_t id, const region *parent, tree element_type, function in class:ana::element_region
892 const element_region *
915 is_a_helper <const element_region *>::test (const region *reg)
920 template <> struct default_hash_traits<element_region::key_t>
921 : public member_function_hash_traits<element_region::key_t>
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 85 element_region (RK_ELEMENT)
122 virtual const element_region *
763 class element_region : public region class in namespace:ana
766 /* A support class for uniquifying instances of element_region. */
804 element_region (unsigned id, const region *parent, tree element_type, function in class:ana::element_region
811 const element_region *
832 is_a_helper <const element_region *>::test (const region *reg)
837 template <> struct default_hash_traits<element_region::key_t>
838 : public member_function_hash_traits<element_region::key_t>

Completed in 26 milliseconds