| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | MKlib_gen.sh | 283 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/ |
| HD | sdt.c | 229 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/ |
| HD | zfs_iter.c | 445 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/ |
| HD | cr16.h | 114 argtype; typedef 291 argtype type; 326 argtype arg_type;
|
| HD | ChangeLog | 440 * crx.h (enum argtype): Rename types, remove unused types.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | typeck.c | 4120 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 …]
|
| HD | cvt.c | 353 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()
|
| HD | call.c | 1404 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 …]
|
| HD | decl.c | 9728 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()
|
| HD | ChangeLog-1996 | 1522 (add_function_candidate): Fix cv-quals on argtype.
|
| /NextBSD/sbin/fdisk/ |
| HD | fdisk.c | 112 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/ |
| HD | dojump.c | 247 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()
|
| HD | c-typeck.c | 2894 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 …]
|
| HD | builtins.c | 6527 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/ |
| HD | devstat.c | 95 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/ |
| HD | libzfs_util.c | 723 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/ |
| HD | cr16-dis.c | 152 static argtype
|
| /NextBSD/sbin/fdisk_pc98/ |
| HD | fdisk.c | 98 char argtype; member
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-cr16.c | 276 static argtype 2107 argtype cur_type[MAX_OPERANDS]; in assemble_insn()
|
| /NextBSD/contrib/binutils/gas/ |
| HD | ChangeLog-0203 | 7002 Use tolower, not TO_LOWER. If no register is found and argtype
|