Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDcvt.c81 tree intype = TREE_TYPE (expr); in cp_convert_to_pointer() local
84 if (intype == error_mark_node) in cp_convert_to_pointer()
87 if (IS_AGGR_TYPE (intype)) in cp_convert_to_pointer()
89 intype = complete_type (intype); in cp_convert_to_pointer()
90 if (!COMPLETE_TYPE_P (intype)) in cp_convert_to_pointer()
93 intype, type); in cp_convert_to_pointer()
102 expr, intype, type); in cp_convert_to_pointer()
112 if (TYPE_PTRMEMFUNC_P (intype) in cp_convert_to_pointer()
113 || TREE_CODE (intype) == METHOD_TYPE) in cp_convert_to_pointer()
117 intype = TREE_TYPE (expr); in cp_convert_to_pointer()
[all …]
HDtypeck.c4965 tree intype; in build_static_cast_1() local
4974 intype = TREE_TYPE (expr); in build_static_cast_1()
5015 && CLASS_TYPE_P (intype) in build_static_cast_1()
5017 && DERIVED_FROM_P (intype, TREE_TYPE (type)) in build_static_cast_1()
5018 && can_convert (build_pointer_type (TYPE_MAIN_VARIANT (intype)), in build_static_cast_1()
5022 || at_least_as_qualified_p (TREE_TYPE (type), intype))) in build_static_cast_1()
5032 base = lookup_base (TREE_TYPE (type), intype, in build_static_cast_1()
5098 && (INTEGRAL_TYPE_P (intype) || SCALAR_FLOAT_TYPE_P (intype))) in build_static_cast_1()
5107 if (TYPE_PTR_P (type) && TYPE_PTR_P (intype) in build_static_cast_1()
5109 && CLASS_TYPE_P (TREE_TYPE (intype)) in build_static_cast_1()
[all …]
/NextBSD/contrib/gdb/gdb/
HDvalops.c103 struct type *intype,
2461 struct type *intype, in value_struct_elt_for_reference() argument
2506 while (intype && TYPE_CODE (intype) == TYPE_CODE_PTR) in value_struct_elt_for_reference()
2507 intype = TYPE_TARGET_TYPE (intype); in value_struct_elt_for_reference()
2530 if (intype == 0 && j > 1) in value_struct_elt_for_reference()
2532 if (intype) in value_struct_elt_for_reference()
2535 if (TYPE_FN_FIELD_TYPE (f, j) == intype) in value_struct_elt_for_reference()
2585 intype, in value_struct_elt_for_reference()
/NextBSD/contrib/gcc/
HDconvert.c409 tree intype = TREE_TYPE (expr); in convert_to_integer() local
410 unsigned int inprec = TYPE_PRECISION (intype); in convert_to_integer()
507 switch (TREE_CODE (intype)) in convert_to_integer()
/NextBSD/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrFormats.td4788 RegisterOperand outtype, RegisterOperand intype,
4791 : I<(outs outtype:$Rd), (ins intype:$Rn), asm,
4809 RegisterOperand outtype, RegisterOperand intype,
4812 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm,