Searched refs:build_reference_type (Results 1 – 25 of 35) sorted by relevance
12
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | lambda.c | 240 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()
|
| HD | rtti.c | 250 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()
|
| HD | optimize.c | 661 tree reftype = build_reference_type (TREE_TYPE (parm)); in maybe_clone_body()
|
| HD | except.c | 305 init_type = build_reference_type (init_type); in initialize_handler_parm()
|
| HD | call.c | 2501 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()
|
| HD | semantics.c | 5210 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()
|
| HD | method.c | 2007 return_type = build_reference_type (type); in implicitly_declare_fn()
|
| HD | tree.c | 1109 lvalue_ref = build_reference_type (to_type); in cp_build_reference_type() 3952 type = build_reference_type (lvalue_type (arg)); in error_type()
|
| HD | cp-gimplify.c | 1690 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
|
| HD | decl2.c | 3374 type = build_reference_type (type); in get_tls_wrapper_fn()
|
| HD | decl.c | 13508 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/ |
| HD | rtti.c | 224 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()
|
| HD | call.c | 2263 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()
|
| HD | except.c | 420 init_type = build_reference_type (init_type); in initialize_handler_parm()
|
| HD | cp-gimplify.c | 1137 TREE_TYPE (t) = build_reference_type (TREE_TYPE (t)); in cp_genericize()
|
| HD | tree.c | 868 lvalue_ref = build_reference_type (to_type); in cp_build_reference_type() 2790 type = build_reference_type (lvalue_type (arg)); in error_type()
|
| HD | method.c | 1514 return_type = build_reference_type (type); in implicitly_declare_fn()
|
| HD | semantics.c | 8911 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/ |
| HD | lto-lang.c | 1165 build_reference_type (va_list_type_node)); in lto_init()
|
| /dragonfly/contrib/gcc-8.0/gcc/lto/ |
| HD | lto-lang.c | 1309 lto_define_builtins (build_reference_type (va_list_type_node), in lto_init()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | alias.c | 1055 p = build_reference_type (p); in get_alias_set()
|
| HD | omp-low.c | 991 = 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()
|
| HD | tree.h | 4233 extern tree build_reference_type (tree);
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree.h | 4387 extern tree build_reference_type (tree);
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-common.c | 4396 va_list_ref_type_node = build_reference_type (va_list_type_node); in c_common_nodes_and_builtins()
|
12