Home
last modified time | relevance | path

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

12

/netbsd-src/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
H A Dinternal-fn.c3059 tree type0 = (info.type0 < 0 ? return_type : TREE_TYPE (args[info.type0])); in direct_internal_fn_types() local
/netbsd-src/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.cc564 tree type0 = expr0->type; in hashable_expr_equal_p() local
H A Dtree-vrp.cc946 tree type0, in supported_types_p()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
949 #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
1072 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
1090 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
1099 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_conf.h929 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
949 #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
1072 #define TYPE0_FUNCTION_ARGTYPE1_ARGTYPE2(type0, fn_name, type1, arg_name1, type2, arg_name2)\ argument
1090 #define TYPE0_FUNCTION_ARG128_ARGTYPE2(type0, fn_name, arg_name1, type2, arg_name2)\ argument
1099 #define TYPE0_FUNCTION_ARGTYPE1_ARG128(type0, fn_name, type1, arg_name1, arg_name2)\ argument
[all …]
/netbsd-src/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-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-c.cc52 tree type0, type1, fold = NULL_TREE; in avr_resolve_overloaded_builtin() local
/netbsd-src/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
409 #define DTRACE_PROBE1(name, type0, arg0) \ argument
414 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
420 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
427 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
436 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ubsan.c123 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
H A Dc-common.c2657 tree type0, tree type1) in binary_op_error()
8095 tree type0 = TREE_TYPE (op0); in scalar_to_vector() local
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ubsan.cc150 tree type0 = TREE_TYPE (op0); in ubsan_instrument_shift() local
H A Dc-warn.cc2625 tree type0 = TREE_TYPE (op0); in maybe_warn_shift_overflow() local
H A Dc-common.cc2851 tree type0, tree type1) in binary_op_error()
8547 tree type0 = TREE_TYPE (op0); in scalar_to_vector() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-convert.cc44 tree type0, type1; in d_build_truthvalue_op() local
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c406 int type0, type1; in reverse_fb_type() member
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc4798 do_warn_enum_conversions (location_t loc, enum tree_code code, tree type0, in do_warn_enum_conversions()
4917 tree type0, type1; in cp_build_binary_op() local
5167 tree type0 = TREE_OPERAND (op0, 0); in cp_build_binary_op() local
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1216 type_suffix_index type0, in lookup_form()
1231 type_suffix_index type0, in resolve_to()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc1221 type_suffix_index type0, in lookup_form()
1236 type_suffix_index type0, in resolve_to()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c4480 tree type0, type1; in cp_build_binary_op() local
4730 tree type0 = TREE_OPERAND (op0, 0); in cp_build_binary_op() local
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit.cc1695 gcc::jit::recording::type *type0 = NULL; in gcc_jit_context_new_array_constructor() local

12