Home
last modified time | relevance | path

Searched defs:type2 (Results 1 – 25 of 68) sorted by relevance

123

/dflybsd-src/contrib/gdb-7/gdb/
H A Dvalarith.c109 struct type *type1, *type2; in value_ptrdiff() local
231 struct type *type1, struct type *type2) in binop_types_user_defined_p()
636 struct type *type2 = check_typedef (value_type (arg2)); in value_concat() local
834 struct type *type1, *type2; in value_args_as_decimal() local
900 struct type *type1, *type2, *result_type; in scalar_binop() local
1398 struct type *type1, *type2, *eltype1, *eltype2; in vector_binop() local
1449 struct type *type2 = check_typedef (value_type (arg2)); in value_binop() local
1548 struct type *type1, *type2; in value_equal() local
1627 struct type *type1, *type2; in value_equal_contents() local
1646 struct type *type1, *type2; in value_less() local
H A Dopencl-lang.c639 struct type *type1, *type2, *eltype1, *eltype2, *rettype; in vector_relop() local
746 struct type *type2 = check_typedef (value_type (arg2)); in opencl_relop() local
791 struct type *type1, *type2; in evaluate_subexp_opencl() local
H A Dax-gdb.c893 type_wider_than (struct type *type1, struct type *type2) in type_wider_than()
904 max_type (struct type *type1, struct type *type2) in max_type()
H A Dvalops.c314 struct type *type2 = check_typedef (value_type (arg2)); in value_cast_pointers() local
360 struct type *type2; in value_cast() local
/dflybsd-src/contrib/gcc-4.7/gcc/objcp/
H A Dobjcp-decl.c95 objcp_comptypes (tree type1, tree type2) in objcp_comptypes()
H A Dobjcp-decl.h50 #define comptypes(type1, type2) \ argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgimple-expr.h63 types_compatible_p (tree type1, tree type2) in types_compatible_p()
H A Dtree-ssa-loop-split.c467 tree type2 = TREE_TYPE (newbound); in compute_new_first_bound() local
H A Dtree-ssa-alias.c734 same_type_for_tbaa (tree type1, tree type2) in same_type_for_tbaa()
795 tree type1, type2; in aliasing_component_refs_p() local
941 tree type2 = DECL_CONTEXT (field2); in nonoverlapping_component_refs_of_decl_p() local
/dflybsd-src/contrib/gcc-8.0/libgomp/
H A Dpriority_queue.c250 enum priority_queue_type type2, in priority_tree_next_task()
/dflybsd-src/contrib/gdb-7/gdb/python/
H A Dpy-type.c980 struct type *type1, *type2; member
1005 check_types_equal (struct type *type1, struct type *type2, in check_types_equal()
1150 struct type *type2 = type_object_to_type (other); in typy_richcompare() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-ssa-alias.c533 same_type_for_tbaa (tree type1, tree type2) in same_type_for_tbaa()
594 tree type1, type2; in aliasing_component_refs_p() local
H A Dc-typeck.c968 comptypes (tree type1, tree type2) in comptypes()
983 comptypes_check_enum_int (tree type1, tree type2, bool *enum_and_int_p) in comptypes_check_enum_int()
998 comptypes_check_different_types (tree type1, tree type2, in comptypes_check_different_types()
1024 comptypes_internal (const_tree type1, const_tree type2, bool *enum_and_int_p, in comptypes_internal()
3334 tree type2 = (arg2.original_type in parser_build_binary_op() local
4139 tree type2; in build_conditional_expr() local
H A Dtree-ssa-math-opts.c2113 tree lhs, rhs1, rhs2, type, type1, type2, tmp = NULL; in convert_mult_to_widen() local
2223 tree type, type1, type2, optype, tmp = NULL; in convert_plusminus_to_widen() local
H A Dtree-ssa.c1413 types_compatible_p (tree type1, tree type2) in types_compatible_p()
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dtypeck.c1416 same_type_ignoring_top_level_qualifiers_p (tree type1, tree type2) in same_type_ignoring_top_level_qualifiers_p()
1427 at_least_as_qualified_p (const_tree type1, const_tree type2) in at_least_as_qualified_p()
1440 comp_cv_qualification (const_tree type1, const_tree type2) in comp_cv_qualification()
1461 comp_cv_qual_signature (tree type1, tree type2) in comp_cv_qual_signature()
H A Dtypeck2.c175 const_tree const type2 = (const_tree)val2; in pat_compare() local
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dstub-objc.c69 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type()
H A Dc-cppbuiltin.c1839 builtin_define_type_width (const char *width_macro, tree type, tree type2) in builtin_define_type_width()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dstub-objc.c71 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck.c1507 same_type_ignoring_top_level_qualifiers_p (tree type1, tree type2) in same_type_ignoring_top_level_qualifiers_p()
1520 at_least_as_qualified_p (const_tree type1, const_tree type2) in at_least_as_qualified_p()
1547 comp_cv_qualification (const_tree type1, const_tree type2) in comp_cv_qualification()
1559 comp_cv_qual_signature (tree type1, tree type2) in comp_cv_qual_signature()
H A Dtypeck2.c175 abstract_type_hasher::equal (pending_abstract_type *pat1, tree type2) in equal()
/dflybsd-src/contrib/byacc/
H A Dreader.c1044 save_param(int k, char *buffer, int name, int type2) in save_param()
1094 int name, type2; in copy_param() local
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-typeck.c1011 comptypes (tree type1, tree type2) in comptypes()
1026 comptypes_check_enum_int (tree type1, tree type2, bool *enum_and_int_p) in comptypes_check_enum_int()
1041 comptypes_check_different_types (tree type1, tree type2, in comptypes_check_different_types()
1067 comptypes_internal (const_tree type1, const_tree type2, bool *enum_and_int_p, in comptypes_internal()
3631 tree type2 = (arg2.original_type in parser_build_binary_op() local
4909 tree type2; in build_conditional_expr() local
/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.c2330 objc_common_type (tree type1, tree type2) in objc_common_type()
8387 objc_types_are_equivalent (tree type1, tree type2) in objc_types_are_equivalent()
8440 objc_types_share_size_and_alignment (tree type1, tree type2) in objc_types_share_size_and_alignment()
8455 tree type1, type2; in comp_proto_with_proto() local

123