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

/freebsd-9.3-release/contrib/libcxxrt/
H A Ddynamic_cast.cc92 const __pbase_type_info *ptr_type = local
95 if (ptr_type->__flags & ~__flags)
107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer);
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c901 tree ptr_type = get_otype (ptr, true);
912 if (struct_class_union_p (ptr_type) || struct_class_union_p (alias_type))
927 return nonstandard_alias_types_p (ptr_type, alias_type);
897 tree ptr_type = get_otype (ptr, true); local
H A Dtree-ssa-ccp.c1855 tree ptr_type = TREE_TYPE (expr); local
1861 if (!POINTER_TYPE_P (ptr_type))
1941 ptd_type = TREE_TYPE (ptr_type);
1949 t = build1 (ADDR_EXPR, ptr_type, t);
H A Dtree-ssa-alias.c1984 tree ptr_type = TREE_TYPE (ptr); local
1998 while (POINTER_TYPE_P (ptr_type))
2001 ptr_type = TREE_TYPE (ptr_type);
2022 /* If ptr_type was not really a pointer to type, it cannot
H A Domp-low.c3735 tree ptr_type, t, args, l0, l1, l2, copyin_seq;
3739 ptr_type = build_pointer_type (ctx->record_type);
3740 ctx->receiver_decl = create_tmp_var (ptr_type, ".omp_copy_i");
3748 t = fold_convert (ptr_type, t);
3753 build_int_cst (ptr_type, 0));
3733 tree ptr_type, t, args, l0, l1, l2, copyin_seq; local
H A Dfunction.c3234 tree ptr_type, addr, args;
3236 ptr_type = build_pointer_type (type);
3237 addr = create_tmp_var (ptr_type, get_name (parm));
3244 t = fold_convert (ptr_type, t);
3221 tree ptr_type, addr, args; local
H A Dtree-vect-transform.c2693 tree ptr_type = TREE_TYPE (start_addr); local
2694 tree size = TYPE_SIZE (ptr_type);
H A Dgimplify.c1228 tree t, args, addr, ptr_type;
1238 ptr_type = build_pointer_type (TREE_TYPE (decl));
1239 addr = create_tmp_var (ptr_type, get_name (decl));
1248 t = fold_convert (ptr_type, t);
1227 tree t, args, addr, ptr_type; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalarith.c57 find_size_for_pointer_math (struct type *ptr_type)
62 ptr_target = check_typedef (TYPE_TARGET_TYPE (ptr_type));
67 if (TYPE_CODE (ptr_type) == TYPE_CODE_VOID)
56 find_size_for_pointer_math(struct type *ptr_type) argument

Completed in 212 milliseconds