Searched refs:TREE_TYPE (Results 1 - 25 of 853) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dstep-and-next-inline.cc35 #define TREE_TYPE(NODE) (*tree_check (NODE, 0)) macro
52 && TREE_TYPE (t).z != 1
53 && TREE_TYPE (t).z != 2
54 && TREE_TYPE (t).z != 3)
H A Dstep-and-next-inline.h29 #define TREE_TYPE(NODE) (*tree_check (NODE, 0)) macro
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dstep-and-next-inline.cc35 #define TREE_TYPE(NODE) (*tree_check (NODE, 0)) macro
52 && TREE_TYPE (t).z != 1
53 && TREE_TYPE (t).z != 2
54 && TREE_TYPE (t).z != 3)
H A Dstep-and-next-inline.h29 #define TREE_TYPE(NODE) (*tree_check (NODE, 0)) macro
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgeneric-match-head.c45 applies to their TREE_TYPE. */
51 t1 = TREE_TYPE (t1);
53 t2 = TREE_TYPE (t2);
H A Dtree-vector-builder.c33 return wide_int_to_tree (TREE_TYPE (base),
45 TREE_TYPE (v) = m_type;
H A Dconvert.c57 if (TREE_TYPE (expr) == type)
60 switch (TREE_CODE (TREE_TYPE (expr)))
67 addr_space_t to_as = TYPE_ADDR_SPACE (TREE_TYPE (type));
68 addr_space_t from_as = TYPE_ADDR_SPACE (TREE_TYPE (TREE_TYPE (expr)));
86 unsigned int eprec = TYPE_PRECISION (TREE_TYPE (expr));
152 tree itype = TREE_TYPE (expr);
160 return build2_loc (EXPR_LOCATION (expr), COMPOUND_EXPR, TREE_TYPE (t),
220 || !SCALAR_FLOAT_TYPE_P (TREE_TYPE (CALL_EXPR_ARG (expr, 0))))
228 if (TYPE_PRECISION (TREE_TYPE (arg
[all...]
H A Dtree-ssa.c266 if (!is_gimple_reg_type (TREE_TYPE (var)))
444 TREE_TYPE (vexpr) = TREE_TYPE (value);
448 SET_DECL_MODE (vexpr, TYPE_MODE (TREE_TYPE (value)));
764 && TREE_TYPE (ssa_name) != TREE_TYPE (SSA_NAME_VAR (ssa_name)))
1079 if (POINTER_TYPE_P (TREE_TYPE (name)))
1081 else if (INTEGRAL_TYPE_P (TREE_TYPE (name)))
1263 (TREE_TYPE (expr),
1264 TREE_TYPE (TREE_OPERAN
[all...]
H A Dtree-ssa-forwprop.c292 if (POINTER_TYPE_P (TREE_TYPE (rhs))
293 && TREE_CODE (TREE_TYPE (TREE_TYPE (rhs))) == FUNCTION_TYPE)
394 gcc_assert (TREE_CODE (TREE_TYPE (t)) == TREE_CODE (type));
434 rhs0 = rhs_to_tree (TREE_TYPE (op1), def_stmt);
439 && TREE_CODE (TREE_TYPE (TREE_OPERAND (rhs0, 0)))
457 rhs1 = rhs_to_tree (TREE_TYPE (op0), def_stmt);
486 tree type = TREE_TYPE (gimple_assign_lhs (stmt));
494 if (tmp && useless_type_conversion_p (type, TREE_TYPE (tmp)))
556 if ((TREE_CODE (TREE_TYPE (rhs
[all...]
H A Domp-simd-clone.c96 if (TYPE_ARG_TYPES (TREE_TYPE (fndecl)))
98 push_function_arg_types (args, TREE_TYPE (fndecl));
105 (*args)[i] = TREE_TYPE ((*args)[i]);
262 if (TYPE_ATOMIC (TREE_TYPE (TREE_TYPE (node->decl))))
297 if (TREE_CODE (TREE_TYPE (TREE_TYPE (fndecl))) != VOID_TYPE)
298 type = TREE_TYPE (TREE_TYPE (fndecl));
492 tree orig_rettype = TREE_TYPE (TREE_TYP
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-gimplify.cc89 if (empty_modify_p (TREE_TYPE (op0), op1))
103 if ((AGGREGATE_TYPE_P (TREE_TYPE (op0)) || AGGREGATE_TYPE_P (TREE_TYPE (op1)))
104 && !useless_type_conversion_p (TREE_TYPE (op1), TREE_TYPE (op0)))
107 TREE_TYPE (op0), op1);
113 && TREE_TYPE (op0) != TREE_TYPE (op1))
115 TREE_OPERAND (*expr_p, 1) = convert (TREE_TYPE (op0), op1);
194 tree type = d_unsigned_type (TREE_TYPE (op
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-convert.c62 converted to type TYPE. The TREE_TYPE of the value
81 = targetm.invalid_conversion (TREE_TYPE (expr), type)))
87 if (type == TREE_TYPE (expr))
95 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (TREE_TYPE (expr))
96 && (TREE_CODE (TREE_TYPE (expr)) != COMPLEX_TYPE
99 if (TREE_CODE (TREE_TYPE (expr)) == ERROR_MARK)
101 if (TREE_CODE (TREE_TYPE (expr)) == VOID_TYPE)
116 && TREE_CODE (TREE_TYPE (expr)) == REAL_TYPE
125 return fold_build2 (COMPOUND_EXPR, TREE_TYPE (expr), check, expr);
153 || gnu_vector_type_p (TREE_TYPE (
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-convert.cc62 converted to type TYPE. The TREE_TYPE of the value
84 = targetm.invalid_conversion (TREE_TYPE (expr), type)))
90 if (type == TREE_TYPE (expr))
98 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (TREE_TYPE (expr))
99 && (TREE_CODE (TREE_TYPE (expr)) != COMPLEX_TYPE
102 if (TREE_CODE (TREE_TYPE (expr)) == ERROR_MARK)
104 if (TREE_CODE (TREE_TYPE (expr)) == VOID_TYPE)
119 && TREE_CODE (TREE_TYPE (expr)) == REAL_TYPE
128 return fold_build2 (COMPOUND_EXPR, TREE_TYPE (expr), check, expr);
156 || gnu_vector_type_p (TREE_TYPE (
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtype-utils.h45 return find_type_usage (TREE_TYPE (t), pred);
49 (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (t)), pred);
H A Dcp-ubsan.c73 TREE_TYPE (TYPE_VFIELD (type)),
81 build_zero_cst (TREE_TYPE (op)));
97 return fold_build2 (COMPOUND_EXPR, TREE_TYPE (op), call, op);
124 || !INDIRECT_TYPE_P (TREE_TYPE (op)))
132 TREE_TYPE (TREE_TYPE (op)),
158 if (!cp_ubsan_instrument_vptr_p (TREE_TYPE (base)))
164 TREE_TYPE (base), false,
262 || !INDIRECT_TYPE_P (TREE_TYPE (op))
263 || !CLASS_TYPE_P (TREE_TYPE (TREE_TYP
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dconvert.c44 switch (TREE_CODE (TREE_TYPE (expr)))
47 if (TREE_TYPE (expr) == logical_type_node)
51 TREE_TYPE (expr) = logical_type_node;
70 expr, build_int_cst (TREE_TYPE (expr), 0));
78 converted to type TYPE. The TREE_TYPE of the value
89 if (type == TREE_TYPE (expr))
94 || TREE_CODE (TREE_TYPE (expr)) == ERROR_MARK)
97 gcc_checking_assert (TREE_CODE (TREE_TYPE (expr)) != VOID_TYPE);
99 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (TREE_TYPE (expr)))
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dconvert.cc44 switch (TREE_CODE (TREE_TYPE (expr)))
47 if (TREE_TYPE (expr) == logical_type_node)
51 TREE_TYPE (expr) = logical_type_node;
70 expr, build_int_cst (TREE_TYPE (expr), 0));
78 converted to type TYPE. The TREE_TYPE of the value
89 if (type == TREE_TYPE (expr))
94 || TREE_CODE (TREE_TYPE (expr)) == ERROR_MARK)
97 gcc_checking_assert (TREE_CODE (TREE_TYPE (expr)) != VOID_TYPE);
99 if (TYPE_MAIN_VARIANT (type) == TYPE_MAIN_VARIANT (TREE_TYPE (expr)))
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgeneric-match-head.cc45 applies to their TREE_TYPE. */
51 t1 = TREE_TYPE (t1);
53 t2 = TREE_TYPE (t2);
H A Dtree-vector-builder.cc33 return wide_int_to_tree (TREE_TYPE (base),
45 TREE_TYPE (v) = m_type;
H A Dgimple-isel.cc73 && VECTOR_TYPE_P (TREE_TYPE (TREE_OPERAND (op0, 0)))
74 && TYPE_MODE (TREE_TYPE (lhs))
75 == TYPE_MODE (TREE_TYPE (TREE_TYPE (TREE_OPERAND (op0, 0)))))
79 machine_mode outermode = TYPE_MODE (TREE_TYPE (view_op0));
84 tree var_src = make_ssa_name (TREE_TYPE (view_op0));
85 tree var_dst = make_ssa_name (TREE_TYPE (view_op0));
142 machine_mode mode = TYPE_MODE (TREE_TYPE (lhs));
148 if (VECTOR_BOOLEAN_TYPE_P (TREE_TYPE (lhs))
151 gcc_assert (types_compatible_p (TREE_TYPE (op
[all...]
H A Dconvert.cc57 if (TREE_TYPE (expr) == type)
60 switch (TREE_CODE (TREE_TYPE (expr)))
67 addr_space_t to_as = TYPE_ADDR_SPACE (TREE_TYPE (type));
68 addr_space_t from_as = TYPE_ADDR_SPACE (TREE_TYPE (TREE_TYPE (expr)));
86 unsigned int eprec = TYPE_PRECISION (TREE_TYPE (expr));
152 tree itype = TREE_TYPE (expr);
160 return build2_loc (EXPR_LOCATION (expr), COMPOUND_EXPR, TREE_TYPE (t),
220 || !SCALAR_FLOAT_TYPE_P (TREE_TYPE (CALL_EXPR_ARG (expr, 0))))
228 if (TYPE_PRECISION (TREE_TYPE (arg
[all...]
H A Dtree-ssa.cc266 if (!is_gimple_reg_type (TREE_TYPE (var)))
437 tree vexpr = build_debug_expr_decl (TREE_TYPE (value));
447 SET_DECL_MODE (vexpr, TYPE_MODE (TREE_TYPE (value)));
761 && TREE_TYPE (ssa_name) != TREE_TYPE (SSA_NAME_VAR (ssa_name)))
1082 if (POINTER_TYPE_P (TREE_TYPE (name)))
1084 else if (INTEGRAL_TYPE_P (TREE_TYPE (name)))
1270 outer_type = TREE_TYPE (expr);
1271 inner_type = TREE_TYPE (TREE_OPERAND (expr, 0));
1513 && is_gimple_reg_type (TREE_TYPE (*t
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtype-utils.h45 return find_type_usage (TREE_TYPE (t), pred);
49 (TREE_TYPE (TYPE_PTRMEMFUNC_FN_TYPE (t)), pred);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/pru/
H A Dpru-passes.c87 if (POINTER_TYPE_P (type) && FUNC_OR_METHOD_TYPE_P (TREE_TYPE (type)))
95 res = res || chkp_type_has_function_pointer (TREE_TYPE (field));
98 res = chkp_type_has_function_pointer (TREE_TYPE (type));
109 if (!VOID_TYPE_P (TREE_TYPE (fntype))
110 && pru_return_in_memory (TREE_TYPE (fntype), fntype))
133 if (TREE_TYPE (*tp) == NULL)
138 if (TREE_TYPE (*tp) == NULL)
141 const tree type = TREE_TYPE (*tp);
194 const_tree fntype = TREE_TYPE (fun->decl);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/pru/
H A Dpru-passes.cc87 if (POINTER_TYPE_P (type) && FUNC_OR_METHOD_TYPE_P (TREE_TYPE (type)))
95 res = res || chkp_type_has_function_pointer (TREE_TYPE (field));
98 res = chkp_type_has_function_pointer (TREE_TYPE (type));
109 if (!VOID_TYPE_P (TREE_TYPE (fntype))
110 && pru_return_in_memory (TREE_TYPE (fntype), fntype))
133 if (TREE_TYPE (*tp) == NULL)
138 if (TREE_TYPE (*tp) == NULL)
141 const tree type = TREE_TYPE (*tp);
194 const_tree fntype = TREE_TYPE (fun->decl);

Completed in 406 milliseconds

1234567891011>>