Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcvt.cc78 tree intype = TREE_TYPE (expr); in cp_convert_to_pointer() local
83 if (intype == error_mark_node) in cp_convert_to_pointer()
86 if (MAYBE_CLASS_TYPE_P (intype)) in cp_convert_to_pointer()
88 intype = complete_type (intype); in cp_convert_to_pointer()
89 if (!COMPLETE_TYPE_P (intype)) in cp_convert_to_pointer()
93 intype, type); in cp_convert_to_pointer()
103 expr, intype, type); in cp_convert_to_pointer()
113 if (TYPE_PTRMEMFUNC_P (intype) in cp_convert_to_pointer()
114 || TREE_CODE (intype) == METHOD_TYPE) in cp_convert_to_pointer()
118 intype = TREE_TYPE (expr); in cp_convert_to_pointer()
[all …]
Dtypeck.cc7886 tree intype; in build_static_cast_1() local
7893 intype = unlowered_expr_type (expr); in build_static_cast_1()
7923 && CLASS_TYPE_P (intype) in build_static_cast_1()
7925 && DERIVED_FROM_P (intype, TREE_TYPE (type)) in build_static_cast_1()
7926 && can_convert (build_pointer_type (TYPE_MAIN_VARIANT (intype)), in build_static_cast_1()
7931 || at_least_as_qualified_p (TREE_TYPE (type), intype))) in build_static_cast_1()
7944 base = lookup_base (TREE_TYPE (type), intype, in build_static_cast_1()
7953 intype, expr); in build_static_cast_1()
7993 && reference_compatible_p (TREE_TYPE (type), intype) in build_static_cast_1()
7994 && (c_cast_p || at_least_as_qualified_p (TREE_TYPE (type), intype))) in build_static_cast_1()
[all …]
Dcp-ubsan.cc276 tree intype, tree op) in cp_ubsan_maybe_instrument_downcast() argument
279 || !INDIRECT_TYPE_P (intype) in cp_ubsan_maybe_instrument_downcast()
282 || !is_properly_derived_from (TREE_TYPE (type), TREE_TYPE (intype))) in cp_ubsan_maybe_instrument_downcast()
DChangeLog-2015516 is_properly_derived_from, return NULL_TREE if TREE_TYPE (intype) and
DChangeLog-20213050 * typeck.c (build_reinterpret_cast_1): Check intype on
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dconvert.cc462 tree intype = TREE_TYPE (expr); in convert_to_integer_1() local
463 unsigned int inprec = element_precision (intype); in convert_to_integer_1()
504 if (!targetm.libc_has_function (function_c99_misc, intype)) in convert_to_integer_1()
521 if (!targetm.libc_has_function (function_c99_misc, intype)) in convert_to_integer_1()
538 if (!targetm.libc_has_function (function_c99_misc, intype) in convert_to_integer_1()
562 if (!targetm.libc_has_function (function_c99_misc, intype) in convert_to_integer_1()
631 switch (TREE_CODE (intype)) in convert_to_integer_1()
647 (TYPE_PRECISION (intype), 0), in convert_to_integer_1()
Dgimplify.cc6752 tree intype = TREE_TYPE (TREE_VALUE (link)); in gimplify_asm_expr() local
6753 if (intype != error_mark_node in gimplify_asm_expr()
6754 && (TREE_ADDRESSABLE (intype) in gimplify_asm_expr()
6755 || !COMPLETE_TYPE_P (intype) in gimplify_asm_expr()
6756 || !tree_fits_poly_uint64_p (TYPE_SIZE_UNIT (intype)))) in gimplify_asm_expr()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dvalops.c3558 struct type *intype, in value_struct_elt_for_reference() argument
3645 while (intype && intype->code () == TYPE_CODE_PTR) in value_struct_elt_for_reference()
3646 intype = intype->target_type (); in value_struct_elt_for_reference()
3660 if (intype) in value_struct_elt_for_reference()
3664 if (TYPE_CONST (intype) != TYPE_FN_FIELD_CONST (f, j)) in value_struct_elt_for_reference()
3666 if (TYPE_VOLATILE (intype) != TYPE_FN_FIELD_VOLATILE (f, j)) in value_struct_elt_for_reference()
3669 if (compare_parameters (TYPE_FN_FIELD_TYPE (f, j), intype, 0) in value_struct_elt_for_reference()
3671 intype, 1)) in value_struct_elt_for_reference()
3778 name, intype, in value_struct_elt_for_reference()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dwasm32-dis.c97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Dwasm32-dis.c97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-wasm32.c62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ argument