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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 91 decl_region (RK_DECL): the memory occupied by a particular global, local,
136 virtual const decl_region *
367 const decl_region *
385 typedef hash_map<tree, decl_region *> map_t;
712 class decl_region : public region class in namespace:ana
715 decl_region (symbol::id_t id, const region *parent, tree decl) function in class:ana::decl_region
722 const decl_region *
759 is_a_helper <const decl_region *>::test (const region *reg)
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 83 decl_region (RK_DECL),
118 virtual const decl_region *
320 const decl_region *
338 typedef hash_map<tree, decl_region *> map_t;
639 class decl_region : public region class in namespace:ana
642 decl_region (unsigned id, const region *parent, tree decl) function in class:ana::decl_region
648 const decl_region *
680 is_a_helper <const decl_region *>::test (const region *reg)

Completed in 22 milliseconds