Searched refs:ptrtype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck.c | 1549 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 D | c-typeck.c | 1525 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 D | fold-const.c | 13243 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 D | sparc.c | 5626 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 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()
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 4634 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 D | rs6000.c | 5927 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()
|