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

/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c1554 tree ptrtype;
1574 ptrtype = build_pointer_type (TREE_TYPE (type));
1580 adr = build_nop (ptrtype, build_address (exp));
1586 return cp_convert (ptrtype, adr);
3929 pointer_diff (tree op0, tree op1, tree ptrtype)
3933 tree target_type = TREE_TYPE (ptrtype);
3959 op1 = (TYPE_PTROB_P (ptrtype)
1549 tree ptrtype; local
3921 pointer_diff(tree op0, tree op1, tree ptrtype) argument
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c1533 tree ptrtype;
1542 ptrtype = build_pointer_type (restype);
1545 return convert (ptrtype, TREE_OPERAND (exp, 0));
1549 /* We are making an ADDR_EXPR of ptrtype. This is a valid
1553 adr = build1 (ADDR_EXPR, ptrtype, exp);
1563 return convert (ptrtype, adr);
1525 tree ptrtype; local
H A Dfold-const.c13278 build_fold_addr_expr_with_type (tree t, tree ptrtype)
13289 if (TREE_TYPE (t) != ptrtype)
13290 t = build1 (NOP_EXPR, ptrtype, t);
13301 t = build1 (ADDR_EXPR, ptrtype, t);
13243 build_fold_addr_expr_with_type(tree t, tree ptrtype) argument
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c5638 tree ptrtype = build_pointer_type (type);
5689 addr = fold_convert (build_pointer_type (ptrtype), addr);
5713 addr = fold_convert (ptrtype, addr);
5626 tree ptrtype = build_pointer_type (type); local
/freebsd-11-stable/contrib/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
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c4643 tree ptrtype;
4870 ptrtype = build_pointer_type (type);
4871 addr = fold_convert (ptrtype, addr);
4634 tree ptrtype; local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5943 tree ptrtype = build_pointer_type (type);
5947 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
6125 addr = fold_convert (ptrtype, addr);
5927 tree ptrtype = build_pointer_type (type); local

Completed in 479 milliseconds