HomeSort by: relevance | last modified time | path
    Searched defs:check_type (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-builtin-types.awk 24 function check_type(string) { function
73 check_type($3)
86 check_type($3)
92 check_type($3)
109 check_type($i)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-builtin-types.awk 24 function check_type(string) { function
73 check_type($3)
86 check_type($3)
92 check_type($3)
109 check_type($i)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-vector-builtins-shapes.cc 40 check_type (tree return_type, vec<tree> &argument_types) function in namespace:riscv_vector
72 if (TARGET_XTHEADVECTOR && !check_type (return_type, argument_types))
231 if (TARGET_XTHEADVECTOR && !check_type (return_type, argument_types))
  /src/external/gpl3/gcc/dist/libgfortran/io/
list_read.c 2088 check_type (st_parameter_dt *dtp, bt type, int kind) function
2202 if (check_type (dtp, type, kind))
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
list_read.c 2033 check_type (st_parameter_dt *dtp, bt type, int kind) function
2145 if (check_type (dtp, type, kind))
  /src/usr.bin/xlint/lint1/
decl.c 900 check_type(sym_t *sym) function
1150 check_type(dsym);
1959 check_type(dsym);
2366 check_type(sym);
2762 check_type(dsym);
2861 check_type(sym);
  /src/crypto/external/bsd/openssl/dist/ssl/
t1_lib.c 2824 int check_type = 0; local
2827 check_type = TLS_CT_RSA_SIGN;
2829 check_type = TLS_CT_DSS_SIGN;
2831 check_type = TLS_CT_ECDSA_SIGN;
2833 if (check_type) {
2838 if (*ctypes == check_type) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c 2342 int check_type = 0; local
2345 check_type = TLS_CT_RSA_SIGN;
2348 check_type = TLS_CT_DSS_SIGN;
2351 check_type = TLS_CT_ECDSA_SIGN;
2354 if (check_type) {
2359 if (*ctypes == check_type) {
  /src/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 255 static int check_type();
339 int tfm_type = check_type();
509 check_type() function
  /src/external/gpl3/gcc/dist/gcc/fortran/
interface.cc 5136 bool check_type; local
5264 check_type = proc_pass_arg != argpos && old_pass_arg != argpos;
5266 check_type, err, sizeof(err)))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
interface.cc 4983 bool check_type; local
5111 check_type = proc_pass_arg != argpos && old_pass_arg != argpos;
5113 check_type, err, sizeof(err)))
  /src/external/gpl3/gdb/dist/gdb/
eval.c 2489 struct type *check_type = element_type;
2493 while (check_type->code () == TYPE_CODE_RANGE
2494 || check_type->code () == TYPE_CODE_TYPEDEF)
2495 check_type = check_type->target_type ();
2522 if ((check_type->code () != range_low_type->code ())
2523 || (check_type->code () == TYPE_CODE_ENUM
2524 && range_low_type != check_type))
2487 struct type *check_type = element_type; local
  /src/external/gpl3/gdb.old/dist/gdb/
eval.c 2460 struct type *check_type = element_type;
2464 while (check_type->code () == TYPE_CODE_RANGE
2465 || check_type->code () == TYPE_CODE_TYPEDEF)
2466 check_type = check_type->target_type ();
2493 if ((check_type->code () != range_low_type->code ())
2494 || (check_type->code () == TYPE_CODE_ENUM
2495 && range_low_type != check_type))
2458 struct type *check_type = element_type; local
  /src/crypto/external/apache2/openssl/dist/ssl/
t1_lib.c 4181 int check_type = 0; local
4184 check_type = TLS_CT_RSA_SIGN;
4186 check_type = TLS_CT_DSS_SIGN;
4188 check_type = TLS_CT_ECDSA_SIGN;
4190 if (check_type) {
4195 if (*ctypes == check_type) {

Completed in 62 milliseconds