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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.h 50 RK_FUNCTION,
88 function_region (RK_FUNCTION): the code for a particular function
475 enum region_kind get_kind () const final override { return RK_FUNCTION; }
492 return reg->get_kind () == RK_FUNCTION;
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.h 48 RK_FUNCTION,
80 function_region (RK_FUNCTION)
428 enum region_kind get_kind () const FINAL OVERRIDE { return RK_FUNCTION; }
445 return reg->get_kind () == RK_FUNCTION;

Completed in 82 milliseconds