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

  /src/external/gpl3/gcc/dist/gcc/
dumpfile.h 209 typedef enum dump_flag dump_flags_t; typedef in typeref:enum:dump_flag
211 inline dump_flags_t
212 operator| (dump_flags_t lhs, dump_flags_t rhs)
214 return (dump_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
215 | (std::underlying_type<dump_flags_t>::type)rhs);
218 inline dump_flags_t
219 operator& (dump_flags_t lhs, dump_flags_t rhs
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.h 209 typedef enum dump_flag dump_flags_t; typedef in typeref:enum:dump_flag
211 static inline dump_flags_t
212 operator| (dump_flags_t lhs, dump_flags_t rhs)
214 return (dump_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
215 | (std::underlying_type<dump_flags_t>::type)rhs);
218 static inline dump_flags_t
219 operator& (dump_flags_t lhs, dump_flags_t rhs
    [all...]

Completed in 29 milliseconds