Searched refs:DW_LANG_C99 (Results 1 – 11 of 11) sorted by relevance
233 DW_LANG_C99 = 0x000c, enumerator
349 DW_LANG_C99 = 0x000c, enumerator
2130 case DW_LANG_C99: in dw_read()
1756 case DW_LANG_C99: in mangle_style()
5543 return (lang == DW_LANG_C || lang == DW_LANG_C89 || lang == DW_LANG_C99 in is_c()21502 case DW_LANG_C99: in lower_bound_default()21882 case DW_LANG_C99: in add_prototyped_attribute()25176 language = DW_LANG_C99; in gen_compile_unit_die()
3843 determine if DW_LANG_C99 or DW_LANG_C89 should be returned.
2365 case DW_LANG_C99: printf ("ANSI C99"); break; in display_lang()
9165 * dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.