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

1 2

  /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)
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)
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/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)
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)
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))
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))
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.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))
list_read.c 2033 check_type (st_parameter_dt *dtp, bt type, int kind) function
2145 if (check_type (dtp, type, kind))
list_read.c 2033 check_type (st_parameter_dt *dtp, bt type, int kind) function
2145 if (check_type (dtp, type, kind))
  /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))
list_read.c 2088 check_type (st_parameter_dt *dtp, bt type, int kind) function
2202 if (check_type (dtp, type, kind))
list_read.c 2088 check_type (st_parameter_dt *dtp, bt type, int kind) function
2202 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);
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/external/gpl2/groff/dist/src/utils/hpftodit/
hpftodit.cpp 255 static int check_type();
339 int tfm_type = check_type();
509 check_type() function
hpftodit.cpp 255 static int check_type();
339 int tfm_type = check_type();
509 check_type() function
  /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)))
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/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)))
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/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

Completed in 104 milliseconds

1 2