| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cvt.cc | 78 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 …]
|
| D | typeck.cc | 7886 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 …]
|
| D | cp-ubsan.cc | 276 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()
|
| D | ChangeLog-2015 | 516 is_properly_derived_from, return NULL_TREE if TREE_TYPE (intype) and
|
| D | ChangeLog-2021 | 3050 * typeck.c (build_reinterpret_cast_1): Check intype on
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | convert.cc | 462 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()
|
| D | gimplify.cc | 6752 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/ |
| D | valops.c | 3558 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/ |
| D | wasm32-dis.c | 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | wasm32-dis.c | 97 #define WASM_OPCODE(opcode, name, intype, outtype, clas, signedness) \ argument
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-wasm32.c | 62 #define WASM_OPCODE(opcode, name, intype, outtype, class, signedness) \ argument
|