/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | lambda.c | 243 type = build_reference_type (type); in lambda_capture_field_type() 263 type = build_reference_type (type); in lambda_capture_field_type() 436 type = build_reference_type (type); in build_capture_proxy()
|
H A D | optimize.c | 665 tree reftype = build_reference_type (TREE_TYPE (parm)); in maybe_clone_body()
|
H A D | except.c | 368 init_type = build_reference_type (init_type); in initialize_handler_parm()
|
H A D | call.c | 2706 type1 = build_reference_type (type1); in add_builtin_candidate() 3012 type1 = build_reference_type (type1); in add_builtin_candidate() 3236 vec_safe_push (types[i], build_reference_type (argtypes[i])); in add_builtin_candidates() 3273 vec_safe_push (types[i], build_reference_type (argtypes[i])); in add_builtin_candidates() 8036 return build1 (ADDR_EXPR, build_reference_type (arg_type), arg); in convert_arg_to_ellipsis() 8199 type = build_reference_type (type); in type_passed_as() 8239 val = build1 (ADDR_EXPR, build_reference_type (type), val); in convert_for_arg_passing() 10618 reference_type = build_reference_type (reference_type); in maybe_handle_implicit_object()
|
H A D | rtti.c | 250 tree t = build_reference_type (const_type_info_type_node); in throw_bad_typeid()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-objc-common.cc | 121 : build_reference_type (target_type)); in get_aka_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-objc-common.c | 121 : build_reference_type (target_type)); in get_aka_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 227 type = build_reference_type (type); in lambda_capture_field_type() 258 type = build_reference_type (type); in lambda_capture_field_type() 435 type = build_reference_type (type); in build_capture_proxy()
|
H A D | optimize.cc | 665 tree reftype = build_reference_type (TREE_TYPE (parm)); in maybe_clone_body()
|
H A D | except.cc | 326 init_type = build_reference_type (init_type); in initialize_handler_parm()
|
H A D | call.cc | 2774 type1 = build_reference_type (type1); in add_builtin_candidate() 3082 type1 = build_reference_type (type1); in add_builtin_candidate() 3306 vec_safe_push (types[i], build_reference_type (argtypes[i])); in add_builtin_candidates() 3343 vec_safe_push (types[i], build_reference_type (argtypes[i])); in add_builtin_candidates() 8580 return build1 (ADDR_EXPR, build_reference_type (arg_type), arg); in convert_arg_to_ellipsis() 8743 type = build_reference_type (type); in type_passed_as() 8783 val = build1 (ADDR_EXPR, build_reference_type (type), val); in convert_for_arg_passing() 11362 reference_type = build_reference_type (reference_type); in maybe_handle_implicit_object()
|
H A D | rtti.cc | 220 tree t = build_reference_type (const_type_info_type_node); in throw_bad_typeid()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-codegen.cc | 166 return build_reference_type (type); in declaration_type() 216 return build_reference_type (type); in parameter_type() 221 type = build_reference_type (type); in parameter_type() 2239 targ = convert (build_reference_type (TREE_TYPE (targ)), in d_build_call() 2742 TREE_TYPE (field) = build_reference_type (TREE_TYPE (field)); in build_frame_type()
|
H A D | decl.cc | 1023 TREE_TYPE (resdecl) = build_reference_type (TREE_TYPE (resdecl)); in visit() 1371 tree argtype = build_reference_type (TREE_TYPE (decl->csym)); in get_symbol_decl()
|
H A D | types.cc | 876 fntype = build_reference_type (fntype); in visit()
|
H A D | d-builtins.cc | 1195 d_define_builtins (build_reference_type (va_list_type_node), in d_init_builtins()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-codegen.cc | 164 return build_reference_type (type); in declaration_type() 213 return build_reference_type (type); in parameter_type() 218 type = build_reference_type (type); in parameter_type() 1941 targ = convert (build_reference_type (TREE_TYPE (targ)), in d_build_call()
|
H A D | types.cc | 740 fntype = build_reference_type (fntype); in visit()
|
H A D | decl.cc | 977 TREE_TYPE (resdecl) = build_reference_type (TREE_TYPE (resdecl)); in visit() 1213 tree argtype = build_reference_type (TREE_TYPE (decl->csym)); in get_symbol_decl()
|
H A D | d-builtins.cc | 1176 d_define_builtins (build_reference_type (va_list_type_node), in d_init_builtins()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/ |
H A D | brig-lang.c | 906 brig_define_builtins (build_reference_type (va_list_type_node), in brig_langhook_init()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 2123 ret = build_reference_type (totype); in gfc_nonrestricted_type() 2307 type = build_reference_type (type); in gfc_sym_type() 3038 type = build_reference_type (type); in gfc_get_function_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 2183 ret = build_reference_type (totype); in gfc_nonrestricted_type() 2373 type = build_reference_type (type); in gfc_sym_type() 3136 type = build_reference_type (type); in gfc_get_function_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/lto/ |
H A D | lto-lang.c | 1338 lto_define_builtins (build_reference_type (va_list_type_node), in lto_init()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/lto/ |
H A D | lto-lang.cc | 1342 lto_define_builtins (build_reference_type (va_list_type_node), in lto_init()
|