Home
last modified time | relevance | path

Searched refs:check_type (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
HDi386-builtin-types.awk24 function check_type(string) { function
73 check_type($3)
86 check_type($3)
92 check_type($3)
109 check_type($i)
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
HDi386-builtin-types.awk24 function check_type(string) { function
73 check_type($3)
86 check_type($3)
92 check_type($3)
109 check_type($i)
/dragonfly/crypto/libressl/crypto/x509/
HDx509_utl.c972 int check_type, char **peername) in do_x509_check() argument
986 if (check_type == GEN_EMAIL) { in do_x509_check()
990 } else if (check_type == GEN_DNS) { in do_x509_check()
1012 if (gen->type != check_type) in do_x509_check()
1015 if (check_type == GEN_EMAIL) in do_x509_check()
1017 else if (check_type == GEN_DNS) in do_x509_check()
/dragonfly/contrib/gdb-7/gdb/
HDeval.c940 struct type *check_type = element_type; in evaluate_subexp_standard() local
944 while (TYPE_CODE (check_type) == TYPE_CODE_RANGE in evaluate_subexp_standard()
945 || TYPE_CODE (check_type) == TYPE_CODE_TYPEDEF) in evaluate_subexp_standard()
946 check_type = TYPE_TARGET_TYPE (check_type); in evaluate_subexp_standard()
985 if ((TYPE_CODE (check_type) != TYPE_CODE (range_low_type)) in evaluate_subexp_standard()
986 || (TYPE_CODE (check_type) == TYPE_CODE_ENUM in evaluate_subexp_standard()
987 && range_low_type != check_type)) in evaluate_subexp_standard()
/dragonfly/usr.bin/indent/
HDindent.c398 goto check_type; in main()
482 check_type: in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-chkp-opt.c40 enum check_type enum
61 check_type type;
/dragonfly/sys/net/lagg/
HDieee8023ad_lacp.c1974 const struct tlv_template *tmpl, boolean_t check_type) in tlv_check() argument
1980 if ((check_type && tlv->tlv_type != tmpl->tmpl_type) || in tlv_check()