Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Ddwarf2ctf.cc491 dw_die_ref qual_type = ctf_get_AT_type (modifier); in gen_ctf_modifier_type() local
504 qual_type_id = gen_ctf_type (ctfc, qual_type); in gen_ctf_modifier_type()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl.cc9981 tree qual_type; in build_this_parm() local
9996 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()
9997 parm = build_artificial_parm (fn, this_identifier, qual_type); in build_this_parm()
Dparser.cc19938 tree qual_type = objc_get_protocol_qualified_type (type, protos); in cp_parser_simple_type_specifier() local
19943 decl_specs->type = qual_type; in cp_parser_simple_type_specifier()
19945 return qual_type; in cp_parser_simple_type_specifier()