Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddumpfile.c52 #define DUMP_FILE_INFO(suffix, swtch, dkind, num) \ argument
53 {suffix, swtch, NULL, NULL, NULL, NULL, NULL, dkind, 0, 0, 0, 0, 0, num, \
176 dump_kind dkind, int optgroup_flags, bool take_ownership) in dump_register() argument
204 m_extra_dump_files[count].dkind = dkind; in dump_register()
306 char suffix = " ltri"[dfi->dkind]; in get_dump_file_name()
697 dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename) in dump_enable_all() argument
704 if ((dump_files[i].dkind == dkind)) in dump_enable_all()
725 if ((m_extra_dump_files[i].dkind == dkind)) in dump_enable_all()
871 dump_enable_all (dfi->dkind, dfi->pflags, dfi->pfilename); in dump_switch_p_1()
H A Ddumpfile.h139 dump_kind dkind; member
217 dump_kind dkind, int optgroup_flags, bool take_ownership);
275 dump_enable_all (dump_kind dkind, dump_flags_t flags, const char *filename);
H A Dpasses.c785 dump_kind dkind; in register_one_dump_file() local
807 dkind = DK_ipa; in register_one_dump_file()
813 dkind = DK_tree; in register_one_dump_file()
818 dkind = DK_rtl; in register_one_dump_file()
829 id = dumps->dump_register (dot_name, flag_name, glob_name, dkind, in register_one_dump_file()
/dragonfly/usr.bin/rpcgen/
H A Drpc_parse.c414 get_declaration(declaration *dec, defkind dkind) in get_declaration() argument
418 get_type(&dec->prefix, &dec->type, dkind); in get_declaration()
462 get_prog_declaration(declaration *dec, defkind dkind, int num) in get_prog_declaration() argument
467 if (dkind == DEF_PROGRAM) { in get_prog_declaration()
477 get_type(&dec->prefix, &dec->type, dkind); in get_prog_declaration()
528 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() argument
562 if (dkind != DEF_UNION && dkind != DEF_PROGRAM) in get_type()