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

/openbsd-current/lib/libcurses/base/
H A DMKlib_gen.sh303 argtype = ""
313 argtype = "char";
315 argtype = "int";
317 argtype = "short";
319 argtype = "chtype";
321 argtype = "attr";
331 if ( argtype == "char" ) {
344 if ( argtype == "int" || argtype == "short" ) {
346 argtype
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/include/opcode/
H A Dcrx.h110 argtype; typedef in typeref:enum:__anon5708
287 argtype type;
322 argtype arg_type;
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dovldbreak.exp316 proc continue_to_bp_overloaded {might_kfail bpnumber argtype actuals} {
321 -re "Continuing.\r\n\r\nBreakpoint ${bpnumber}, (${hex} in )?foo::overload1arg(\\(${argtype}\\))? \\(this=${hex}(, )?${actuals}\\) at.*${srcfile}:${decimal}\r\n${decimal}\[\t \]+int foo::overload1arg \\(${argtype}( arg)?\\).*\r\n.*$gdb_prompt $" {
322 pass "continue to bp overloaded : ${argtype}"
324 -re "Continuing.\r\n\r\nBreakpoint ${bpnumber}, (${hex} in )?foo::overload1arg(\\(${argtype}\\))? \\(this=${hex}, arg=.*\\) at.*${srcfile}:${decimal}\r\n${decimal}\[\t \]+int foo::overload1arg \\(${argtype}( arg)?\\).*\r\n.*$gdb_prompt $" {
326 kfail "gdb/1025" "continue to bp overloaded : ${argtype}"
328 fail "continue to bp overloaded : ${argtype}"
332 fail "continue to bp overloaded : ${argtype}"
335 fail "continue to bp overloaded : ${argtype} (timeou
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dmethod.c1015 tree argtype = type;
1031 argtype = build_qualified_type (argtype, TYPE_QUAL_CONST);
1034 argtype = build_reference_type (argtype);
1035 args = build_tree_list (hash_tree_chain (argtype, NULL_TREE),
1010 tree argtype = type; local
H A Dtypeck.c3958 register tree argtype = 0;
4100 argtype = TREE_TYPE (arg);
4103 if (TREE_CODE (argtype) == ENUMERAL_TYPE)
4110 if (TREE_CODE (argtype) == POINTER_TYPE)
4112 enum tree_code tmp = TREE_CODE (TREE_TYPE (argtype));
4113 tree type = complete_type (TREE_TYPE (argtype));
4119 ? "increment" : "decrement"), TREE_TYPE (argtype));
4126 ? "increment" : "decrement"), argtype);
4127 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype));
4132 inc = cp_convert (argtype, in
3948 register tree argtype = 0; local
[all...]
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 Dcall.c1480 tree argtype = lvalue_type (arg); local
1511 t = implicit_conversion (parmtype, argtype, arg, flags);
1515 t = build1 (IDENTITY_CONV, argtype, arg);
1583 tree argtype = lvalue_type (arg); local
1587 t = implicit_conversion (totype, argtype, arg, flags);
1591 t = implicit_conversion (TREE_VALUE (parmnode), argtype, arg, flags);
1594 t = build1 (IDENTITY_CONV, argtype, arg);
4525 tree argtype = TREE_TYPE (TREE_VALUE (arg)); local
4531 TREE_TYPE (argtype), fn);
4547 if (!accessible_base_p (TREE_TYPE (argtype),
[all...]
H A Ddecl.c13215 tree argtype;
13222 for (argtype = argtypes, arity = 0;
13223 argtype && argtype != void_list_node;
13224 argtype = TREE_CHAIN (argtype))
13195 tree argtype; local
/openbsd-current/gnu/gcc/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.c3997 tree argtype = 0;
4161 argtype = TREE_TYPE (arg);
4164 if (TREE_CODE (argtype) == ENUMERAL_TYPE)
4171 if (TREE_CODE (argtype) == POINTER_TYPE)
4173 tree type = complete_type (TREE_TYPE (argtype));
4179 ? "increment" : "decrement"), TREE_TYPE (argtype));
4181 && !TYPE_PTROB_P (argtype))
4185 ? "increment" : "decrement"), argtype);
4186 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype));
4191 inc = cp_convert (argtype, in
3987 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);
4830 tree argtype = TREE_TYPE (TREE_VALUE (arg)); local
4836 TREE_TYPE (argtype), fn);
4852 if (!accessible_base_p (TREE_TYPE (argtype),
[all...]
H A Ddecl.c9209 tree argtype;
9218 for (argtype = argtypes, arity = 0;
9219 argtype && argtype != void_list_node;
9220 argtype = TREE_CHAIN (argtype))
9222 ellipsis_p = !argtype;
9192 tree argtype; local
/openbsd-current/gnu/gcc/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.c2819 tree argtype = 0;
2977 argtype = TREE_TYPE (arg);
3007 inc = convert (argtype, inc);
3069 argtype = TREE_TYPE (arg);
3077 argtype = c_build_type_variant (argtype,
3087 argtype = build_pointer_type (argtype);
3095 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1;
3097 op1 = fold_convert (argtype, TREE_OPERAN
2804 tree argtype = 0; local
[all...]
H A Dbuiltins.c6523 tree argtype, parmtype;
6553 argtype = TREE_TYPE (TREE_VALUE (arglist));
6557 if (! SCALAR_FLOAT_TYPE_P (argtype))
6562 if (! COMPLEX_FLOAT_TYPE_P (argtype))
6567 if (! POINTER_TYPE_P (argtype))
6572 if (! INTEGRAL_TYPE_P (argtype))
6520 tree argtype, parmtype; local
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-sh64.c1610 shmedia_parse_reg (char *src, int *mode, int *reg, shmedia_arg_type argtype) argument
1866 if (argtype == A_CREG_J || argtype == A_CREG_K)
2218 shmedia_arg_type argtype)
2224 len = shmedia_parse_reg (src, &mode, &(op->reg), argtype);
2505 shmedia_arg_type argtype = opcode->arg[i]; local
2507 switch (argtype)
2761 BAD_CASE (argtype);
2217 shmedia_get_operand(char **ptr, shmedia_operand_info *op, shmedia_arg_type argtype) argument
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c541 tree argtype = parse_signature_type (&str, limit); local
542 argtype_list = tree_cons (NULL_TREE, argtype, argtype_list);
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sh64.c1615 shmedia_parse_reg (char *src, int *mode, int *reg, shmedia_arg_type argtype) argument
1871 if (argtype == A_CREG_J || argtype == A_CREG_K)
2223 shmedia_arg_type argtype)
2229 len = shmedia_parse_reg (src, &mode, &(op->reg), argtype);
2510 shmedia_arg_type argtype = opcode->arg[i]; local
2512 switch (argtype)
2772 BAD_CASE (argtype);
2222 shmedia_get_operand(char **ptr, shmedia_operand_info *op, shmedia_arg_type argtype) argument
H A Dtc-crx.c145 static argtype get_optype (operand_type);
183 static argtype
1496 argtype cur_type[MAX_OPERANDS];
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dcrx-dis.c101 static argtype getargtype (operand_type);
144 static argtype
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c2730 tree argtype = 0;
2890 argtype = TREE_TYPE (arg);
2920 inc = convert (argtype, inc);
2958 argtype, value, inc);
3054 argtype = TREE_TYPE (arg);
3062 argtype = c_build_type_variant (argtype,
3066 argtype = build_pointer_type (argtype);
3087 addr = fold (build (PLUS_EXPR, argtype,
2717 tree argtype = 0; local
[all...]
/openbsd-current/usr.sbin/btrace/
H A Dbtrace.c791 const char *argtype, *fmt; local
801 argtype = dtai[argn].dtai_argtype;
803 if (strncmp(argtype, "int", DTNAMESIZE) == 0) {
/openbsd-current/gnu/usr.bin/perl/
H A Dpp_sys.c2452 const int argtype = POPi; local
2460 value = (I32)(PerlLIO_flock(PerlIO_fileno(fp), argtype) >= 0);

Completed in 577 milliseconds