| /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/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.old/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/dist/gdb/ |
| eval.c | 2476 struct type *check_type = element_type; 2480 while (check_type->code () == TYPE_CODE_RANGE 2481 || check_type->code () == TYPE_CODE_TYPEDEF) 2482 check_type = check_type->target_type (); 2509 if ((check_type->code () != range_low_type->code ()) 2510 || (check_type->code () == TYPE_CODE_ENUM 2511 && range_low_type != check_type)) 2474 struct type *check_type = element_type; local
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 900 check_type(sym_t *sym) function 1146 check_type(dsym); 1955 check_type(dsym); 2364 check_type(sym); 2760 check_type(dsym); 2859 check_type(sym);
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| t1_lib.c | 4197 int check_type = 0; local 4200 check_type = TLS_CT_RSA_SIGN; 4202 check_type = TLS_CT_DSS_SIGN; 4204 check_type = TLS_CT_ECDSA_SIGN; 4206 if (check_type) { 4211 if (*ctypes == check_type) {
|