Searched refs:intype (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcvt.c75 register tree intype = TREE_TYPE (expr);
79 if (IS_AGGR_TYPE (intype))
81 intype = complete_type (intype);
82 if (TYPE_SIZE (intype) == NULL_TREE)
85 intype, type);
94 expr, intype, type);
106 if (TYPE_PTRMEMFUNC_P (intype))
108 tree fntype = TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (intype));
126 intype
74 register tree intype = TREE_TYPE (expr); local
263 register tree intype = TREE_TYPE (expr); local
405 register tree intype = TREE_TYPE (expr); local
560 register tree intype = TREE_TYPE (expr); local
721 tree intype = TREE_TYPE (e); local
876 tree intype; local
[all...]
H A Dtypeck.c5467 tree intype, binfo;
5505 intype = TREE_TYPE (expr);
5510 if (can_convert_arg (type, intype, expr))
5512 else if (TYPE_PTROB_P (type) && TYPE_PTROB_P (intype))
5515 if (IS_AGGR_TYPE (TREE_TYPE (type)) && IS_AGGR_TYPE (TREE_TYPE (intype))
5517 TREE_TYPE (intype))
5518 && (binfo = get_binfo (TREE_TYPE (intype), TREE_TYPE (type), 0))
5522 else if (TYPE_PTRMEM_P (type) && TYPE_PTRMEM_P (intype))
5525 TYPE_MAIN_VARIANT (TREE_TYPE (TREE_TYPE (intype))))
5527 TREE_TYPE (TREE_TYPE (intype)))
5452 tree intype, binfo; local
5535 tree intype; local
5630 tree intype; local
[all...]
H A Dclass.c358 tree intype = TREE_TYPE (TREE_TYPE (expr)); local
359 if (TYPE_MAIN_VARIANT (intype) != BINFO_TYPE (last))
361 tree binfo = get_binfo (last, TYPE_MAIN_VARIANT (intype), 0);
/haiku-buildtools/gcc/gcc/cp/
H A Dcvt.c88 tree intype = TREE_TYPE (expr);
93 if (intype == error_mark_node)
96 if (MAYBE_CLASS_TYPE_P (intype))
98 intype = complete_type (intype);
99 if (!COMPLETE_TYPE_P (intype))
103 intype, type);
113 expr, intype, type);
123 if (TYPE_PTRMEMFUNC_P (intype)
124 || TREE_CODE (intype)
87 tree intype = TREE_TYPE (expr); local
271 tree intype = TREE_TYPE (expr); local
385 diagnose_ref_binding(location_t loc, tree reftype, tree intype, tree decl) argument
422 tree intype; local
749 tree intype = TREE_TYPE (e); local
1461 tree intype; local
[all...]
H A Dcp-ubsan.c280 tree intype, tree op)
283 || !POINTER_TYPE_P (intype)
286 || !is_properly_derived_from (TREE_TYPE (type), TREE_TYPE (intype)))
279 cp_ubsan_maybe_instrument_downcast(location_t loc, tree type, tree intype, tree op) argument
H A Dtypeck.c6452 tree intype;
6459 intype = unlowered_expr_type (expr);
6485 && CLASS_TYPE_P (intype)
6487 && DERIVED_FROM_P (intype, TREE_TYPE (type))
6488 && can_convert (build_pointer_type (TYPE_MAIN_VARIANT (intype)),
6493 || at_least_as_qualified_p (TREE_TYPE (type), intype)))
6503 base = lookup_base (TREE_TYPE (type), intype,
6512 intype, expr);
6538 && reference_related_p (TREE_TYPE (type), intype)
6539 && (c_cast_p || at_least_as_qualified_p (TREE_TYPE (type), intype)))
6439 tree intype; local
6757 tree intype; local
6797 tree intype; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dnarrow_high-intrinsics.c6 #define TWO(name, rettype, rmwtype, intype, fs) \
8 (rmwtype a, intype b, intype c) \
41 #define TWOn(name, rettype, rmwtype, intype, fs) \
43 (rmwtype a, intype b) \
84 #define ONE(name, rettype, rmwtype, intype, fs) \
86 (rmwtype a, intype b) \
/haiku-buildtools/legacy/gcc/gcc/
H A Dconvert.c120 tree intype = TREE_TYPE (expr); local
121 int inprec = TYPE_PRECISION (intype);
132 switch (TREE_CODE (intype))
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconvert.c74 register tree intype = TREE_TYPE (expr);
83 if (CH_BOOLS_ONE_P (intype))
100 if (INTEGRAL_TYPE_P (intype))
113 register tree intype = TREE_TYPE (expr);
114 register enum chill_tree_code form = TREE_CODE (intype);
121 if (CH_CHARS_ONE_P (intype))
73 register tree intype = TREE_TYPE (expr); local
112 register tree intype = TREE_TYPE (expr); local
/haiku-buildtools/gcc/gcc/
H A Dconvert.c417 tree intype = TREE_TYPE (expr); local
418 unsigned int inprec = element_precision (intype);
570 switch (TREE_CODE (intype))
583 (TYPE_PRECISION (intype), 0),
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Darm_neon.h10221 #define __ST2_LANE_FUNC(intype, largetype, ptrtype, \
10226 intype __b, const int __c) \
10264 #define __ST2_LANE_FUNC(intype, ptrtype, mode, ptr_mode, funcsuffix) \
10268 intype __b, const int __c) \
10270 union { intype __i; \
10289 #define __ST3_LANE_FUNC(intype, largetype, ptrtype, \
10294 intype __b, const int __c) \
10337 #define __ST3_LANE_FUNC(intype, ptrtype, mode, ptr_mode, funcsuffix) \
10341 intype __b, const int __c) \
10343 union { intype __
[all...]

Completed in 229 milliseconds