Searched refs:ptrtype (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/m88k/
H A Dm88k.c1866 tree ptrtype = build_pointer_type (type);
1873 t = m88k_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
1982 addr = fold_convert (ptrtype, addr);
1844 tree ptrtype = build_pointer_type (type); local
/openbsd-current/gnu/gcc/gcc/cp/
H A Dtypeck.c1519 tree ptrtype;
1539 ptrtype = build_pointer_type (TREE_TYPE (type));
1545 adr = build_nop (ptrtype, build_address (exp));
1551 return cp_convert (ptrtype, adr);
3797 pointer_diff (tree op0, tree op1, tree ptrtype)
3801 tree target_type = TREE_TYPE (ptrtype);
3827 op1 = (TYPE_PTROB_P (ptrtype)
1514 tree ptrtype; local
3788 pointer_diff(tree op0, tree op1, tree ptrtype) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c1630 tree ptrtype;
1662 ptrtype = build_pointer_type (TREE_TYPE (type));
1670 adr = build1 (ADDR_EXPR, ptrtype, exp);
1680 return cp_convert (ptrtype, adr);
3741 pointer_diff (op0, op1, ptrtype)
3743 register tree ptrtype;
3747 tree target_type = TREE_TYPE (ptrtype);
1625 tree ptrtype; local
/openbsd-current/gnu/usr.bin/perl/
H A Dsv.h208 #define _SV_HEAD(ptrtype) \
209 ptrtype sv_any; /* pointer to body */ \
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c855 tree ptrtype;
894 ptrtype = build_pointer_type (restype);
902 adr = build1 (ADDR_EXPR, ptrtype, exp);
912 return convert (ptrtype, adr);
849 tree ptrtype; local
/openbsd-current/gnu/gcc/gcc/
H A Dc-typeck.c1503 tree ptrtype;
1512 ptrtype = build_pointer_type (restype);
1515 return convert (ptrtype, TREE_OPERAND (exp, 0));
1519 /* We are making an ADDR_EXPR of ptrtype. This is a valid
1523 adr = build1 (ADDR_EXPR, ptrtype, exp);
1533 return convert (ptrtype, adr);
1495 tree ptrtype; local
H A Dfold-const.c13255 build_fold_addr_expr_with_type (tree t, tree ptrtype)
13266 if (TREE_TYPE (t) != ptrtype)
13267 t = build1 (NOP_EXPR, ptrtype, t);
13278 t = build1 (ADDR_EXPR, ptrtype, t);
13220 build_fold_addr_expr_with_type(tree t, tree ptrtype) argument
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dsparc.c5641 tree ptrtype = build_pointer_type (type);
5692 addr = fold_convert (build_pointer_type (ptrtype), addr);
5716 addr = fold_convert (ptrtype, addr);
5629 tree ptrtype = build_pointer_type (type); local
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c1845 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string)));
1846 return build1 (ADDR_EXPR, ptrtype, string);
1842 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string))); local
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c4309 tree ptrtype = build_pointer_type (type);
4310 tree addr = std_gimplify_va_arg_expr (valist, ptrtype, pre_p, post_p);
4301 tree ptrtype = build_pointer_type (type); local
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Drs6000.c5910 tree ptrtype = build_pointer_type (type);
5914 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
6092 addr = fold_convert (ptrtype, addr);
5894 tree ptrtype = build_pointer_type (type); local
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Di386.c4313 tree ptrtype;
4540 ptrtype = build_pointer_type (type);
4541 addr = fold_convert (ptrtype, addr);
4304 tree ptrtype; local

Completed in 347 milliseconds