Home
last modified time | relevance | path

Searched refs:type1 (Results 1 – 25 of 45) sorted by relevance

12

/freebsd-9-stable/contrib/gdb/gdb/
Dvalarith.c92 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 (TYPE_CODE (type1) == TYPE_CODE_INT in value_add()
108 if (TYPE_CODE (type1) == TYPE_CODE_PTR) in value_add()
112 valptrtype = type1; in value_add()
136 struct type *type1, *type2; in value_sub() local
139 type1 = check_typedef (VALUE_TYPE (arg1)); in value_sub()
142 if (TYPE_CODE (type1) == TYPE_CODE_PTR) in value_sub()
147 LONGEST sz = find_size_for_pointer_math (type1); in value_sub()
[all …]
Dgnu-v2-abi.c95 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()
Dax-gdb.c91 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()
Dada-lang.c2900 struct type *type1 = in possible_user_operator_p() local
2912 return (!(numeric_type_p (type0) && numeric_type_p (type1))); in possible_user_operator_p()
2919 return (!(integer_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()
2927 return (!(scalar_type_p (type0) && scalar_type_p (type1))); in possible_user_operator_p()
2934 || (TYPE_CODE (type1) != TYPE_CODE_ARRAY && in possible_user_operator_p()
2935 (TYPE_CODE (type1) != TYPE_CODE_PTR || in possible_user_operator_p()
2936 TYPE_CODE (TYPE_TARGET_TYPE (type1)) != TYPE_CODE_ARRAY))); in possible_user_operator_p()
2939 return (!(numeric_type_p (type0) && integer_type_p (type1))); in possible_user_operator_p()
3210 equiv_types (struct type *type0, struct type *type1) in equiv_types() argument
3212 if (type0 == type1) in equiv_types()
[all …]
Dada-typeprint.c615 struct type *type1 = ada_find_parallel_type (type, "___XVE"); in print_record_type() local
616 if (type1 != NULL) in print_record_type()
617 type = type1; in print_record_type()
Dstabsread.c1425 struct type *type1; in read_type() local
1664 type1 = read_type (pp, objfile); in read_type()
1665 type = make_pointer_type (type1, dbx_lookup_type (typenums)); in read_type()
1669 type1 = read_type (pp, objfile); in read_type()
1670 type = make_reference_type (type1, dbx_lookup_type (typenums)); in read_type()
1674 type1 = read_type (pp, objfile); in read_type()
1675 type = make_function_type (type1, dbx_lookup_type (typenums)); in read_type()
1917 type1 = read_type (pp, objfile); in read_type()
1918 type = create_set_type ((struct type *) NULL, type1); in read_type()
Dhpacc-abi.c88 struct type *type1 = check_typedef (VALUE_TYPE (arg1)); in hpacc_virtual_fn_field() local
/freebsd-9-stable/crypto/heimdal/lib/gssapi/
Dtest_ntlm.c57 struct ntlm_type1 type1; in test_libntlm_v1() local
64 memset(&type1, 0, sizeof(type1)); in test_libntlm_v1()
68 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM|flags; in test_libntlm_v1()
69 type1.domain = strdup(domain); in test_libntlm_v1()
70 type1.hostname = NULL; in test_libntlm_v1()
71 type1.os[0] = 0; in test_libntlm_v1()
72 type1.os[1] = 0; in test_libntlm_v1()
74 ret = heim_ntlm_encode_type1(&type1, &data); in test_libntlm_v1()
184 struct ntlm_type1 type1; in test_libntlm_v2() local
190 memset(&type1, 0, sizeof(type1)); in test_libntlm_v2()
[all …]
/freebsd-9-stable/contrib/ncurses/form/
Dfld_ftlink.c52 link_fieldtype(FIELDTYPE *type1, FIELDTYPE *type2) in NCURSES_EXPORT()
56 T((T_CALLED("link_fieldtype(%p,%p)"), type1, type2)); in NCURSES_EXPORT()
57 if (type1 && type2) in NCURSES_EXPORT()
66 if ((type1->status & _HAS_ARGS) || (type2->status & _HAS_ARGS)) in NCURSES_EXPORT()
68 if ((type1->status & _HAS_CHOICE) || (type2->status & _HAS_CHOICE)) in NCURSES_EXPORT()
70 nftyp->left = type1; in NCURSES_EXPORT()
72 type1->ref++; in NCURSES_EXPORT()
/freebsd-9-stable/crypto/heimdal/lib/ntlm/
Dtest_ntlm.c53 struct ntlm_type1 type1; in test_parse() local
60 memset(&type1, 0, sizeof(type1)); in test_parse()
62 type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM; in test_parse()
63 type1.domain = rk_UNCONST(domain); in test_parse()
64 type1.hostname = NULL; in test_parse()
65 type1.os[0] = 0; in test_parse()
66 type1.os[1] = 0; in test_parse()
68 ret = heim_ntlm_encode_type1(&type1, &data); in test_parse()
72 memset(&type1, 0, sizeof(type1)); in test_parse()
74 ret = heim_ntlm_decode_type1(&data, &type1); in test_parse()
[all …]
Dntlm.c453 heim_ntlm_encode_type1(const struct ntlm_type1 *type1, struct ntlm_buf *data) in heim_ntlm_encode_type1() argument
460 flags = type1->flags; in heim_ntlm_encode_type1()
463 if (type1->domain) { in heim_ntlm_encode_type1()
467 if (type1->hostname) { in heim_ntlm_encode_type1()
471 if (type1->os[0]) in heim_ntlm_encode_type1()
474 if (type1->domain) { in heim_ntlm_encode_type1()
476 domain.length = len_string(0, type1->domain); in heim_ntlm_encode_type1()
479 if (type1->hostname) { in heim_ntlm_encode_type1()
481 hostname.length = len_string(0, type1->hostname); in heim_ntlm_encode_type1()
495 if (type1->domain) in heim_ntlm_encode_type1()
[all …]
/freebsd-9-stable/crypto/heimdal/lib/gssapi/ntlm/
Daccept_sec_context.c104 struct ntlm_type1 type1; in _gss_ntlm_accept_sec_context() local
124 ret = heim_ntlm_decode_type1(&data, &type1); in _gss_ntlm_accept_sec_context()
131 if ((type1.flags & NTLM_NEG_UNICODE) == 0) { in _gss_ntlm_accept_sec_context()
132 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
138 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
140 if (type1.flags & NTLM_NEG_SIGN) in _gss_ntlm_accept_sec_context()
145 type1.flags, in _gss_ntlm_accept_sec_context()
146 type1.hostname, in _gss_ntlm_accept_sec_context()
147 type1.domain, in _gss_ntlm_accept_sec_context()
150 heim_ntlm_free_type1(&type1); in _gss_ntlm_accept_sec_context()
Dinit_sec_context.c259 struct ntlm_type1 type1; in _gss_ntlm_init_sec_context() local
295 memset(&type1, 0, sizeof(type1)); in _gss_ntlm_init_sec_context()
297 type1.flags = flags; in _gss_ntlm_init_sec_context()
298 type1.domain = name->domain; in _gss_ntlm_init_sec_context()
299 type1.hostname = NULL; in _gss_ntlm_init_sec_context()
300 type1.os[0] = 0; in _gss_ntlm_init_sec_context()
301 type1.os[1] = 0; in _gss_ntlm_init_sec_context()
303 ret = heim_ntlm_encode_type1(&type1, &data); in _gss_ntlm_init_sec_context()
/freebsd-9-stable/contrib/gcc/cp/
Dcall.c1536 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 …]
Dtypeck.c1109 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()
2996 tree type0, type1; in build_binary_op() local
3094 type1 = TREE_TYPE (op1); in build_binary_op()
3099 code1 = TREE_CODE (type1); in build_binary_op()
[all …]
/freebsd-9-stable/sys/sys/
Dsdt.h131 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
132 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
133 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
134 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
338 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
341 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
344 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
347 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
351 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) \ argument
354 SDT_PROBE_ARGTYPE(sdt, , , name, 1, #type1, NULL); \
[all …]
/freebsd-9-stable/usr.bin/mail/
Dcmd1.c248 return (type1(msgvec, 1, 1)); in more()
258 return (type1(msgvec, 0, 1)); in More()
268 return (type1(msgvec, 1, 0)); in type()
278 return (type1(msgvec, 0, 0)); in Type()
286 type1(int *msgvec, int doign, int page) in type1() function
Dextern.h237 int type1(int *, int, int);
/freebsd-9-stable/contrib/gcc/
Dc-typeck.c769 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()
2536 tree type1 = TREE_TYPE (would_have_been); in convert_arguments() local
2544 else if (formal_prec != TYPE_PRECISION (type1)) in convert_arguments()
2548 else if (TYPE_UNSIGNED (type) == TYPE_UNSIGNED (type1)) in convert_arguments()
3238 tree type1; in build_conditional_expr() local
3257 type1 = TREE_TYPE (op1); in build_conditional_expr()
3258 code1 = TREE_CODE (type1); in build_conditional_expr()
[all …]
Dc-common.c1839 tree type1 = TYPE_MAIN_VARIANT (type); in c_common_unsigned_type() local
1840 if (type1 == signed_char_type_node || type1 == char_type_node) in c_common_unsigned_type()
1842 if (type1 == integer_type_node) in c_common_unsigned_type()
1844 if (type1 == short_integer_type_node) in c_common_unsigned_type()
1846 if (type1 == long_integer_type_node) in c_common_unsigned_type()
1848 if (type1 == long_long_integer_type_node) in c_common_unsigned_type()
1850 if (type1 == widest_integer_literal_type_node) in c_common_unsigned_type()
1853 if (type1 == intTI_type_node) in c_common_unsigned_type()
1856 if (type1 == intDI_type_node) in c_common_unsigned_type()
1858 if (type1 == intSI_type_node) in c_common_unsigned_type()
[all …]
Dtree-ssa-alias-warnings.c864 nonstandard_alias_types_p (tree type1, tree type2) in nonstandard_alias_types_p() argument
869 if (VOID_TYPE_P (type1) || VOID_TYPE_P (type2)) in nonstandard_alias_types_p()
872 set1 = get_alias_set (type1); in nonstandard_alias_types_p()
Dtarget.h410 int (* comp_type_attributes) (tree type1, tree type2);
744 const char *(*invalid_binary_op) (int op, tree type1, tree type2);
Dipa-prop.c364 enum jump_func_type type1) in ipa_callsite_param_set_type() argument
366 IPA_EDGE_REF (cs)->ipa_param_map[i].type = type1; in ipa_callsite_param_set_type()
Dipa-type-escape.c1206 tree type1 = get_canon_type (TREE_TYPE (op1), false, false); in scan_for_refs() local
1222 if (type1 && POINTER_TYPE_P (type1) in scan_for_refs()
1224 mark_interesting_type (type1, FULL_ESCAPE); in scan_for_refs()
/freebsd-9-stable/tools/regression/bin/sh/builtins/
Dtype1.01 # $FreeBSD: stable/9/tools/regression/bin/sh/builtins/type1.0 165931 2007-01-11 00:25:20Z stefanf $

12