| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | uninit-A.c | 53 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 D | valarith.c | 56 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 D | tree-ssa-ccp.c | 1857 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 D | tree-ssa-alias.c | 1981 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 D | omp-low.c | 3733 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 D | function.c | 3219 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 D | gimplify.c | 1227 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 D | tree-vect-transform.c | 2693 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 D | alpha.c | 6255 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 D | parse.c | 14887 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 D | parse.y | 11322 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 D | ChangeLog | 8289 (qualify_ambiguous_name): Likewise for `name' and `ptr_type'.
|