Home
last modified time | relevance | path

Searched refs:debug_struct_ordinary (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dopts.c129 static enum debug_struct_file debug_struct_ordinary[DINFO_USAGE_NUM_ENUMS] enum
187 debug_struct_ordinary[DINFO_USAGE_DFN] = files; in set_struct_debug_option()
188 debug_struct_ordinary[DINFO_USAGE_DIR_USE] = files; in set_struct_debug_option()
189 debug_struct_ordinary[DINFO_USAGE_IND_USE] = files; in set_struct_debug_option()
201 debug_struct_ordinary[usage] = files; in set_struct_debug_option()
215 if (debug_struct_ordinary[DINFO_USAGE_DIR_USE] in set_struct_debug_option()
216 < debug_struct_ordinary[DINFO_USAGE_IND_USE] in set_struct_debug_option()
320 criterion = debug_struct_ordinary[usage]; in should_emit_struct_debug()