Home
last modified time | relevance | path

Searched defs:type0 (Results 1 – 25 of 49) sorted by relevance

12

/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.h141 signed int type0 : 8; member
198 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p()
H A Dtree-ssa-scopedtables.c564 tree type0 = expr0->type; in hashable_expr_equal_p() local
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.h145 signed int type0 : 8; member
202 direct_internal_fn_supported_p (internal_fn fn, tree type0, tree type1, in direct_internal_fn_supported_p()
H A Dtree-ssa-scopedtables.c564 tree type0 = expr0->type; in hashable_expr_equal_p() local
H A Dtree-ssa-scopedtables.cc564 tree type0 = expr0->type; in hashable_expr_equal_p() local
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h949 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
969 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\ argument
979 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\ argument
997 #define TYPE0_FUNCTION_ARGTYPE1(type0, fn_name, type1, arg_name)\ argument
1006 #define TYPE0_FUNCTION_ARGTYPE1_NORND(type0, fn_name, type1, arg_name)\ argument
1090 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
1108 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\ argument
1117 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\ argument
1131 #define TYPE0_FUNCTION_ARGTYPE1(type0, fn_name, type1, arg_name)\ argument
[all …]
/netbsd/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h949 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
959 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
969 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\ argument
979 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\ argument
997 #define TYPE0_FUNCTION_ARGTYPE1(type0, fn_name, type1, arg_name)\ argument
1006 #define TYPE0_FUNCTION_ARGTYPE1_NORND(type0, fn_name, type1, arg_name)\ argument
1090 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
1108 #define TYPE0_FUNCTION_ARG128_ARG128(type0, fn_name, arg_name1, arg_name2)\ argument
1117 #define TYPE0_FUNCTION_ARG1(type0, fn_name, arg_name)\ argument
1131 #define TYPE0_FUNCTION_ARGTYPE1(type0, fn_name, type1, arg_name)\ argument
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.c52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local
H A Davr-c.cc52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local
/netbsd/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr-c.c52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local
/netbsd/sys/sys/
H A Dsdt.h178 #define DTRACE_PROBE1(name, type0, arg0) \ argument
180 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) do \ argument
184 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) do \ argument
189 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
195 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
412 #define DTRACE_PROBE1(name, type0, arg0) \ argument
417 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
423 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
430 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
439 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dada-typeprint.c805 print_record_type (struct type *type0, struct ui_file *stream, int show, in print_record_type()
953 ada_print_type (struct type *type0, const char *varstring, in ada_print_type()
H A Dgo-lang.c78 struct type *type0 = type->field (0).type (); in gccgo_string_p() local
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dada-typeprint.c805 print_record_type (struct type *type0, struct ui_file *stream, int show, in print_record_type()
953 ada_print_type (struct type *type0, const char *varstring, in ada_print_type()
H A Dgo-lang.c78 struct type *type0 = type->field (0).type (); in gccgo_string_p() local
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.c123 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift() local
H A Dc-ubsan.cc150 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift() local
H A Dc-warn.c2635 tree type0 = TREE_TYPE (op0); in maybe_warn_shift_overflow() local
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c123 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift() local
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
/netbsd/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
/netbsd/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c406 int type0, type1; in reverse_fb_type() member
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4788 do_warn_enum_conversions (location_t loc, enum tree_code code, tree type0, in do_warn_enum_conversions()
4907 tree type0, type1; in cp_build_binary_op() local
5157 tree type0 = TREE_OPERAND (op0, 0); in cp_build_binary_op() local
/netbsd/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-cmds.c2070 struct type *type0 = check_typedef (value_type (argv[0])); in setting_cmd() local
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-cmds.c2070 struct type *type0 = check_typedef (value_type (argv[0])); in setting_cmd() local

12