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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 49 RK_CODE,
82 code_region (RK_CODE): represents the code segment, containing functions
445 enum region_kind get_kind () const final override { return RK_CODE; }
455 return reg->get_kind () == RK_CODE;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 47 RK_CODE,
76 code_region (RK_CODE)
398 enum region_kind get_kind () const FINAL OVERRIDE { return RK_CODE; }
408 return reg->get_kind () == RK_CODE;

Completed in 24 milliseconds