Home
last modified time | relevance | path

Searched refs:build_reference_type (Results 1 – 25 of 35) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDlambda.c240 type = build_reference_type (type); in lambda_capture_field_type()
249 type = build_reference_type (type); in lambda_capture_field_type()
433 type = build_reference_type (type); in build_capture_proxy()
HDrtti.c250 tree t = build_reference_type (const_type_info_type_node); in throw_bad_typeid()
620 exprtype = build_reference_type (TREE_TYPE (expr)); in build_dynamic_cast_1()
HDoptimize.c661 tree reftype = build_reference_type (TREE_TYPE (parm)); in maybe_clone_body()
HDexcept.c305 init_type = build_reference_type (init_type); in initialize_handler_parm()
HDcall.c2501 type1 = build_reference_type (type1); in add_builtin_candidate()
2788 type1 = build_reference_type (type1); in add_builtin_candidate()
3006 vec_safe_push (types[i], build_reference_type (argtypes[i])); in add_builtin_candidates()
3043 vec_safe_push (types[i], build_reference_type (argtypes[i])); in add_builtin_candidates()
7229 return build1 (ADDR_EXPR, build_reference_type (arg_type), arg); in convert_arg_to_ellipsis()
7393 type = build_reference_type (type); in type_passed_as()
7436 val = build1 (ADDR_EXPR, build_reference_type (type), val); in convert_for_arg_passing()
9554 reference_type = build_reference_type (reference_type); in maybe_handle_implicit_object()
HDsemantics.c5210 vec_safe_push (args, build_reference_type (type)); in omp_reduction_lookup()
5684 tree rtype = build_reference_type (atype); in finish_omp_reduction_clause()
5719 tree rtype = build_reference_type (atype); in finish_omp_reduction_clause()
9293 type = build_reference_type (TREE_TYPE (decl)); in capture_decltype()
9305 type = build_reference_type (type); in capture_decltype()
HDmethod.c2007 return_type = build_reference_type (type); in implicitly_declare_fn()
HDtree.c1109 lvalue_ref = build_reference_type (to_type); in cp_build_reference_type()
3952 type = build_reference_type (lvalue_type (arg)); in error_type()
HDcp-gimplify.c1690 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
HDdecl2.c3374 type = build_reference_type (type); in get_tls_wrapper_fn()
HDdecl.c13508 build_reference_type (arg)); in grok_op_properties()
14914 thisref = build_nop (build_reference_type (ctype), current_class_ptr); in build_clobber_this()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDrtti.c224 t = build_reference_type (const_type_info_type_node); in throw_bad_typeid()
582 exprtype = build_reference_type (TREE_TYPE (expr)); in build_dynamic_cast_1()
HDcall.c2263 type1 = build_reference_type (type1); in add_builtin_candidate()
2550 type1 = build_reference_type (type1); in add_builtin_candidate()
2747 build_reference_type (argtypes[i])); in add_builtin_candidates()
2786 build_reference_type (argtypes[i])); in add_builtin_candidates()
4240 conv = implicit_conversion (build_reference_type (t2), in conditional_conversion()
6200 type = build_reference_type (type); in type_passed_as()
6244 val = build1 (ADDR_EXPR, build_reference_type (type), val); in convert_for_arg_passing()
7506 reference_type = build_reference_type (reference_type); in maybe_handle_implicit_object()
HDexcept.c420 init_type = build_reference_type (init_type); in initialize_handler_parm()
HDcp-gimplify.c1137 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
HDtree.c868 lvalue_ref = build_reference_type (to_type); in cp_build_reference_type()
2790 type = build_reference_type (lvalue_type (arg)); in error_type()
HDmethod.c1514 return_type = build_reference_type (type); in implicitly_declare_fn()
HDsemantics.c8911 type = build_reference_type (TREE_TYPE (decl)); in capture_decltype()
8923 type = build_reference_type (type); in capture_decltype()
9092 type = build_reference_type (type); in add_capture()
/dragonfly/contrib/gcc-4.7/gcc/lto/
HDlto-lang.c1165 build_reference_type (va_list_type_node)); in lto_init()
/dragonfly/contrib/gcc-8.0/gcc/lto/
HDlto-lang.c1309 lto_define_builtins (build_reference_type (va_list_type_node), in lto_init()
/dragonfly/contrib/gcc-8.0/gcc/
HDalias.c1055 p = build_reference_type (p); in get_alias_set()
HDomp-low.c991 = build_qualified_type (build_reference_type (type), TYPE_QUAL_RESTRICT); in fixup_child_record_type()
7471 (build_reference_type (ctx->record_type), ".omp_rec"); in lower_omp_taskreg()
HDtree.h4233 extern tree build_reference_type (tree);
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.h4387 extern tree build_reference_type (tree);
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-common.c4396 va_list_ref_type_node = build_reference_type (va_list_type_node); in c_common_nodes_and_builtins()

12