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

/haiku-buildtools/gcc/gcc/
H A Dgimple-streamer-out.c178 tree ptrtype = build_pointer_type (TREE_TYPE (*basep)); local
180 build1 (ADDR_EXPR, ptrtype, *basep),
181 build_int_cst (ptrtype, 0));
H A Dlto-streamer-out.c2276 tree ptrtype = build_pointer_type (TREE_TYPE (decl)); local
2278 build1 (ADDR_EXPR, ptrtype, decl),
2279 build_int_cst (ptrtype, 0));
H A Dtree-vect-stmts.c1902 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; local
1914 ptrtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
1953 ptr = fold_convert (ptrtype, gather_base);
5924 tree rettype, srctype, ptrtype, idxtype, masktype, scaletype; local
5961 ptrtype = TREE_VALUE (arglist); arglist = TREE_CHAIN (arglist);
5969 ptr = fold_convert (ptrtype, gather_base);
H A Dfold-const.c7845 build_fold_addr_expr_with_type_loc (location_t loc, tree t, tree ptrtype)
7855 if (TREE_TYPE (t) != ptrtype) local
7856 t = build1_loc (loc, NOP_EXPR, ptrtype, t);
7863 return fold_binary (POINTER_PLUS_EXPR, ptrtype,
7870 if (TREE_TYPE (t) != ptrtype)
7871 t = fold_convert_loc (loc, ptrtype, t);
7874 t = build1_loc (loc, ADDR_EXPR, ptrtype, t);
7884 tree ptrtype = build_pointer_type (TREE_TYPE (t));
7886 return build_fold_addr_expr_with_type_loc (loc, t, ptrtype);
7816 build_fold_addr_expr_with_type_loc(location_t loc, tree t, tree ptrtype) argument
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Druntime.cc182 Type* ptrtype = runtime_function_type(RFT_POINTER); variable
183 param_types->push_back(Typed_identifier("", ptrtype, bloc));
/haiku-buildtools/gcc/gcc/cp/
H A Dlambda.c441 tree ptrtype = build_pointer_type (TREE_TYPE (array_type)); local
442 tree field = build_decl (input_location, FIELD_DECL, ptr_id, ptrtype);
H A Dtypeck.c1967 tree ptrtype;
1999 ptrtype = build_pointer_type (TREE_TYPE (type));
2005 adr = build_nop (ptrtype, build_address (exp));
2011 return cp_convert (ptrtype, adr, complain);
5106 pointer_diff (tree op0, tree op1, tree ptrtype, tsubst_flags_t complain)
5110 tree target_type = TREE_TYPE (ptrtype);
5167 op1 = (TYPE_PTROB_P (ptrtype)
1962 tree ptrtype; local
5097 pointer_diff(tree op0, tree op1, tree ptrtype, tsubst_flags_t complain) argument
/haiku-buildtools/gcc/gcc/config/visium/
H A Dvisium.c1534 tree ptrtype = build_pointer_type (type); local
1538 t = visium_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
1642 addr = fold_convert (ptrtype, addr);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtypeck.c1780 tree ptrtype;
1812 ptrtype = build_pointer_type (TREE_TYPE (type));
1820 adr = build1 (ADDR_EXPR, ptrtype, exp);
1830 return cp_convert (ptrtype, adr);
4205 pointer_diff (op0, op1, ptrtype)
4207 register tree ptrtype;
4211 tree target_type = TREE_TYPE (ptrtype);
1775 tree ptrtype; local
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Darm_neon.h10221 #define __ST2_LANE_FUNC(intype, largetype, ptrtype, \
10225 vst2_lane_ ## funcsuffix (ptrtype *__ptr, \
10264 #define __ST2_LANE_FUNC(intype, ptrtype, mode, ptr_mode, funcsuffix) \
10267 vst2q_lane_ ## funcsuffix (ptrtype *__ptr, \
10289 #define __ST3_LANE_FUNC(intype, largetype, ptrtype, \
10293 vst3_lane_ ## funcsuffix (ptrtype *__ptr, \
10337 #define __ST3_LANE_FUNC(intype, ptrtype, mode, ptr_mode, funcsuffix) \
10340 vst3q_lane_ ## funcsuffix (ptrtype *__ptr, \
10362 #define __ST4_LANE_FUNC(intype, largetype, ptrtype, \
10366 vst4_lane_ ## funcsuffix (ptrtype *__pt
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dc-typeck.c1084 tree ptrtype;
1120 ptrtype = build_pointer_type (restype);
1128 adr = build1 (ADDR_EXPR, ptrtype, exp);
1138 return convert (ptrtype, adr);
1078 tree ptrtype; local
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c1851 tree ptrtype;
1860 ptrtype = build_pointer_type (restype);
1863 return convert (ptrtype, TREE_OPERAND (exp, 0));
1878 return convert (ptrtype, adr);
1843 tree ptrtype; local
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c7525 tree ptrtype = build_pointer_type (type);
7576 addr = fold_convert (build_pointer_type (ptrtype), addr);
7594 addr = fold_convert (ptrtype, addr);
7514 tree ptrtype = build_pointer_type (type); local
/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c3129 tree ptrtype = build_pointer_type (TREE_TYPE (TREE_TYPE (string))); local
3130 return build1 (ADDR_EXPR, ptrtype, string);
/haiku-buildtools/gcc/gcc/config/ia64/
H A Dia64.c5120 tree ptrtype = build_pointer_type (type);
5121 tree addr = std_gimplify_va_arg_expr (valist, ptrtype, pre_p, post_p);
5113 tree ptrtype = build_pointer_type (type); local
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c11441 tree ptrtype = build_pointer_type_for_mode (type, ptr_mode, true);
11447 t = rs6000_gimplify_va_arg (valist, ptrtype, pre_p, post_p);
11684 addr = fold_convert (ptrtype, addr);
11420 tree ptrtype = build_pointer_type_for_mode (type, ptr_mode, true); local
[all...]
/haiku-buildtools/gcc/gcc/config/i386/
H A Di386.c9109 tree ptrtype;
9382 ptrtype = build_pointer_type_for_mode (type, ptr_mode, true);
9383 addr = fold_convert (ptrtype, addr);
9093 tree ptrtype; local
[all...]

Completed in 1017 milliseconds