Searched refs:dinfo_type (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dopts.cc72 enum debug_info_type dinfo_type = DINFO_TYPE_NONE; local
80 dinfo_type = (enum debug_info_type)idx;
81 gcc_assert (dinfo_type <= DINFO_TYPE_MAX);
82 return dinfo_type;

Completed in 215 milliseconds