| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | valarith.c | 92 struct type *type1, *type2, *valptrtype; in value_add() local 96 type1 = check_typedef (VALUE_TYPE (arg1)); in value_add() 99 if ((TYPE_CODE (type1) == TYPE_CODE_PTR in value_add() 102 (is_integral_type (type1) || is_integral_type (type2))) in value_add() 107 if (TYPE_CODE (type1) == TYPE_CODE_PTR) in value_add() 111 valptrtype = type1; in value_add() 135 struct type *type1, *type2; in value_sub() local 138 type1 = check_typedef (VALUE_TYPE (arg1)); in value_sub() 141 if (TYPE_CODE (type1) == TYPE_CODE_PTR) in value_sub() 146 LONGEST sz = find_size_for_pointer_math (type1); in value_sub() [all …]
|
| H A D | gnu-v2-abi.c | 95 struct type *type1 = check_typedef (VALUE_TYPE (arg1)); in gnuv2_virtual_fn_field() local 118 if (TYPE_TARGET_TYPE (context) != type1) in gnuv2_virtual_fn_field() 122 type1 = check_typedef (VALUE_TYPE (arg1)); in gnuv2_virtual_fn_field() 125 context = type1; in gnuv2_virtual_fn_field()
|
| H A D | ax-gdb.c | 91 static int type_wider_than (struct type *type1, struct type *type2); 92 static struct type *max_type (struct type *type1, struct type *type2); 756 type_wider_than (struct type *type1, struct type *type2) in type_wider_than() argument 758 return (TYPE_LENGTH (type1) > TYPE_LENGTH (type2) in type_wider_than() 759 || (TYPE_LENGTH (type1) == TYPE_LENGTH (type2) in type_wider_than() 760 && TYPE_UNSIGNED (type1) in type_wider_than() 767 max_type (struct type *type1, struct type *type2) in max_type() argument 769 return type_wider_than (type1, type2) ? type1 : type2; in max_type()
|
| H A D | ada-lang.c | 3339 struct type *type1 = in possible_user_operator_p() local 3354 return (!(numeric_type_p (type0) && numeric_type_p (type1))); in possible_user_operator_p() 3361 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p() 3369 return (!(scalar_type_p (type0) && scalar_type_p (type1))); in possible_user_operator_p() 3376 || (TYPE_CODE (type1) != TYPE_CODE_ARRAY in possible_user_operator_p() 3377 && (TYPE_CODE (type1) != TYPE_CODE_PTR in possible_user_operator_p() 3378 || (TYPE_CODE (TYPE_TARGET_TYPE (type1)) in possible_user_operator_p() 3382 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p() 3681 equiv_types (struct type *type0, struct type *type1) in equiv_types() argument 3683 if (type0 == type1) in equiv_types() [all …]
|
| H A D | stabsread.c | 1381 struct type *type1; in read_type() local 1620 type1 = read_type (pp, objfile); in read_type() 1621 type = make_pointer_type (type1, dbx_lookup_type (typenums)); in read_type() 1625 type1 = read_type (pp, objfile); in read_type() 1626 type = make_reference_type (type1, dbx_lookup_type (typenums)); in read_type() 1630 type1 = read_type (pp, objfile); in read_type() 1631 type = make_function_type (type1, dbx_lookup_type (typenums)); in read_type() 1873 type1 = read_type (pp, objfile); in read_type() 1874 type = create_set_type ((struct type *) NULL, type1); in read_type()
|
| /openbsd-src/lib/libform/ |
| H A D | fld_ftlink.c | 54 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in FORM_EXPORT() 58 T((T_CALLED("link_fieldtype(%p,%p)"), (void *)type1, (void *)type2)); in FORM_EXPORT() 59 if (type1 && type2) in FORM_EXPORT() 68 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS)) in FORM_EXPORT() 70 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in FORM_EXPORT() 72 nftyp->left = type1; in FORM_EXPORT() 74 type1->ref++; in FORM_EXPORT()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | GenericOpcodes.td | 42 let InOperandList = (ins type1:$src); 50 let InOperandList = (ins type1:$src); 72 let InOperandList = (ins type1:$src); 81 let InOperandList = (ins type1:$src); 111 let InOperandList = (ins type1:$src); 117 let InOperandList = (ins type1:$src); 123 let InOperandList = (ins type1:$src); 150 let InOperandList = (ins type1:$list, unknown:$align); 158 let InOperandList = (ins type1:$src); 164 let InOperandList = (ins type1:$src); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | verify.c | 129 merge_types (type1, type2) in merge_types() argument 130 tree type1, type2; in merge_types() 132 if (type1 == type2) 133 return type1; 134 if (type1 == TYPE_UNKNOWN || type2 == TYPE_UNKNOWN 135 || type1 == TYPE_RETURN_ADDR || type2 == TYPE_RETURN_ADDR) 137 if (TREE_CODE (type1) == POINTER_TYPE && TREE_CODE (type2) == POINTER_TYPE) 143 if (type1 == ptr_type_node || type2 == object_ptr_type_node) 145 if (type2 == ptr_type_node || type1 == object_ptr_type_node) 146 return type1; [all …]
|
| H A D | class.c | 425 interface_of_p (type1, type2) in interface_of_p() argument 426 tree type1, type2; in interface_of_p() 437 if (vec_elt && BINFO_TYPE (vec_elt) == type1) 444 && interface_of_p (type1, BINFO_TYPE (vec_elt))) 453 inherits_from_p (type1, type2) in inherits_from_p() argument 454 tree type1, type2; in inherits_from_p() 456 while (type1 != NULL_TREE && TREE_CODE (type1) == RECORD_TYPE) 458 if (type1 == type2) 460 type1 = CLASSTYPE_SUPER (type1); 468 enclosing_context_p (type1, type2) in enclosing_context_p() argument [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | call.c | 1624 build_builtin_candidate (candidates, fnname, type1, type2, in build_builtin_candidate() argument 1627 tree fnname, type1, type2, *args, *argtypes; 1635 types[0] = type1; 1711 add_builtin_candidate (candidates, code, code2, fnname, type1, type2, in add_builtin_candidate() argument 1715 tree fnname, type1, type2, *args, *argtypes; 1752 if (TREE_CODE (type1) == BOOLEAN_TYPE) 1756 if (ARITHMETIC_TYPE_P (type1) || TYPE_PTROB_P (type1)) 1758 type1 = build_reference_type (type1); 1773 if (TREE_CODE (type1) == POINTER_TYPE 1774 && (TYPE_PTROB_P (type1) [all …]
|
| H A D | typeck.c | 1271 at_least_as_qualified_p (type1, type2) in at_least_as_qualified_p() argument 1272 tree type1; in at_least_as_qualified_p() 1276 return ((cp_type_quals (type1) & cp_type_quals (type2)) 1283 more_qualified_p (type1, type2) in more_qualified_p() argument 1284 tree type1; in more_qualified_p() 1287 return (cp_type_quals (type1) != cp_type_quals (type2) 1288 && at_least_as_qualified_p (type1, type2)); 1295 comp_cv_qualification (type1, type2) in comp_cv_qualification() argument 1296 tree type1; in comp_cv_qualification() 1299 if (cp_type_quals (type1) == cp_type_quals (type2)) [all …]
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | call.c | 1536 tree type1, tree type2, tree *args, tree *argtypes, in build_builtin_candidate() argument 1545 types[0] = type1; in build_builtin_candidate() 1624 enum tree_code code2, tree fnname, tree type1, in add_builtin_candidate() argument 1661 if (TREE_CODE (type1) == BOOLEAN_TYPE) in add_builtin_candidate() 1665 if (ARITHMETIC_TYPE_P (type1) || TYPE_PTROB_P (type1)) in add_builtin_candidate() 1667 type1 = build_reference_type (type1); in add_builtin_candidate() 1682 if (TREE_CODE (type1) == POINTER_TYPE in add_builtin_candidate() 1683 && (TYPE_PTROB_P (type1) in add_builtin_candidate() 1684 || TREE_CODE (TREE_TYPE (type1)) == FUNCTION_TYPE)) in add_builtin_candidate() 1697 if (TREE_CODE (type1) == POINTER_TYPE) in add_builtin_candidate() [all …]
|
| H A D | typeck.c | 1109 at_least_as_qualified_p (tree type1, tree type2) in at_least_as_qualified_p() argument 1111 int q1 = cp_type_quals (type1); in at_least_as_qualified_p() 1122 comp_cv_qualification (tree type1, tree type2) in comp_cv_qualification() argument 1124 int q1 = cp_type_quals (type1); in comp_cv_qualification() 1143 comp_cv_qual_signature (tree type1, tree type2) in comp_cv_qual_signature() argument 1145 if (comp_ptr_ttypes_real (type2, type1, -1)) in comp_cv_qual_signature() 1147 else if (comp_ptr_ttypes_real (type1, type2, -1)) in comp_cv_qual_signature() 2966 tree type0, type1; in build_binary_op() local 3064 type1 = TREE_TYPE (op1); in build_binary_op() 3069 code1 = TREE_CODE (type1); in build_binary_op() [all …]
|
| /openbsd-src/usr.bin/mail/ |
| H A D | cmd1.c | 285 return(type1(msgvec, cmd, 0, 0)); in pipeit() 295 return(type1(msgvec, NULL, 1, 1)); in more() 306 return(type1(msgvec, NULL, 0, 1)); in More() 317 return(type1(msgvec, NULL, 1, 0)); in type() 328 return(type1(msgvec, NULL, 0, 0)); in Type() 335 type1(int *msgvec, char *cmd, int doign, int page) in type1() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrGISel.td | 24 let InOperandList = (ins type1:$src, type2:$imm); 88 let InOperandList = (ins type1:$lane); 95 let InOperandList = (ins type0:$src, type1:$lane); 100 let InOperandList = (ins type0:$src, type1:$lane); 105 let InOperandList = (ins type0:$src, type1:$lane); 110 let InOperandList = (ins type0:$src, type1:$lane); 166 let InOperandList = (ins type0:$src1, type1:$src2); 172 let InOperandList = (ins type0:$src1, type1:$src2); 178 let InOperandList = (ins type0:$src1, type1:$src2);
|
| /openbsd-src/gnu/gcc/gcc/objcp/ |
| H A D | objcp-decl.c | 97 objcp_comptypes (tree type1, tree type2) in objcp_comptypes() argument 99 return comptypes (type1, type2, COMPARE_STRICT); in objcp_comptypes()
|
| H A D | objcp-decl.h | 50 #define comptypes(type1, type2) \ argument 51 objcp_comptypes (type1, type2)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 463 comptypes (type1, type2) in comptypes() argument 464 tree type1, type2; in comptypes() 466 tree t1 = type1; 1672 tree type1 = TREE_TYPE (would_have_been); local 1680 else if (formal_prec != TYPE_PRECISION (type1)) 1682 else if (TREE_UNSIGNED (type) == TREE_UNSIGNED (type1)) 1889 tree type0, type1; local 1947 type1 = TREE_TYPE (op1); 1952 code1 = TREE_CODE (type1); 1980 && comp_target_types (type0, type1, 1)) [all …]
|
| H A D | c-common.c | 2089 tree type1 = TYPE_MAIN_VARIANT (type); local 2090 if (type1 == signed_char_type_node || type1 == char_type_node) 2092 if (type1 == integer_type_node) 2094 if (type1 == short_integer_type_node) 2096 if (type1 == long_integer_type_node) 2098 if (type1 == long_long_integer_type_node) 2100 if (type1 == widest_integer_literal_type_node) 2103 if (type1 == intTI_type_node) 2106 if (type1 == intDI_type_node) 2108 if (type1 == intSI_type_node) [all …]
|
| H A D | target.h | 233 int (* comp_type_attributes) PARAMS ((tree type1, tree type2));
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | maxq-dis.c | 151 get_reg_name (unsigned char reg_code, type1 arg_pos) in get_reg_name() 651 (type1) 0 /*DST*/), in print_insn() 656 get_reg_name (grp.dst, (type1) 0)); in print_insn() 682 (type1) 1 /*SRC*/), in print_insn() 697 (type1) 1 /*SRC*/)); in print_insn()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 769 comptypes (tree type1, tree type2) in comptypes() argument 774 val = comptypes_internal (type1, type2); in comptypes() 786 comptypes_internal (tree type1, tree type2) in comptypes_internal() argument 788 tree t1 = type1; in comptypes_internal() 2500 tree type1 = TREE_TYPE (would_have_been); in convert_arguments() local 2508 else if (formal_prec != TYPE_PRECISION (type1)) in convert_arguments() 2512 else if (TYPE_UNSIGNED (type) == TYPE_UNSIGNED (type1)) in convert_arguments() 3262 tree type1; in build_conditional_expr() local 3281 type1 = TREE_TYPE (op1); in build_conditional_expr() 3282 code1 = TREE_CODE (type1); in build_conditional_expr() [all …]
|
| H A D | c-common.c | 1765 tree type1 = TYPE_MAIN_VARIANT (type); in c_common_unsigned_type() local 1766 if (type1 == signed_char_type_node || type1 == char_type_node) in c_common_unsigned_type() 1768 if (type1 == integer_type_node) in c_common_unsigned_type() 1770 if (type1 == short_integer_type_node) in c_common_unsigned_type() 1772 if (type1 == long_integer_type_node) in c_common_unsigned_type() 1774 if (type1 == long_long_integer_type_node) in c_common_unsigned_type() 1776 if (type1 == widest_integer_literal_type_node) in c_common_unsigned_type() 1779 if (type1 == intTI_type_node) in c_common_unsigned_type() 1782 if (type1 == intDI_type_node) in c_common_unsigned_type() 1784 if (type1 == intSI_type_node) in c_common_unsigned_type() [all …]
|
| H A D | target.h | 406 int (* comp_type_attributes) (tree type1, tree type2); 740 const char *(*invalid_binary_op) (int op, tree type1, tree type2);
|
| /openbsd-src/gnu/gcc/gcc/objc/ |
| H A D | objc-act.c | 8391 objc_types_are_equivalent (tree type1, tree type2) in objc_types_are_equivalent() argument 8393 if (type1 == type2) in objc_types_are_equivalent() 8397 while ((TREE_CODE (type1) == ARRAY_TYPE || TREE_CODE (type1) == POINTER_TYPE) in objc_types_are_equivalent() 8398 && (TREE_CODE (type1) == TREE_CODE (type2))) in objc_types_are_equivalent() 8399 type1 = TREE_TYPE (type1), type2 = TREE_TYPE (type2); in objc_types_are_equivalent() 8400 if (TYPE_MAIN_VARIANT (type1) != TYPE_MAIN_VARIANT (type2)) in objc_types_are_equivalent() 8403 type1 = (TYPE_HAS_OBJC_INFO (type1) in objc_types_are_equivalent() 8404 ? TYPE_OBJC_PROTOCOL_LIST (type1) in objc_types_are_equivalent() 8410 if (list_length (type1) == list_length (type2)) in objc_types_are_equivalent() 8413 if (!lookup_protocol_in_reflist (type1, TREE_VALUE (type2))) in objc_types_are_equivalent() [all …]
|