Searched refs:ptr_type (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dnew30.C9 struct ptr_type struct
12 ptr_type (data_type* ptr = new data_type[1]) { delete[] ptr; } function in struct:ptr_type
15 ptr_type obj;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpr51199.C17 typedef add_ptr<FC>::type ptr_type; typedef
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A-O0.c53 tree ptr_type; /* { dg-bogus "ptr_type" "uninitialized variable warning" } */ local
87 ptr_type = current_class;
92 /* If you put straightforward uses of name and ptr_type here
101 else if ((decl = lookup_field_wrapper (ptr_type, name))
H A Duninit-A.c53 tree ptr_type; /* { dg-bogus "ptr_type" "uninitialized variable warning" } */ local
87 ptr_type = current_class;
92 /* If you put straightforward uses of name and ptr_type here
101 else if ((decl = lookup_field_wrapper (ptr_type, name))
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-dot-product.c26 gcc_jit_type *ptr_type = gcc_jit_type_get_pointer (val_type); local
34 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "a");
36 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "b");
H A Dtest-extra-options.c34 gcc_jit_type *ptr_type = gcc_jit_type_get_pointer (val_type); local
42 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "a");
44 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "b");
H A Dtest-accessing-struct.c47 gcc_jit_type *ptr_type = local
52 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "f");
H A Dtest-reading-struct.c51 gcc_jit_type *ptr_type = gcc_jit_type_get_pointer (const_struct_type); local
55 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "f");
H A Dtest-nested-loops.c26 gcc_jit_type *ptr_type = gcc_jit_type_get_pointer (val_type); local
34 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "a");
36 gcc_jit_context_new_param (ctxt, NULL, ptr_type, "b");
H A Dtest-constants.c282 gcc_jit_type *ptr_type = local
287 ptr_type,
293 ptr_type,
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dloop.c809 tree ptr_type;
816 ptr_type = build_pointer_type (ip->base_type);
818 build_temporary_variable ("loc_ptr_tmp", ptr_type);
833 start_ptr = build1 (ADDR_EXPR, ptr_type, ip->start_exp);
836 fold (build (PLUS_EXPR, ptr_type,
853 tree ptr_type;
864 ptr_type = build_pointer_type (ip->base_type);
866 build_temporary_variable ("loc_ptr_temp", ptr_type);
880 start_ptr = build1 (ADDR_EXPR, ptr_type, array_data_ptr);
883 fold (build (PLUS_EXPR, ptr_type,
798 tree ptr_type; local
842 tree ptr_type; local
[all...]
H A Dnloop.c822 tree ptr_type;
836 ptr_type = build_pointer_type (ip->base_type);
838 build_temporary_variable ("loc_ptr_tmp", ptr_type);
853 start_ptr = build1 (ADDR_EXPR, ptr_type, ip->start_exp);
856 fold (build (PLUS_EXPR, ptr_type,
873 tree ptr_type;
884 ptr_type = build_pointer_type (ip->base_type);
886 build_temporary_variable ("loc_ptr_temp", ptr_type);
900 start_ptr = build1 (ADDR_EXPR, ptr_type, array_data_ptr);
903 fold (build (PLUS_EXPR, ptr_type,
811 tree ptr_type; local
862 tree ptr_type; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c563 tree ptr_type;
581 ptr_type = cp_build_qualified_type (type,
583 ptr_type = build_pointer_type (ptr_type);
584 if (same_type_p (ptr_type, TYPE_MAIN_VARIANT (intype)))
610 return build_vbase_path (PLUS_EXPR, ptr_type, expr, path, 1);
612 rval = build1 (NOP_EXPR, ptr_type,
561 tree ptr_type; local
/haiku-buildtools/gcc/gmp/
H A Dgmpxx.h1398 typedef mpz_ptr ptr_type; typedef in struct:__gmp_resolve_expr
1405 typedef mpq_ptr ptr_type; typedef in struct:__gmp_resolve_expr
1412 typedef mpf_ptr ptr_type; typedef in struct:__gmp_resolve_expr
2256 void eval(typename __gmp_resolve_expr<T>::ptr_type p,
2275 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const
2277 void eval(typename __gmp_resolve_expr<T>::ptr_type p,
2309 void eval(typename __gmp_resolve_expr<T>::ptr_type p,
2336 void eval(typename __gmp_resolve_expr<T>::ptr_type p,
2355 void eval(typename __gmp_resolve_expr<T>::ptr_type p,
2378 void eval(typename __gmp_resolve_expr<T>::ptr_type
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dbuiltins.c314 tree ptr_type = build_pointer_type (type);
315 return fold_build_pointer_plus (fold_convert (ptr_type, addr), offset);
311 tree ptr_type = build_pointer_type (type); local
/haiku-buildtools/gcc/libcc1/
H A Dplugin.cc354 tree ptr_type = build_pointer_type (TREE_TYPE (*in));
356 fold_build1 (CONVERT_EXPR, ptr_type,
346 tree ptr_type = build_pointer_type (TREE_TYPE (*in)); local
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dutils2.c671 tree ptr_type
689 addr = build_unary_op (ADDR_EXPR, ptr_type, src);
703 tree ptr_type
733 addr = build_unary_op (ADDR_EXPR, ptr_type, dest);
666 tree ptr_type local
698 tree ptr_type local
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c3639 typedef int ptr_type __attribute__ ((mode (pointer))); typedef
3697 return (void *)(ptr_type) *get_reg_addr (reg, udata, sub_udata);
3705 *get_reg_addr (reg, udata, NULL) = (word_type)(ptr_type) val;
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit.c1460 gcc::jit::recording::type *ptr_type = fn_ptr->get_type ()->dereference (); local
1462 ptr_type, ctxt, loc,
1469 ptr_type->dyn_cast_function_type();
H A Djit-recording.h720 memento *ptr_type);
H A Djit-recording.c2618 memento *ptr_type)
2620 gcc_assert (ptr_type);
2622 const char *ptr_id = r.make_identifier (ptr_type, "ptr_to");
2617 write_deferred_reproducer(reproducer &r, memento *ptr_type) argument
/haiku-buildtools/gcc/gcc/
H A Dfunction.c3946 tree ptr_type, addr;
3948 ptr_type = build_pointer_type (type);
3949 addr = create_tmp_reg (ptr_type, get_name (parm));
3959 t = fold_convert (ptr_type, t);
3933 tree ptr_type, addr; local
H A Dgimplify.c1334 tree t, addr, ptr_type;
1348 ptr_type = build_pointer_type (TREE_TYPE (decl));
1349 addr = create_tmp_var (ptr_type, get_name (decl));
1361 t = fold_convert (ptr_type, t);
1332 tree t, addr, ptr_type; local
/haiku-buildtools/gcc/gcc/config/alpha/
H A Dalpha.c6350 tree type_size, ptr_type, addend, t, addr;
6364 ptr_type = build_pointer_type_for_mode (type, ptr_mode, true);
6395 addr = fold_build_pointer_plus (fold_convert (ptr_type, base), addend);
6336 tree type_size, ptr_type, addend, t, addr; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c10267 tree qual, qual_wfl, name, decl, ptr_type, saved_current_class;
10318 ptr_type = current_class;
10358 current_class = CLASSTYPE_SUPER (ptr_type);
10387 else if ((decl = lookup_field_wrapper (ptr_type, name))
10263 tree qual, qual_wfl, name, decl, ptr_type, saved_current_class; local

Completed in 355 milliseconds

12