| /openbsd-src/lib/libcurses/base/ |
| H A D | MKlib_gen.sh | 303 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 = "" 347 } else if ( argtype != "" ) { [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | ovldbreak.exp | 316 proc continue_to_bp_overloaded {might_kfail bpnumber argtype actuals} { 321 …ad1arg(\\(${argtype}\\))? \\(this=${hex}(, )?${actuals}\\) at.*${srcfile}:${decimal}\r\n${decimal}… 322 pass "continue to bp overloaded : ${argtype}" 324 …erload1arg(\\(${argtype}\\))? \\(this=${hex}, arg=.*\\) at.*${srcfile}:${decimal}\r\n${decimal}\[\… 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} (timeout)"
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
| H A D | crx.h | 110 argtype; typedef 287 argtype type; 322 argtype arg_type;
|
| H A D | ChangeLog | 261 * crx.h (enum argtype): Rename types, remove unused types.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | method.c | 1010 tree argtype = type; local 1026 argtype = build_qualified_type (argtype, TYPE_QUAL_CONST); 1029 argtype = build_reference_type (argtype); 1030 args = build_tree_list (hash_tree_chain (argtype, NULL_TREE),
|
| H A D | typeck.c | 3948 register tree argtype = 0; local 4090 argtype = TREE_TYPE (arg); 4093 if (TREE_CODE (argtype) == ENUMERAL_TYPE) 4100 if (TREE_CODE (argtype) == POINTER_TYPE) 4102 enum tree_code tmp = TREE_CODE (TREE_TYPE (argtype)); 4103 tree type = complete_type (TREE_TYPE (argtype)); 4109 ? "increment" : "decrement"), TREE_TYPE (argtype)); 4116 ? "increment" : "decrement"), argtype); 4117 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype)); 4122 inc = cp_convert (argtype, inc); [all …]
|
| H A D | cvt.c | 353 tree argtype = TREE_TYPE (arg); local 382 && TYPE_MAIN_VARIANT (argtype) != TYPE_MAIN_VARIANT (target_type) 383 && IS_AGGR_TYPE (argtype) 387 tree binfo = lookup_base (argtype, target_type, ba_check, NULL); 391 return error_not_base_type (target_type, argtype);
|
| H A D | call.c | 1480 tree argtype = lvalue_type (arg); in add_function_candidate() local 1511 t = implicit_conversion (parmtype, argtype, arg, flags); in add_function_candidate() 1515 t = build1 (IDENTITY_CONV, argtype, arg); in add_function_candidate() 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 D | decl.c | 13195 tree argtype; local 13202 for (argtype = argtypes, arity = 0; 13203 argtype && argtype != void_list_node; 13204 argtype = TREE_CHAIN (argtype))
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | typeck.c | 3987 tree argtype = 0; in build_unary_op() local 4151 argtype = TREE_TYPE (arg); in build_unary_op() 4154 if (TREE_CODE (argtype) == ENUMERAL_TYPE) in build_unary_op() 4161 if (TREE_CODE (argtype) == POINTER_TYPE) in build_unary_op() 4163 tree type = complete_type (TREE_TYPE (argtype)); in build_unary_op() 4169 ? "increment" : "decrement"), TREE_TYPE (argtype)); in build_unary_op() 4171 && !TYPE_PTROB_P (argtype)) in build_unary_op() 4175 ? "increment" : "decrement"), argtype); in build_unary_op() 4176 inc = cxx_sizeof_nowarn (TREE_TYPE (argtype)); in build_unary_op() 4181 inc = cp_convert (argtype, inc); in build_unary_op() [all …]
|
| H A D | 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()
|
| H A D | call.c | 1391 tree argtype = lvalue_type (arg); in add_function_candidate() local 1422 t = implicit_conversion (parmtype, argtype, arg, in add_function_candidate() 1427 t = build_identity_conv (argtype, arg); in add_function_candidate() 1492 tree argtype = lvalue_type (arg); in add_conv_candidate() local 1496 t = implicit_conversion (totype, argtype, arg, /*c_cast_p=*/false, in add_conv_candidate() 1501 t = implicit_conversion (TREE_VALUE (parmnode), argtype, arg, in add_conv_candidate() 1505 t = build_identity_conv (argtype, arg); in add_conv_candidate() 4830 tree argtype = TREE_TYPE (TREE_VALUE (arg)); in build_over_call() local 4836 TREE_TYPE (argtype), fn); in build_over_call() 4852 if (!accessible_base_p (TREE_TYPE (argtype), in build_over_call() [all …]
|
| H A D | decl.c | 9192 tree argtype; in grok_op_properties() local 9201 for (argtype = argtypes, arity = 0; in grok_op_properties() 9202 argtype && argtype != void_list_node; in grok_op_properties() 9203 argtype = TREE_CHAIN (argtype)) in grok_op_properties() 9205 ellipsis_p = !argtype; in grok_op_properties()
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | 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()
|
| H A D | c-typeck.c | 2804 tree argtype = 0; in build_unary_op() local 2962 argtype = TREE_TYPE (arg); in build_unary_op() 2992 inc = convert (argtype, inc); in build_unary_op() 3054 argtype = TREE_TYPE (arg); in build_unary_op() 3062 argtype = c_build_type_variant (argtype, in build_unary_op() 3072 argtype = build_pointer_type (argtype); in build_unary_op() 3080 tree op0 = fold_convert (argtype, fold_offsetof (arg, val)), op1; in build_unary_op() 3082 op1 = fold_convert (argtype, TREE_OPERAND (val, 0)); in build_unary_op() 3083 return fold_build2 (PLUS_EXPR, argtype, op0, op1); in build_unary_op() 3086 val = build1 (ADDR_EXPR, argtype, arg); in build_unary_op() [all …]
|
| H A D | builtins.c | 6520 tree argtype, parmtype; in builtin_mathfn_code() local 6550 argtype = TREE_TYPE (TREE_VALUE (arglist)); in builtin_mathfn_code() 6554 if (! SCALAR_FLOAT_TYPE_P (argtype)) in builtin_mathfn_code() 6559 if (! COMPLEX_FLOAT_TYPE_P (argtype)) in builtin_mathfn_code() 6564 if (! POINTER_TYPE_P (argtype)) in builtin_mathfn_code() 6569 if (! INTEGRAL_TYPE_P (argtype)) in builtin_mathfn_code()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-sh64.c | 1610 shmedia_parse_reg (char *src, int *mode, int *reg, shmedia_arg_type argtype) in shmedia_parse_reg() argument 1866 if (argtype == A_CREG_J || argtype == A_CREG_K) in shmedia_parse_reg() 2218 shmedia_arg_type argtype) in shmedia_get_operand() argument 2224 len = shmedia_parse_reg (src, &mode, &(op->reg), argtype); in shmedia_get_operand() 2505 shmedia_arg_type argtype = opcode->arg[i]; in shmedia_build_Mytes() local 2507 switch (argtype) in shmedia_build_Mytes() 2761 BAD_CASE (argtype); in shmedia_build_Mytes()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-sh64.c | 1615 shmedia_parse_reg (char *src, int *mode, int *reg, shmedia_arg_type argtype) in shmedia_parse_reg() argument 1871 if (argtype == A_CREG_J || argtype == A_CREG_K) in shmedia_parse_reg() 2223 shmedia_arg_type argtype) in shmedia_get_operand() argument 2229 len = shmedia_parse_reg (src, &mode, &(op->reg), argtype); in shmedia_get_operand() 2510 shmedia_arg_type argtype = opcode->arg[i]; in shmedia_build_Mytes() local 2512 switch (argtype) in shmedia_build_Mytes() 2772 BAD_CASE (argtype); in shmedia_build_Mytes()
|
| H A D | tc-crx.c | 145 static argtype get_optype (operand_type); 183 static argtype 1496 argtype cur_type[MAX_OPERANDS]; in assemble_insn()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | crx-dis.c | 101 static argtype getargtype (operand_type); 144 static argtype
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 2717 tree argtype = 0; local 2877 argtype = TREE_TYPE (arg); 2907 inc = convert (argtype, inc); 2945 argtype, value, inc); 3041 argtype = TREE_TYPE (arg); 3049 argtype = c_build_type_variant (argtype, 3053 argtype = build_pointer_type (argtype); 3074 addr = fold (build (PLUS_EXPR, argtype, 3075 convert (argtype, addr), 3076 convert (argtype, byte_position (field)))); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | typeck.c | 541 tree argtype = parse_signature_type (&str, limit); local 542 argtype_list = tree_cons (NULL_TREE, argtype, argtype_list);
|
| /openbsd-src/usr.sbin/btrace/ |
| H A D | btrace.c | 859 const char *argtype, *fmt; in stmt_eval() 869 argtype = dtai[argn].dtai_argtype; in stmt_eval() 871 if (strncmp(argtype, "int", DTNAMESIZE) == 0) { in stmt_eval() 791 const char *argtype, *fmt; builtin_arg() local
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | arm_mve.td | 1223 class ScalarShift<Type argtype, dag shiftCountArg, dag shiftCodeGen>: 1224 Intrinsic<argtype, !con((args argtype:$value), shiftCountArg), shiftCodeGen> { 1232 class LongScalarShift<Type argtype, dag shiftCountArg, dag shiftCodeGen>: 1233 ScalarShift<argtype, shiftCountArg, 1234 (seq (u32 (lshr $value, (argtype 32))):$hi,
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | pp_sys.c | 2680 const int argtype = POPi; in PP() 2688 value = (I32)(PerlLIO_flock(PerlIO_fileno(fp), argtype) >= 0); in PP() 2452 const int argtype = POPi; PP() local
|