Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/m88k/
H A Dm88k.c1844 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 Dtypeck.c1514 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 Dtypeck.c1625 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 Dsv.h208 #define _SV_HEAD(ptrtype) \ argument
209 ptrtype sv_any; /* pointer to body */ \
/openbsd/gnu/gcc/gcc/
H A Dc-typeck.c1495 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 Dfold-const.c13220 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 Dc-typeck.c849 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 Dsparc.c5629 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 Dobjc-act.c1842 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 Dia64.c4301 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 Di386.c4304 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 Drs6000.c5894 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()