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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.h 35 const uint16_t IS_READ = 1U << 0;
64 bool is_read () const { return flags & rtx_obj_flags::IS_READ; } function in class:rtx_obj_reference
70 /* True if the reference is updated by an RTX_AUTOINC. Both IS_READ
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h 35 const uint16_t IS_READ = 1U << 0;
64 bool is_read () const { return flags & rtx_obj_flags::IS_READ; } function in class:rtx_obj_reference
70 /* True if the reference is updated by an RTX_AUTOINC. Both IS_READ

Completed in 168 milliseconds