Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 20 of 20) sorted by relevance

/NextBSD/contrib/ncurses/ncurses/base/
HDMKlib_gen.sh283 argtype = ""
293 argtype = "char";
295 argtype = "int";
297 argtype = "short";
299 argtype = "chtype";
301 argtype = "attr";
311 if ( argtype == "char" ) {
320 if ( argtype == "int" || argtype == "short" ) {
322 argtype = ""
323 } else if ( argtype != "" ) {
[all …]
/NextBSD/sys/cddl/dev/sdt/
HDsdt.c229 struct sdt_argtype *argtype; in sdt_getargdesc() local
237 TAILQ_FOREACH(argtype, &probe->argtype_list, argtype_entry) { in sdt_getargdesc()
238 if (desc->dtargd_ndx == argtype->ndx) { in sdt_getargdesc()
240 if (argtype->type == NULL) { in sdt_getargdesc()
245 strlcpy(desc->dtargd_native, argtype->type, in sdt_getargdesc()
247 if (argtype->xtype != NULL) in sdt_getargdesc()
248 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
271 struct sdt_argtype **argtype, **a_begin, **a_end; in sdt_kld_load() local
290 for (argtype = a_begin; argtype < a_end; argtype++) { in sdt_kld_load()
291 (*argtype)->probe->n_args++; in sdt_kld_load()
[all …]
/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_iter.c445 zfs_type_t argtype; in zfs_for_each() local
452 argtype = types; in zfs_for_each()
454 argtype |= ZFS_TYPE_FILESYSTEM; in zfs_for_each()
456 argtype |= ZFS_TYPE_VOLUME; in zfs_for_each()
462 argtype); in zfs_for_each()
464 zhp = zfs_open(g_zfs, argv[i], argtype); in zfs_for_each()
/NextBSD/contrib/binutils/include/opcode/
HDcr16.h114 argtype; typedef
291 argtype type;
326 argtype arg_type;
HDChangeLog440 * crx.h (enum argtype): Rename types, remove unused types.
/NextBSD/contrib/gcc/cp/
HDtypeck.c4120 tree argtype = 0; in build_unary_op() local
4284 argtype = TREE_TYPE (arg); in build_unary_op()
4287 if (TREE_CODE (argtype) == ENUMERAL_TYPE) in build_unary_op()
4294 if (TREE_CODE (argtype) == POINTER_TYPE) in build_unary_op()
4296 tree type = complete_type (TREE_TYPE (argtype)); in build_unary_op()
4302 ? "increment" : "decrement"), TREE_TYPE (argtype)); in build_unary_op()
4304 && !TYPE_PTROB_P (argtype)) in build_unary_op()
4308 ? "increment" : "decrement"), argtype); in build_unary_op()
4309 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype)); in build_unary_op()
4314 inc = cp_convert (argtype, inc); in build_unary_op()
[all …]
HDcvt.c353 tree argtype = TREE_TYPE (arg); in build_up_reference() local
382 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type) in build_up_reference()
383 && IS_AGGR_TYPE (argtype) in build_up_reference()
387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL); in build_up_reference()
391 return error_not_base_type (target_type, argtype); in build_up_reference()
HDcall.c1404 tree argtype = lvalue_type (arg); in add_function_candidate() local
1435 t = implicit_conversion (parmtype, argtype, arg, in add_function_candidate()
1440 t = build_identity_conv (argtype, arg); in add_function_candidate()
1505 tree argtype = lvalue_type (arg); in add_conv_candidate() local
1509 t = implicit_conversion (totype, argtype, arg, /*c_cast_p=*/false, in add_conv_candidate()
1514 t = implicit_conversion (TREE_VALUE (parmnode), argtype, arg, in add_conv_candidate()
1518 t = build_identity_conv (argtype, arg); in add_conv_candidate()
4872 tree argtype = TREE_TYPE (TREE_VALUE (arg)); in build_over_call() local
4878 TREE_TYPE (argtype), fn); in build_over_call()
4894 if (!accessible_base_p (TREE_TYPE (argtype), in build_over_call()
[all …]
HDdecl.c9728 tree argtype; in grok_op_properties() local
9737 for (argtype = argtypes, arity = 0; in grok_op_properties()
9738 argtype && argtype != void_list_node; in grok_op_properties()
9739 argtype = TREE_CHAIN (argtype)) in grok_op_properties()
9741 ellipsis_p = !argtype; in grok_op_properties()
HDChangeLog-19961522 (add_function_candidate): Fix cv-quals on argtype.
/NextBSD/sbin/fdisk/
HDfdisk.c112 char argtype; member
1016 command->args[command->n_args].argtype = *cp++; in parse_config_line()
1061 switch (command->args[i].argtype) { in process_geometry()
1074 current_line_number, command->args[i].argtype, in process_geometry()
1075 command->args[i].argtype); in process_geometry()
/NextBSD/contrib/gcc/
HDdojump.c247 tree argtype = TREE_TYPE (arg); in do_jump() local
251 && prefer_and_bit_test (TYPE_MODE (argtype), in do_jump()
256 do_jump (build2 (BIT_AND_EXPR, argtype, arg, in do_jump()
257 build_int_cst_type (argtype, mask)), in do_jump()
HDc-typeck.c2894 tree argtype = 0; in build_unary_op() local
3054 argtype = TREE_TYPE (arg); in build_unary_op()
3084 inc = convert (argtype, inc); in build_unary_op()
3146 argtype = TREE_TYPE (arg); in build_unary_op()
3154 argtype = c_build_type_variant (argtype, in build_unary_op()
3164 argtype = build_pointer_type (argtype); in build_unary_op()
3172 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1; in build_unary_op()
3174 op1 = fold_convert (argtype, TREE_OPERAND (val, 0)); in build_unary_op()
3175 return fold_build2 (PLUS_EXPR, argtype, op0, op1); in build_unary_op()
3178 val = build1 (ADDR_EXPR, argtype, arg); in build_unary_op()
[all …]
HDbuiltins.c6527 tree argtype, parmtype; in builtin_mathfn_code() local
6557 argtype = TREE_TYPE (TREE_VALUE (arglist)); in builtin_mathfn_code()
6561 if (! SCALAR_FLOAT_TYPE_P (argtype)) in builtin_mathfn_code()
6566 if (! COMPLEX_FLOAT_TYPE_P (argtype)) in builtin_mathfn_code()
6571 if (! POINTER_TYPE_P (argtype)) in builtin_mathfn_code()
6576 if (! INTEGRAL_TYPE_P (argtype)) in builtin_mathfn_code()
/NextBSD/lib/libdevstat/
HDdevstat.c95 devstat_arg_type argtype; member
1301 switch (devstat_arg_list[metric].argtype) { in devstat_compute_statistics()
1317 if (devstat_arg_list[metric].argtype == DEVSTAT_ARG_SKIP) in devstat_compute_statistics()
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_util.c723 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) in zfs_path_to_zhandle() argument
733 return (zfs_open(hdl, path, argtype)); in zfs_path_to_zhandle()
/NextBSD/contrib/binutils/opcodes/
HDcr16-dis.c152 static argtype
/NextBSD/sbin/fdisk_pc98/
HDfdisk.c98 char argtype; member
/NextBSD/contrib/binutils/gas/config/
HDtc-cr16.c276 static argtype
2107 argtype cur_type[MAX_OPERANDS]; in assemble_insn()
/NextBSD/contrib/binutils/gas/
HDChangeLog-02037002 Use tolower, not TO_LOWER. If no register is found and argtype