Home
last modified time | relevance | path

Searched refs:in_type (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/usr.bin/moduli/qsafe/
H A Dqsafe.c88 uint32_t in_type; in main() local
137 in_type = strtoul(cp, &cp, 10); in main()
162 switch (in_type) { in main()
167 in_type); in main()
183 count_in, in_type); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-c.c759 tree in_type = TREE_TYPE (in_arg); in s390_fn_types_compatible() local
764 if (b_arg_type != in_type in s390_fn_types_compatible()
765 && TYPE_MAIN_VARIANT (b_arg_type) != TYPE_MAIN_VARIANT (in_type)) in s390_fn_types_compatible()
769 if (lang_hooks.types_compatible_p (in_type, b_arg_type)) in s390_fn_types_compatible()
773 lang_hooks.types.type_promotes_to (in_type), in s390_fn_types_compatible()
785 && TREE_CODE (in_type) == INTEGER_TYPE) in s390_fn_types_compatible()
793 if (POINTER_TYPE_P (b_arg_type) && POINTER_TYPE_P (in_type) in s390_fn_types_compatible()
794 && !(TYPE_QUALS (TREE_TYPE (in_type)) in s390_fn_types_compatible()
797 & ~TYPE_QUALS (TREE_TYPE (in_type)))) in s390_fn_types_compatible()
800 build_qualified_type (TREE_TYPE (in_type), in s390_fn_types_compatible()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc782 tree in_type = TREE_TYPE (in_arg); in s390_fn_types_compatible() local
787 if (b_arg_type != in_type in s390_fn_types_compatible()
788 && TYPE_MAIN_VARIANT (b_arg_type) != TYPE_MAIN_VARIANT (in_type)) in s390_fn_types_compatible()
792 if (lang_hooks.types_compatible_p (in_type, b_arg_type)) in s390_fn_types_compatible()
796 lang_hooks.types.type_promotes_to (in_type), in s390_fn_types_compatible()
808 && TREE_CODE (in_type) == INTEGER_TYPE) in s390_fn_types_compatible()
816 if (POINTER_TYPE_P (b_arg_type) && POINTER_TYPE_P (in_type) in s390_fn_types_compatible()
817 && !(TYPE_QUALS (TREE_TYPE (in_type)) in s390_fn_types_compatible()
820 & ~TYPE_QUALS (TREE_TYPE (in_type)))) in s390_fn_types_compatible()
823 build_qualified_type (TREE_TYPE (in_type), in s390_fn_types_compatible()
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmoduli.c583 u_int32_t generator_known, in_tests, in_tries, in_type, in_size; in prime_test() local
639 in_type = strtoul(cp, &cp, 10); in prime_test()
662 switch (in_type) { in prime_test()
664 debug2("%10u: (%u) Sophie-Germain", count_in, in_type); in prime_test()
681 debug2("%10u: (%u)", count_in, in_type); in prime_test()
/netbsd-src/external/bsd/file/dist/src/
H A Dapprentice.c2138 m->in_type = FILE_LONG; in parse()
2150 m->in_type = FILE_LELONG; in parse()
2153 m->in_type = FILE_BELONG; in parse()
2156 m->in_type = FILE_MELONG; in parse()
2160 m->in_type = FILE_LESHORT; in parse()
2164 m->in_type = FILE_BESHORT; in parse()
2170 m->in_type = FILE_BYTE; in parse()
2175 m->in_type = FILE_LEDOUBLE; in parse()
2180 m->in_type = FILE_BEDOUBLE; in parse()
2183 m->in_type = FILE_LEID3; in parse()
[all …]
H A Dprint.c67 (m->in_type < file_nnames) ? file_names[m->in_type] : in file_mdump()
H A Dsoftmagic.c1601 int rv, oneed_separator, in_type, nfound_match; in mget() local
1645 switch (op = cvt_flip(m->in_type, flip)) { in mget()
1711 switch (in_type = cvt_flip(m->in_type, flip)) { in mget()
1741 if (in_type == FILE_BEID3) in mget()
1751 if (in_type == FILE_LEID3) in mget()
1789 fprintf(stderr, "bad in_type=%d\n", in_type); in mget()
H A Dfile.h231 uint8_t in_type; /* type of indirection */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc2377 const char *in_type, in get_operand_type() argument
2402 else if (pos > 0 && in_type) in get_operand_type()
2403 return in_type; in get_operand_type()
2413 else if (in_type) in get_operand_type()
2414 return in_type; in get_operand_type()
2424 int depth, const char *in_type, capture_info *cinfo, in gen_transform() argument
2443 type = in_type; in gen_transform()
2457 if (in_type) in gen_transform()
2458 type = in_type; in gen_transform()
2464 in_type = NULL; in gen_transform()
[all …]
H A DChangeLog-201620644 * genmatch.c (expr::gen_transform): Use in_type for comparisons
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c2368 const char *in_type, in get_operand_type() argument
2393 else if (pos > 0 && in_type) in get_operand_type()
2394 return in_type; in get_operand_type()
2404 else if (in_type) in get_operand_type()
2405 return in_type; in get_operand_type()
2415 int depth, const char *in_type, capture_info *cinfo, in gen_transform() argument
2434 type = in_type; in gen_transform()
2448 if (in_type) in gen_transform()
2449 type = in_type; in gen_transform()
2455 in_type = NULL; in gen_transform()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c5651 tree in_type = type; in handle_warn_cast_qual() local
5664 in_type = TREE_TYPE (in_type); in handle_warn_cast_qual()
5671 && TREE_CODE (in_type) == FUNCTION_TYPE) in handle_warn_cast_qual()
5672 added |= (TYPE_QUALS_NO_ADDR_SPACE (in_type) in handle_warn_cast_qual()
5676 & ~TYPE_QUALS_NO_ADDR_SPACE (in_type)); in handle_warn_cast_qual()
5678 while (TREE_CODE (in_type) == POINTER_TYPE in handle_warn_cast_qual()
5708 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype)) in handle_warn_cast_qual()
5713 in_type = type; in handle_warn_cast_qual()
5715 is_const = TYPE_READONLY (TREE_TYPE (in_type)); in handle_warn_cast_qual()
5718 in_type = TREE_TYPE (in_type); in handle_warn_cast_qual()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc5769 tree in_type = type; in handle_warn_cast_qual() local
5782 in_type = TREE_TYPE (in_type); in handle_warn_cast_qual()
5789 && TREE_CODE (in_type) == FUNCTION_TYPE) in handle_warn_cast_qual()
5790 added |= (TYPE_QUALS_NO_ADDR_SPACE (in_type) in handle_warn_cast_qual()
5794 & ~TYPE_QUALS_NO_ADDR_SPACE (in_type)); in handle_warn_cast_qual()
5796 while (TREE_CODE (in_type) == POINTER_TYPE in handle_warn_cast_qual()
5826 if (TYPE_MAIN_VARIANT (in_type) != TYPE_MAIN_VARIANT (in_otype)) in handle_warn_cast_qual()
5831 in_type = type; in handle_warn_cast_qual()
5833 is_const = TYPE_READONLY (TREE_TYPE (in_type)); in handle_warn_cast_qual()
5836 in_type = TREE_TYPE (in_type); in handle_warn_cast_qual()
[all …]