Searched refs:argtype (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh262 argtype = ""
272 argtype = "char";
274 argtype = "int";
276 argtype = "short";
278 argtype = "chtype";
280 argtype = "attr";
288 if ( argtype == "char" ) {
295 if ( argtype == "int" || argtype == "short" ) {
297 argtype
[all...]
/freebsd-9.3-release/sys/cddl/dev/sdt/
H A Dsdt.c218 struct sdt_argtype *argtype; local
226 TAILQ_FOREACH(argtype, &probe->argtype_list, argtype_entry) {
227 if (desc->dtargd_ndx == argtype->ndx) {
229 if (argtype->type == NULL) {
234 strlcpy(desc->dtargd_native, argtype->type,
236 if (argtype->xtype != NULL)
237 strlcpy(desc->dtargd_xlate, argtype->xtype,
260 struct sdt_argtype **argtype, **a_begin, **a_end; local
279 for (argtype = a_begin; argtype < a_en
[all...]
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcr16.h114 argtype; typedef in typeref:enum:__anon711
291 argtype type;
326 argtype arg_type;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_iter.c445 zfs_type_t argtype; local
452 argtype = types;
454 argtype |= ZFS_TYPE_FILESYSTEM;
456 argtype |= ZFS_TYPE_VOLUME;
462 argtype);
464 zhp = zfs_open(g_zfs, argv[i], argtype);
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c354 tree argtype = TREE_TYPE (arg);
383 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type)
384 && IS_AGGR_TYPE (argtype)
388 tree binfo = lookup_base (argtype, target_type, ba_check, NULL);
392 return error_not_base_type (target_type, argtype);
353 tree argtype = TREE_TYPE (arg); local
H A Dtypeck.c4033 tree argtype = 0;
4197 argtype = TREE_TYPE (arg);
4200 if (TREE_CODE (argtype) == ENUMERAL_TYPE)
4207 if (TREE_CODE (argtype) == POINTER_TYPE)
4209 tree type = complete_type (TREE_TYPE (argtype));
4215 ? "increment" : "decrement"), TREE_TYPE (argtype));
4217 && !TYPE_PTROB_P (argtype))
4221 ? "increment" : "decrement"), argtype);
4222 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype));
4227 inc = cp_convert (argtype, in
4023 tree argtype = 0; local
[all...]
H A Dcall.c1391 tree argtype = lvalue_type (arg); local
1422 t = implicit_conversion (parmtype, argtype, arg,
1427 t = build_identity_conv (argtype, arg);
1492 tree argtype = lvalue_type (arg); local
1496 t = implicit_conversion (totype, argtype, arg, /*c_cast_p=*/false,
1501 t = implicit_conversion (TREE_VALUE (parmnode), argtype, arg,
1505 t = build_identity_conv (argtype, arg);
4850 tree argtype = TREE_TYPE (TREE_VALUE (arg)); local
4856 TREE_TYPE (argtype), fn);
4872 if (!accessible_base_p (TREE_TYPE (argtype),
[all...]
H A Ddecl.c9276 tree argtype;
9285 for (argtype = argtypes, arity = 0;
9286 argtype && argtype != void_list_node;
9287 argtype = TREE_CHAIN (argtype))
9289 ellipsis_p = !argtype;
9259 tree argtype; local
/freebsd-9.3-release/sbin/fdisk/
H A Dfdisk.c111 char argtype; member in struct:cmd::arg
1020 command->args[command->n_args].argtype = *cp++;
1065 switch (command->args[i].argtype) {
1078 current_line_number, command->args[i].argtype,
1079 command->args[i].argtype);
/freebsd-9.3-release/contrib/gcc/
H A Ddojump.c248 tree argtype = TREE_TYPE (arg);
252 && prefer_and_bit_test (TYPE_MODE (argtype),
257 do_jump (build2 (BIT_AND_EXPR, argtype, arg,
258 build_int_cst_type (argtype, mask)),
247 tree argtype = TREE_TYPE (arg); local
H A Dc-typeck.c2795 tree argtype = 0;
2953 argtype = TREE_TYPE (arg);
2983 inc = convert (argtype, inc);
3045 argtype = TREE_TYPE (arg);
3053 argtype = c_build_type_variant (argtype,
3063 argtype = build_pointer_type (argtype);
3071 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1;
3073 op1 = fold_convert (argtype, TREE_OPERAN
2780 tree argtype = 0; local
[all...]
H A Dbuiltins.c6498 tree argtype, parmtype;
6528 argtype = TREE_TYPE (TREE_VALUE (arglist));
6532 if (! SCALAR_FLOAT_TYPE_P (argtype))
6537 if (! COMPLEX_FLOAT_TYPE_P (argtype))
6542 if (! POINTER_TYPE_P (argtype))
6547 if (! INTEGRAL_TYPE_P (argtype))
6495 tree argtype, parmtype; local
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c95 devstat_arg_type argtype; member in struct:devstat_args
1261 switch (devstat_arg_list[metric].argtype) {
1277 if (devstat_arg_list[metric].argtype == DEVSTAT_ARG_SKIP)
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_util.c722 zfs_path_to_zhandle(libzfs_handle_t *hdl, char *path, zfs_type_t argtype) argument
730 * It's not a valid path, assume it's a name of type 'argtype'.
732 return (zfs_open(hdl, path, argtype));
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcr16-dis.c152 static argtype
/freebsd-9.3-release/sbin/fdisk_pc98/
H A Dfdisk.c98 char argtype; member in struct:cmd::arg
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-cr16.c276 static argtype
2107 argtype cur_type[MAX_OPERANDS];
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7024 QualType argtype = mergeFunctionArgumentTypes(largtype, rargtype, local
7027 if (argtype.isNull()) return QualType();
7030 argtype = argtype.getUnqualifiedType();
7032 types.push_back(argtype);
7038 if (getCanonicalType(argtype) != getCanonicalType(largtype))
7040 if (getCanonicalType(argtype) != getCanonicalType(rargtype))

Completed in 346 milliseconds