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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 57 RK_DECL,
91 decl_region (RK_DECL): the memory occupied by a particular global, local,
721 enum region_kind get_kind () const final override { return RK_DECL; }
761 return reg->get_kind () == RK_DECL;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 54 RK_DECL,
83 decl_region (RK_DECL),
647 enum region_kind get_kind () const FINAL OVERRIDE { return RK_DECL; }
682 return reg->get_kind () == RK_DECL;

Completed in 27 milliseconds