Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck.c1549 tree ptrtype; in decay_conversion() local
1569 ptrtype = build_pointer_type (TREE_TYPE (type)); in decay_conversion()
1575 adr = build_nop (ptrtype, build_address (exp)); in decay_conversion()
1581 return cp_convert (ptrtype, adr); in decay_conversion()
3921 pointer_diff (tree op0, tree op1, tree ptrtype) in pointer_diff() argument
3925 tree target_type = TREE_TYPE (ptrtype); in pointer_diff()
3951 op1 = (TYPE_PTROB_P (ptrtype) in pointer_diff()
/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c1525 tree ptrtype; in array_to_pointer_conversion() local
1534 ptrtype = build_pointer_type (restype); in array_to_pointer_conversion()
1537 return convert (ptrtype, TREE_OPERAND (exp, 0)); in array_to_pointer_conversion()
1545 adr = build1 (ADDR_EXPR, ptrtype, exp); in array_to_pointer_conversion()
1555 return convert (ptrtype, adr); in array_to_pointer_conversion()
H A Dfold-const.c13243 build_fold_addr_expr_with_type (tree t, tree ptrtype) in build_fold_addr_expr_with_type() argument
13254 if (TREE_TYPE (t) != ptrtype) in build_fold_addr_expr_with_type()
13255 t = build1 (NOP_EXPR, ptrtype, t); in build_fold_addr_expr_with_type()
13266 t = build1 (ADDR_EXPR, ptrtype, t); in build_fold_addr_expr_with_type()
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc.c5626 tree ptrtype = build_pointer_type (type); in sparc_gimplify_va_arg() local
5677 addr = fold_convert (build_pointer_type (ptrtype), addr); in sparc_gimplify_va_arg()
5701 addr = fold_convert (ptrtype, addr); in sparc_gimplify_va_arg()
/freebsd-12.1/contrib/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()
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4634 tree ptrtype; in ix86_gimplify_va_arg() local
4861 ptrtype = build_pointer_type (type); in ix86_gimplify_va_arg()
4862 addr = fold_convert (ptrtype, addr); in ix86_gimplify_va_arg()
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.c5927 tree ptrtype = build_pointer_type (type); in rs6000_gimplify_va_arg() local
5931 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p); in rs6000_gimplify_va_arg()
6109 addr = fold_convert (ptrtype, addr); in rs6000_gimplify_va_arg()