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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dipa-prop.c1693 tree ptrtype = build_pointer_type (adj->type); local
1697 if (!useless_type_conversion_p (ptrtype, TREE_TYPE (expr)))
1698 expr = fold_convert (ptrtype, expr);
1699 expr = fold_build2 (POINTER_PLUS_EXPR, ptrtype, expr,
H A Dc-typeck.c1733 tree ptrtype;
1742 ptrtype = build_pointer_type (restype);
1745 return convert (ptrtype, TREE_OPERAND (exp, 0));
1748 return convert (ptrtype, adr);
1725 tree ptrtype; local
H A Dfold-const.c8322 build_fold_addr_expr_with_type_loc (location_t loc, tree t, tree ptrtype)
8334 if (TREE_TYPE (t) != ptrtype)
8336 t = build1 (NOP_EXPR, ptrtype, t);
8344 if (TREE_TYPE (t) != ptrtype)
8345 t = fold_convert_loc (loc, ptrtype, t);
8349 t = build1 (ADDR_EXPR, ptrtype, t);
8361 tree ptrtype = build_pointer_type (TREE_TYPE (t));
8363 return build_fold_addr_expr_with_type_loc (loc, t, ptrtype);
8287 build_fold_addr_expr_with_type_loc(location_t loc, tree t, tree ptrtype) argument
8326 tree ptrtype = build_pointer_type (TREE_TYPE (t)); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.c1865 tree ptrtype;
1885 ptrtype = build_pointer_type (TREE_TYPE (type));
1891 adr = build_nop (ptrtype, build_address (exp));
1897 return cp_convert (ptrtype, adr);
4454 pointer_diff (tree op0, tree op1, tree ptrtype)
4458 tree target_type = TREE_TYPE (ptrtype);
4483 op1 = (TYPE_PTROB_P (ptrtype)
1860 tree ptrtype; local
4445 pointer_diff(tree op0, tree op1, tree ptrtype) argument
H A Dsemantics.c4769 tree ptrtype = describable_type (TREE_OPERAND (expr, 0));
4770 if (ptrtype && POINTER_TYPE_P (ptrtype))
4771 type = build_reference_type (TREE_TYPE (ptrtype));
4765 tree ptrtype = describable_type (TREE_OPERAND (expr, 0)); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dtypeck.c1394 tree ptrtype;
1414 ptrtype = build_pointer_type (TREE_TYPE (type));
1420 adr = build_nop (ptrtype, build_address (exp));
1426 return cp_convert (ptrtype, adr);
3632 pointer_diff (tree op0, tree op1, tree ptrtype)
3636 tree target_type = TREE_TYPE (ptrtype);
3662 op1 = (TYPE_PTROB_P (ptrtype)
1389 tree ptrtype; local
3623 pointer_diff(tree op0, tree op1, tree ptrtype) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dc-typeck.c1408 tree ptrtype;
1417 ptrtype = build_pointer_type (restype);
1420 return convert (ptrtype, TREE_OPERAND (exp, 0));
1424 /* We are making an ADDR_EXPR of ptrtype. This is a valid
1428 adr = build1 (ADDR_EXPR, ptrtype, exp);
1438 return convert (ptrtype, adr);
1401 tree ptrtype; local
H A Dfold-const.c11725 build_fold_addr_expr_with_type (tree t, tree ptrtype)
11736 if (TREE_TYPE (t) != ptrtype)
11737 t = build1 (NOP_EXPR, ptrtype, t);
11748 t = build1 (ADDR_EXPR, ptrtype, t);
11691 build_fold_addr_expr_with_type(tree t, tree ptrtype) argument
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/sparc/
H A Dsparc.c5554 tree ptrtype = build_pointer_type (type);
5605 addr = fold_convert (build_pointer_type (ptrtype), addr);
5629 addr = fold_convert (ptrtype, addr);
5542 tree ptrtype = build_pointer_type (type); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c5926 tree ptrtype = build_pointer_type (type);
5979 addr = fold_convert (build_pointer_type (ptrtype), addr);
5997 addr = fold_convert (ptrtype, addr);
5914 tree ptrtype = build_pointer_type (type); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c4582 tree ptrtype = build_pointer_type (type);
4583 tree addr = std_gimplify_va_arg_expr (valist, ptrtype, pre_p, post_p);
4575 tree ptrtype = build_pointer_type (type); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c1897 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string)));
1898 return build1 (ADDR_EXPR, ptrtype, string);
1894 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string))); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/objc/
H A Dobjc-act.c1846 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string)));
1847 return build1 (ADDR_EXPR, ptrtype, string);
1843 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string))); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c4283 tree ptrtype = build_pointer_type (type);
4284 tree addr = std_gimplify_va_arg_expr (valist, ptrtype, pre_p, post_p);
4275 tree ptrtype = build_pointer_type (type); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c3918 tree ptrtype;
4145 ptrtype = build_pointer_type (type);
4146 addr = fold_convert (ptrtype, addr);
3909 tree ptrtype; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/rs6000/
H A Drs6000.c5829 tree ptrtype = build_pointer_type (type);
5833 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
6011 addr = fold_convert (ptrtype, addr);
5813 tree ptrtype = build_pointer_type (type); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.c8383 tree ptrtype = build_pointer_type_for_mode (type, ptr_mode, true);
8389 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
8584 addr = fold_convert (ptrtype, addr);
8366 tree ptrtype = build_pointer_type_for_mode (type, ptr_mode, true); local
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.c7010 tree ptrtype;
7285 ptrtype = build_pointer_type_for_mode (type, ptr_mode, true);
7286 addr = fold_convert (ptrtype, addr);
6995 tree ptrtype; local

Completed in 979 milliseconds