Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c940 tree qual_type = build_qualified_type (type, in expand_asm_operands() local
943 rtx memloc = assign_temp (qual_type, 1, 1, 1); in expand_asm_operands()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdecl.c7095 tree qual_type; in build_this_parm() local
7110 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()
7111 parm = build_artificial_parm (this_identifier, qual_type); in build_this_parm()
HDparser.c13735 tree qual_type = objc_get_protocol_qualified_type (type, protos); in cp_parser_simple_type_specifier() local
13740 decl_specs->type = qual_type; in cp_parser_simple_type_specifier()
13742 return qual_type; in cp_parser_simple_type_specifier()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdecl.c8616 tree qual_type; in build_this_parm() local
8631 qual_type = cp_build_qualified_type (this_type, this_quals); in build_this_parm()
8632 parm = build_artificial_parm (fn, this_identifier, qual_type); in build_this_parm()
HDparser.c17297 tree qual_type = objc_get_protocol_qualified_type (type, protos); in cp_parser_simple_type_specifier() local
17302 decl_specs->type = qual_type; in cp_parser_simple_type_specifier()
17304 return qual_type; in cp_parser_simple_type_specifier()