/openbsd/gnu/gcc/gcc/config/m88k/ |
H A D | m88k.c | 1844 tree ptrtype = build_pointer_type (type); in m88k_gimplify_va_arg() local 1851 t = m88k_gimplify_va_arg (valist, ptrtype, pre_p, post_p); in m88k_gimplify_va_arg() 1960 addr = fold_convert (ptrtype, addr); in m88k_gimplify_va_arg()
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | typeck.c | 1514 tree ptrtype; in decay_conversion() local 1534 ptrtype = build_pointer_type (TREE_TYPE (type)); in decay_conversion() 1540 adr = build_nop (ptrtype, build_address (exp)); in decay_conversion() 1546 return cp_convert (ptrtype, adr); in decay_conversion() 3788 pointer_diff (tree op0, tree op1, tree ptrtype) in pointer_diff() argument 3792 tree target_type = TREE_TYPE (ptrtype); in pointer_diff() 3818 op1 = (TYPE_PTROB_P (ptrtype) in pointer_diff()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | typeck.c | 1625 tree ptrtype; local 1657 ptrtype = build_pointer_type (TREE_TYPE (type)); 1665 adr = build1 (ADDR_EXPR, ptrtype, exp); 1675 return cp_convert (ptrtype, adr); 3732 pointer_diff (op0, op1, ptrtype) in pointer_diff() argument 3734 register tree ptrtype; 3738 tree target_type = TREE_TYPE (ptrtype);
|
/openbsd/gnu/usr.bin/perl/ |
H A D | sv.h | 208 #define _SV_HEAD(ptrtype) \ argument 209 ptrtype sv_any; /* pointer to body */ \
|
/openbsd/gnu/gcc/gcc/ |
H A D | c-typeck.c | 1495 tree ptrtype; in array_to_pointer_conversion() local 1504 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion() 1507 return convert (ptrtype, TREE_OPERAND (exp, 0)); in array_to_pointer_conversion() 1515 adr = build1 (ADDR_EXPR, ptrtype, exp); in array_to_pointer_conversion() 1525 return convert (ptrtype, adr); in array_to_pointer_conversion()
|
H A D | fold-const.c | 13220 build_fold_addr_expr_with_type (tree t, tree ptrtype) in build_fold_addr_expr_with_type() argument 13231 if (TREE_TYPE (t) != ptrtype) in build_fold_addr_expr_with_type() 13232 t = build1 (NOP_EXPR, ptrtype, t); in build_fold_addr_expr_with_type() 13243 t = build1 (ADDR_EXPR, ptrtype, t); in build_fold_addr_expr_with_type()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-typeck.c | 849 tree ptrtype; local 888 ptrtype = build_pointer_type (restype); 896 adr = build1 (ADDR_EXPR, ptrtype, exp); 906 return convert (ptrtype, adr);
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 5629 tree ptrtype = build_pointer_type (type); in sparc_gimplify_va_arg() local 5680 addr = fold_convert (build_pointer_type (ptrtype), addr); in sparc_gimplify_va_arg() 5704 addr = fold_convert (ptrtype, addr); in sparc_gimplify_va_arg()
|
/openbsd/gnu/gcc/gcc/objc/ |
H A D | objc-act.c | 1842 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string))); in my_build_string_pointer() local 1843 return build1 (ADDR_EXPR, ptrtype, string); in my_build_string_pointer()
|
/openbsd/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 4301 tree ptrtype = build_pointer_type (type); in ia64_gimplify_va_arg() local 4302 tree addr = std_gimplify_va_arg_expr (valist, ptrtype, pre_p, post_p); in ia64_gimplify_va_arg()
|
/openbsd/gnu/gcc/gcc/config/i386/ |
H A D | i386.c | 4304 tree ptrtype; in ix86_gimplify_va_arg() local 4531 ptrtype = build_pointer_type (type); in ix86_gimplify_va_arg() 4532 addr = fold_convert (ptrtype, addr); in ix86_gimplify_va_arg()
|
/openbsd/gnu/gcc/gcc/config/rs6000/ |
H A D | rs6000.c | 5894 tree ptrtype = build_pointer_type (type); in rs6000_gimplify_va_arg() local 5898 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p); in rs6000_gimplify_va_arg() 6076 addr = fold_convert (ptrtype, addr); in rs6000_gimplify_va_arg()
|