| /netbsd-src/external/cddl/osnet/dev/sdt/ |
| H A D | sdt.c | 305 struct sdt_argtype *argtype; in sdt_getargdesc() local 313 TAILQ_FOREACH(argtype, &probe->argtype_list, argtype_entry) { in sdt_getargdesc() 314 if (desc->dtargd_ndx == argtype->ndx) { in sdt_getargdesc() 316 if (argtype->type == NULL) { in sdt_getargdesc() 321 strlcpy(desc->dtargd_native, argtype->type, in sdt_getargdesc() 323 if (argtype->xtype != NULL) in sdt_getargdesc() 324 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc() 348 struct sdt_argtype **argtype, **a_begin, **a_end; in sdt_kld_load() local 367 for (argtype = a_begin; argtype < a_end; argtype++) { in sdt_kld_load() 368 (*argtype)->probe->n_args++; in sdt_kld_load() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
| H A D | quadmath-printf.c | 287 int *argtype, int *size) in flt128_ais() argument 291 argtype[0] = pa_flt128; in flt128_ais() 308 argtype[0] = PA_INT|PA_FLAG_LONG_LONG; in flt128_ais() 312 argtype[0] = PA_INT|PA_FLAG_LONG; in flt128_ais() 314 argtype[0] = PA_INT|PA_FLAG_SHORT; in flt128_ais() 316 argtype[0] = PA_CHAR; in flt128_ais() 318 argtype[0] = PA_INT; in flt128_ais() 329 argtype[0] = PA_DOUBLE|PA_FLAG_LONG_DOUBLE; in flt128_ais() 331 argtype[0] = PA_DOUBLE; in flt128_ais() 334 argtype[0] = PA_CHAR; in flt128_ais() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| H A D | quadmath-printf.c | 287 int *argtype, int *size) in flt128_ais() argument 291 argtype[0] = pa_flt128; in flt128_ais() 308 argtype[0] = PA_INT|PA_FLAG_LONG_LONG; in flt128_ais() 312 argtype[0] = PA_INT|PA_FLAG_LONG; in flt128_ais() 314 argtype[0] = PA_INT|PA_FLAG_SHORT; in flt128_ais() 316 argtype[0] = PA_CHAR; in flt128_ais() 318 argtype[0] = PA_INT; in flt128_ais() 329 argtype[0] = PA_DOUBLE|PA_FLAG_LONG_DOUBLE; in flt128_ais() 331 argtype[0] = PA_DOUBLE; in flt128_ais() 334 argtype[0] = PA_CHAR; in flt128_ais() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | lhash.h | 180 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument 181 int_implement_lhash_doall(type, argtype, const type) 183 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument 184 int_implement_lhash_doall(type, argtype, type) 186 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument 188 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ 189 void (*fn)(cbargtype *, argtype *), \ 190 argtype *arg) \
|
| /netbsd-src/usr.bin/xlint/common/ |
| H A D | tyname.c | 178 type_t **argtype; in type_name_of_function() 180 argtype = tp->t_args; in type_name_of_function() 181 if (*argtype == NULL) in type_name_of_function() 183 for (; *argtype != NULL; argtype++) { in type_name_of_function() 185 buf_add(buf, type_name(*argtype)); in type_name_of_function()
|
| /netbsd-src/sys/kern/ |
| H A D | kern_sdt.c | 100 struct sdt_argtype * const * argtype; in sdt_probe_stub() local 109 __link_set_foreach(argtype, sdt_argtypes_set) in sdt_probe_stub() 110 printf("%s ", (*argtype)->type); in sdt_probe_stub()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-uninit.cc | 347 tree argtype; in builtin_call_nomodifying_p() local 349 FOREACH_FUNCTION_ARGS (fntype, argtype, it) in builtin_call_nomodifying_p() 351 if (VOID_TYPE_P (argtype)) in builtin_call_nomodifying_p() 356 if (!POINTER_TYPE_P (argtype)) in builtin_call_nomodifying_p() 359 if (TYPE_READONLY (TREE_TYPE (argtype))) in builtin_call_nomodifying_p() 377 argtype = TREE_TYPE (arg); in builtin_call_nomodifying_p() 378 if (!POINTER_TYPE_P (argtype)) in builtin_call_nomodifying_p() 381 if (TYPE_READONLY (TREE_TYPE (argtype))) in builtin_call_nomodifying_p() 793 tree argtype; in maybe_warn_pass_by_reference() local 797 FOREACH_FUNCTION_ARGS (fntype, argtype, it) in maybe_warn_pass_by_reference() [all …]
|
| H A D | gimple-ssa-warn-access.cc | 544 tree argtype = function_args_iter_cond (&it); in maybe_warn_nonstring_arg() local 545 if (!argtype) in maybe_warn_nonstring_arg() 548 if (TREE_CODE (argtype) != POINTER_TYPE) in maybe_warn_nonstring_arg() 551 argtype = TREE_TYPE (argtype); in maybe_warn_nonstring_arg() 553 if (TREE_CODE (argtype) != INTEGER_TYPE in maybe_warn_nonstring_arg() 554 || !TYPE_READONLY (argtype)) in maybe_warn_nonstring_arg() 557 argtype = TYPE_MAIN_VARIANT (argtype); in maybe_warn_nonstring_arg() 558 if (argtype != char_type_node) in maybe_warn_nonstring_arg() 3281 tree argtype; in fntype_argno_type() local 3283 FOREACH_FUNCTION_ARGS (fntype, argtype, it) in fntype_argno_type() [all …]
|
| H A D | gimple-ssa-sprintf.cc | 1068 tree argtype = TREE_TYPE (arg); in get_int_range() local 1076 && INTEGRAL_TYPE_P (argtype) in get_int_range() 1077 && TYPE_PRECISION (argtype) <= TYPE_PRECISION (type)) in get_int_range() 1086 = (TYPE_UNSIGNED (argtype) in get_int_range() 1087 ? tree_to_uhwi (TYPE_MIN_VALUE (argtype)) in get_int_range() 1088 : tree_to_shwi (TYPE_MIN_VALUE (argtype))); in get_int_range() 1090 HOST_WIDE_INT type_max = tree_to_uhwi (TYPE_MAX_VALUE (argtype)); in get_int_range() 1160 tree argtype = TREE_TYPE (*argmin); in adjust_range_for_overflow() local 1161 unsigned argprec = TYPE_PRECISION (argtype); in adjust_range_for_overflow() 1167 if (argprec == dirprec && TYPE_SIGN (argtype) == TYPE_SIGN (dirtype)) in adjust_range_for_overflow() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | lhash.h.in | 238 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument 239 int_implement_lhash_doall(type, argtype, const type) 241 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument 242 int_implement_lhash_doall(type, argtype, type) 244 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument 246 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ 247 void (*fn)(cbargtype *, argtype *), \ 248 argtype *arg) \
|
| /netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
| H A D | zfs_iter.c | 444 zfs_type_t argtype; in zfs_for_each() local 451 argtype = types; in zfs_for_each() 453 argtype |= ZFS_TYPE_FILESYSTEM; in zfs_for_each() 455 argtype |= ZFS_TYPE_VOLUME; in zfs_for_each() 461 argtype); in zfs_for_each() 463 zhp = zfs_open(g_zfs, argv[i], argtype); in zfs_for_each()
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | crx.h | 111 argtype; typedef 288 argtype type; 323 argtype arg_type;
|
| H A D | cr16.h | 114 argtype; typedef 291 argtype type; 326 argtype arg_type;
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | cr16.h | 114 argtype; typedef 291 argtype type; 326 argtype arg_type;
|
| H A D | crx.h | 111 argtype; typedef 288 argtype type; 323 argtype arg_type;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| H A D | rs6000-gen-builtins.cc | 1320 typeinfo *argtype = &argentry->info; in parse_args() local 1321 success = match_type (argtype, VOID_NOTOK); in parse_args() 1324 if (argtype->restr) in parse_args() 1332 restr[restr_cnt] = argtype->restr; in parse_args() 1333 val1[restr_cnt] = argtype->val1; in parse_args() 1334 val2[restr_cnt] = argtype->val2; in parse_args() 1355 argtype->isvoid, argtype->isconst, argtype->isvector, in parse_args() 1356 argtype->issigned, argtype->isunsigned, argtype->isbool, in parse_args() 1357 argtype->ispixel, argtype->ispointer, argtype->base, in parse_args() 1358 argtype->restr, argtype->val1, argtype->val2, pos + 1); in parse_args()
|
| H A D | rs6000-c.cc | 813 rs6000_builtin_type_compatible (tree parmtype, tree argtype) in rs6000_builtin_type_compatible() argument 818 if (INTEGRAL_TYPE_P (parmtype) && INTEGRAL_TYPE_P (argtype)) in rs6000_builtin_type_compatible() 822 && is_float128_p (parmtype) && is_float128_p (argtype)) in rs6000_builtin_type_compatible() 825 if (POINTER_TYPE_P (parmtype) && POINTER_TYPE_P (argtype)) in rs6000_builtin_type_compatible() 828 argtype = TREE_TYPE (argtype); in rs6000_builtin_type_compatible() 829 if (TYPE_READONLY (argtype)) in rs6000_builtin_type_compatible() 833 return lang_hooks.types_compatible_p (parmtype, argtype); in rs6000_builtin_type_compatible()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | f95-lang.c | 556 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \ argument 557 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \ 560 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \ 563 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \ 567 #define DEFINE_MATH_BUILTIN(code, name, argtype) \ argument 568 DO_DEFINE_MATH_BUILTIN (code, name, argtype, mfunc_) 570 #define DEFINE_MATH_BUILTIN_C(code, name, argtype) \ argument 571 DO_DEFINE_MATH_BUILTIN (code, name, argtype, mfunc_) \ 572 DO_DEFINE_MATH_BUILTIN (C##code, "c" name, argtype, mfunc_c)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | method.c | 1615 tree argtype = cp_build_qualified_type (type, quals); in build_stub_type() local 1616 return cp_build_reference_type (argtype, rvalue); in build_stub_type() 1640 locate_fn_flags (tree type, tree name, tree argtype, int flags, in locate_fn_flags() argument 1655 if (argtype) in locate_fn_flags() 1657 if (TREE_CODE (argtype) == TREE_LIST) in locate_fn_flags() 1659 for (tree elt = argtype; elt && elt != void_list_node; in locate_fn_flags() 1669 tree arg = build_stub_object (argtype); in locate_fn_flags() 1730 tree argtype = build_stub_type (type, quals, false); in get_copy_ctor() local 1731 tree fn = locate_fn_flags (type, complete_ctor_identifier, argtype, in get_copy_ctor() 1745 tree argtype = build_stub_type (type, quals, false); in get_copy_assign() local [all …]
|
| H A D | typeck.c | 6211 tree argtype; in cp_build_addr_expr_1() local 6221 argtype = lvalue_type (arg); in cp_build_addr_expr_1() 6284 if (!FUNC_OR_METHOD_TYPE_P (argtype)) in cp_build_addr_expr_1() 6302 if (TYPE_REF_P (argtype)) in cp_build_addr_expr_1() 6304 tree type = build_pointer_type (TREE_TYPE (argtype)); in cp_build_addr_expr_1() 6387 if (argtype != error_mark_node) in cp_build_addr_expr_1() 6388 argtype = build_pointer_type (argtype); in cp_build_addr_expr_1() 6445 if (TYPE_PTR_P (argtype) in cp_build_addr_expr_1() 6446 && TREE_CODE (TREE_TYPE (argtype)) == METHOD_TYPE) in cp_build_addr_expr_1() 6448 build_ptrmemfunc_type (argtype); in cp_build_addr_expr_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | f95-lang.cc | 567 #define DO_DEFINE_MATH_BUILTIN(code, name, argtype, tbase) \ argument 568 gfc_define_builtin ("__builtin_" name "l", tbase##longdouble[argtype], \ 571 gfc_define_builtin ("__builtin_" name, tbase##double[argtype], \ 574 gfc_define_builtin ("__builtin_" name "f", tbase##float[argtype], \ 578 #define DEFINE_MATH_BUILTIN(code, name, argtype) \ argument 579 DO_DEFINE_MATH_BUILTIN (code, name, argtype, mfunc_) 581 #define DEFINE_MATH_BUILTIN_C(code, name, argtype) \ argument 582 DO_DEFINE_MATH_BUILTIN (code, name, argtype, mfunc_) \ 583 DO_DEFINE_MATH_BUILTIN (C##code, "c" name, argtype, mfunc_c)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | method.cc | 1893 tree argtype = cp_build_qualified_type (type, quals); in build_stub_type() local 1894 return cp_build_reference_type (argtype, rvalue); in build_stub_type() 1918 locate_fn_flags (tree type, tree name, tree argtype, int flags, in locate_fn_flags() argument 1933 if (argtype) in locate_fn_flags() 1935 if (TREE_CODE (argtype) == TREE_LIST) in locate_fn_flags() 1937 for (tree elt = argtype; elt && elt != void_list_node; in locate_fn_flags() 1947 tree arg = build_stub_object (argtype); in locate_fn_flags() 2008 tree argtype = build_stub_type (type, quals, false); in get_copy_ctor() local 2009 tree fn = locate_fn_flags (type, complete_ctor_identifier, argtype, in get_copy_ctor() 2023 tree argtype = build_stub_type (type, quals, false); in get_copy_assign() local [all …]
|
| H A D | typeck.cc | 6726 tree argtype; in cp_build_addr_expr_1() local 6736 argtype = lvalue_type (arg); in cp_build_addr_expr_1() 6799 if (!FUNC_OR_METHOD_TYPE_P (argtype)) in cp_build_addr_expr_1() 6817 if (TYPE_REF_P (argtype)) in cp_build_addr_expr_1() 6819 tree type = build_pointer_type (TREE_TYPE (argtype)); in cp_build_addr_expr_1() 6908 if (argtype != error_mark_node) in cp_build_addr_expr_1() 6909 argtype = build_pointer_type (argtype); in cp_build_addr_expr_1() 6953 if (TYPE_PTR_P (argtype) in cp_build_addr_expr_1() 6954 && TREE_CODE (TREE_TYPE (argtype)) == METHOD_TYPE) in cp_build_addr_expr_1() 6956 build_ptrmemfunc_type (argtype); in cp_build_addr_expr_1() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gimple-ssa-sprintf.c | 1058 tree argtype = TREE_TYPE (arg); in get_int_range() local 1066 && INTEGRAL_TYPE_P (argtype) in get_int_range() 1067 && TYPE_PRECISION (argtype) <= TYPE_PRECISION (type)) in get_int_range() 1076 = (TYPE_UNSIGNED (argtype) in get_int_range() 1077 ? tree_to_uhwi (TYPE_MIN_VALUE (argtype)) in get_int_range() 1078 : tree_to_shwi (TYPE_MIN_VALUE (argtype))); in get_int_range() 1080 HOST_WIDE_INT type_max = tree_to_uhwi (TYPE_MAX_VALUE (argtype)); in get_int_range() 1147 tree argtype = TREE_TYPE (*argmin); in adjust_range_for_overflow() local 1148 unsigned argprec = TYPE_PRECISION (argtype); in adjust_range_for_overflow() 1154 if (argprec == dirprec && TYPE_SIGN (argtype) == TYPE_SIGN (dirtype)) in adjust_range_for_overflow() [all …]
|
| H A D | calls.c | 1727 tree argtype = function_args_iter_cond (&it); in maybe_warn_nonstring_arg() local 1728 if (!argtype) in maybe_warn_nonstring_arg() 1731 if (TREE_CODE (argtype) != POINTER_TYPE) in maybe_warn_nonstring_arg() 1734 argtype = TREE_TYPE (argtype); in maybe_warn_nonstring_arg() 1736 if (TREE_CODE (argtype) != INTEGER_TYPE in maybe_warn_nonstring_arg() 1737 || !TYPE_READONLY (argtype)) in maybe_warn_nonstring_arg() 1740 argtype = TYPE_MAIN_VARIANT (argtype); in maybe_warn_nonstring_arg() 1741 if (argtype != char_type_node) in maybe_warn_nonstring_arg() 1941 tree argtype; in fntype_argno_type() local 1943 FOREACH_FUNCTION_ARGS (fntype, argtype, it) in fntype_argno_type() [all …]
|