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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 96 offset_region (RK_OFFSET): a byte-offset within another region, for
142 virtual const offset_region *
931 class offset_region : public region class in namespace:ana
934 /* A support class for uniquifying instances of offset_region. */
972 offset_region (symbol::id_t id, const region *parent, tree type, function in class:ana::offset_region
979 const offset_region *
1002 is_a_helper <const offset_region *>::test (const region *reg)
1007 template <> struct default_hash_traits<offset_region::key_t>
1008 : public member_function_hash_traits<offset_region::key_t>
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 86 offset_region (RK_OFFSET)
124 virtual const offset_region *
848 class offset_region : public region class in namespace:ana
851 /* A support class for uniquifying instances of offset_region. */
889 offset_region (unsigned id, const region *parent, tree type, function in class:ana::offset_region
896 const offset_region *
916 is_a_helper <const offset_region *>::test (const region *reg)
921 template <> struct default_hash_traits<offset_region::key_t>
922 : public member_function_hash_traits<offset_region::key_t>

Completed in 20 milliseconds