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

  /src/external/gpl3/gcc/dist/gcc/
dumpfile.h 277 typedef enum optgroup_flag optgroup_flags_t; typedef in typeref:enum:optgroup_flag
279 inline optgroup_flags_t
280 operator| (optgroup_flags_t lhs, optgroup_flags_t rhs)
282 return (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
286 inline optgroup_flags_t &
287 operator|= (optgroup_flags_t &lhs, optgroup_flags_t rhs)
289 lhs = (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
318 optgroup_flags_t optgroup_flags
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.h 277 typedef enum optgroup_flag optgroup_flags_t; typedef in typeref:enum:optgroup_flag
279 static inline optgroup_flags_t
280 operator| (optgroup_flags_t lhs, optgroup_flags_t rhs)
282 return (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
286 static inline optgroup_flags_t &
287 operator|= (optgroup_flags_t &lhs, optgroup_flags_t rhs)
289 lhs = (optgroup_flags_t)((std::underlying_type<dump_flags_t>::type)lhs
318 optgroup_flags_t optgroup_flags
    [all...]

Completed in 18 milliseconds