Home
last modified time | relevance | path

Searched refs:ptr_type (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A.c53 tree ptr_type; /* { dg-bogus "ptr_type" "uninitialized variable warning" } */ local
87 ptr_type = current_class;
101 else if ((decl = lookup_field_wrapper (ptr_type, name))
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dvalarith.c56 find_size_for_pointer_math (struct type *ptr_type) in find_size_for_pointer_math() argument
61 ptr_target = check_typedef (TYPE_TARGET_TYPE (ptr_type)); in find_size_for_pointer_math()
66 if (TYPE_CODE (ptr_type) == TYPE_CODE_VOID) in find_size_for_pointer_math()
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-ccp.c1857 tree ptr_type = TREE_TYPE (expr); in maybe_fold_stmt_addition() local
1863 if (!POINTER_TYPE_P (ptr_type)) in maybe_fold_stmt_addition()
1943 ptd_type = TREE_TYPE (ptr_type); in maybe_fold_stmt_addition()
1951 t = build1 (ADDR_EXPR, ptr_type, t); in maybe_fold_stmt_addition()
H A Dtree-ssa-alias.c1981 tree ptr_type = TREE_TYPE (ptr); in may_alias_p() local
1995 while (POINTER_TYPE_P (ptr_type)) in may_alias_p()
1998 ptr_type = TREE_TYPE (ptr_type); in may_alias_p()
H A Domp-low.c3733 tree ptr_type, t, args, l0, l1, l2, copyin_seq; in lower_omp_single_copy() local
3737 ptr_type = build_pointer_type (ctx->record_type); in lower_omp_single_copy()
3738 ctx->receiver_decl = create_tmp_var (ptr_type, ".omp_copy_i"); in lower_omp_single_copy()
3746 t = fold_convert (ptr_type, t); in lower_omp_single_copy()
3751 build_int_cst (ptr_type, 0)); in lower_omp_single_copy()
H A Dfunction.c3219 tree ptr_type, addr, args; in gimplify_parameters() local
3221 ptr_type = build_pointer_type (type); in gimplify_parameters()
3222 addr = create_tmp_var (ptr_type, get_name (parm)); in gimplify_parameters()
3229 t = fold_convert (ptr_type, t); in gimplify_parameters()
H A Dgimplify.c1227 tree t, args, addr, ptr_type; in gimplify_decl_expr() local
1237 ptr_type = build_pointer_type (TREE_TYPE (decl)); in gimplify_decl_expr()
1238 addr = create_tmp_var (ptr_type, get_name (decl)); in gimplify_decl_expr()
1247 t = fold_convert (ptr_type, t); in gimplify_decl_expr()
H A Dtree-vect-transform.c2693 tree ptr_type = TREE_TYPE (start_addr); in vect_gen_niters_for_prolog_loop() local
2694 tree size = TYPE_SIZE (ptr_type); in vect_gen_niters_for_prolog_loop()
/openbsd-src/gnu/gcc/gcc/config/alpha/
H A Dalpha.c6255 tree type_size, ptr_type, addend, t, addr, internal_post; in alpha_gimplify_va_arg_1() local
6268 ptr_type = build_pointer_type (type); in alpha_gimplify_va_arg_1()
6299 addr = build2 (PLUS_EXPR, ptr_type, fold_convert (ptr_type, base), in alpha_gimplify_va_arg_1()
6300 fold_convert (ptr_type, addend)); in alpha_gimplify_va_arg_1()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c14887 tree qual, qual_wfl, name = NULL_TREE, decl, ptr_type = NULL_TREE, local
14947 ptr_type = current_class;
15020 current_class = CLASSTYPE_SUPER (ptr_type);
15051 else if ((decl = lookup_field_wrapper (ptr_type, name))
H A Dparse.y11322 tree qual, qual_wfl, name = NULL_TREE, decl, ptr_type = NULL_TREE, local
11382 ptr_type = current_class;
11455 current_class = CLASSTYPE_SUPER (ptr_type);
11486 else if ((decl = lookup_field_wrapper (ptr_type, name))
H A DChangeLog8289 (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.