| /netbsd-src/external/gpl2/xcvs/dist/src/ |
| H A D | release.c | 144 char *thisarg; in release() local 209 thisarg = argv[i]; in release() 211 if (isdir (thisarg)) in release() 213 if (CVS_CHDIR (thisarg) < 0) in release() 216 error (0, errno, "can't chdir to: %s", thisarg); in release() 222 error (0, 0, "no repository directory: %s", thisarg); in release() 233 error (0, 0, "no such directory: %s", thisarg); in release() 274 error (0, 0, "unable to release `%s' (%d)", thisarg, status); in release() 288 delete_flag ? "(and delete) " : "", thisarg); in release() 332 argv[1] = thisarg; in release() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| H A D | args.c | 198 int i, argc, thisarg; in get_command_i4() local 223 thisarg = arglen; in get_command_i4() 224 if (tot_len + thisarg > command_len) in get_command_i4() 226 thisarg = command_len - tot_len; /* Truncate. */ in get_command_i4() 233 memcpy (&command[tot_len], argv[i], thisarg); in get_command_i4()
|
| /netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| H A D | args.c | 198 int i, argc, thisarg; in get_command_i4() local 223 thisarg = arglen; in get_command_i4() 224 if (tot_len + thisarg > command_len) in get_command_i4() 226 thisarg = command_len - tot_len; /* Truncate. */ in get_command_i4() 233 memcpy (&command[tot_len], argv[i], thisarg); in get_command_i4()
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | main.c | 124 const char *progname, *sec, *thisarg; in main() local 302 thisarg = oarg; in main() 306 warnx("-O %s: Bad argument", thisarg); in main() 499 thisarg = "<stdin>"; in main() 500 mandoc_msg_setinfilename(thisarg); in main() 501 parse(&curp, STDIN_FILENO, thisarg); in main() 526 thisarg = resp->file; in main() 528 thisarg = *argv; in main() 530 fd = mparse_open(curp.mp, thisarg); in main() 538 mandoc_msg_setinfilename(thisarg); in main() [all …]
|
| /netbsd-src/usr.bin/m4/ |
| H A D | gnum4.c | 562 const char *thisarg; in doformat() local 619 thisarg = argv[pos++]; in doformat() 624 thisarg = temp; in doformat() 631 l = strlen(thisarg); in doformat() 638 addchars(thisarg, l); in doformat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | lambda.c | 1103 tree thisarg = build_int_cst (TREE_TYPE (DECL_ARGUMENTS (callop)), 0); in maybe_add_lambda_conv_op() local 1113 tree instance = cp_build_fold_indirect_ref (thisarg); in maybe_add_lambda_conv_op() 1127 direct_argvec->quick_push (thisarg); in maybe_add_lambda_conv_op()
|
| H A D | pt.c | 20018 tree thisarg = NULL_TREE; in tsubst_copy_and_build() local 20021 thisarg = TREE_OPERAND (function, 0); in tsubst_copy_and_build() 20022 if (TREE_CODE (thisarg) == INDIRECT_REF) in tsubst_copy_and_build() 20023 thisarg = TREE_OPERAND (thisarg, 0); in tsubst_copy_and_build() 20040 if (thisarg) in tsubst_copy_and_build() 20044 vec_safe_push (call_args, thisarg); in tsubst_copy_and_build() 20052 (*call_args)[0] = thisarg; in tsubst_copy_and_build()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | lambda.cc | 1102 tree thisarg = build_int_cst (TREE_TYPE (DECL_ARGUMENTS (callop)), 0); in maybe_add_lambda_conv_op() local 1112 tree instance = cp_build_fold_indirect_ref (thisarg); in maybe_add_lambda_conv_op() 1126 direct_argvec->quick_push (thisarg); in maybe_add_lambda_conv_op()
|
| H A D | pt.cc | 20843 tree thisarg = NULL_TREE; in tsubst_copy_and_build() local 20846 thisarg = TREE_OPERAND (function, 0); in tsubst_copy_and_build() 20847 if (TREE_CODE (thisarg) == INDIRECT_REF) in tsubst_copy_and_build() 20848 thisarg = TREE_OPERAND (thisarg, 0); in tsubst_copy_and_build() 20865 if (thisarg) in tsubst_copy_and_build() 20869 vec_safe_push (call_args, thisarg); in tsubst_copy_and_build() 20877 (*call_args)[0] = thisarg; in tsubst_copy_and_build()
|
| H A D | ChangeLog-2019 | 4987 * lambda.c (maybe_add_lambda_conv_op): Build thisarg using
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | dinterpret.d | 425 …(UnionExp* pue, FuncDeclaration fd, InterState* istate, Expressions* arguments, Expression thisarg) in interpretFunction() argument 457 if (fd.isNested() && fd.toParentLocal().isFuncDeclaration() && !thisarg && istate) in interpretFunction() 458 thisarg = ctfeGlobals.stack.getThis(); in interpretFunction() 460 if (fd.needThis() && !thisarg) in interpretFunction() 540 Expression arg0 = thisarg; in interpretFunction() 551 const loc = thisarg ? thisarg.loc : fd.loc; in interpretFunction() 552 thisarg = ctfeEmplaceExp!ArrayLiteralExp(loc, t2, elements); in interpretFunction() 553 thisarg = ctfeEmplaceExp!AddrExp(loc, thisarg); in interpretFunction() 554 thisarg.type = t2.pointerTo(); in interpretFunction() 557 ctfeGlobals.stack.startFrame(thisarg); in interpretFunction() [all …]
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
| H A D | netpgptcl_wrap.c | 1381 int thisarg = 0; in SWIG_Tcl_ObjectConstructor() local 1392 thisarg = 2; in SWIG_Tcl_ObjectConstructor() 1404 thisarg = 3; in SWIG_Tcl_ObjectConstructor() 1419 } else if (thisarg > 0) { in SWIG_Tcl_ObjectConstructor() 1420 if (thisarg < objc) { in SWIG_Tcl_ObjectConstructor() 1422 newObj = Tcl_DuplicateObj(objv[thisarg]); in SWIG_Tcl_ObjectConstructor()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-builtins.c | 2992 builtin_arg thisarg = args[argc]; in arm_expand_builtin_args() local 2994 if (thisarg == ARG_BUILTIN_STOP) in arm_expand_builtin_args() 3001 if (thisarg == ARG_BUILTIN_NEON_MEMORY) in arm_expand_builtin_args() 3021 ((thisarg == ARG_BUILTIN_MEMORY in arm_expand_builtin_args() 3022 || thisarg == ARG_BUILTIN_NEON_MEMORY) in arm_expand_builtin_args() 3025 switch (thisarg) in arm_expand_builtin_args()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-builtins.cc | 2951 builtin_arg thisarg = args[argc]; in arm_expand_builtin_args() local 2953 if (thisarg == ARG_BUILTIN_STOP) in arm_expand_builtin_args() 2960 if (thisarg == ARG_BUILTIN_NEON_MEMORY) in arm_expand_builtin_args() 2980 ((thisarg == ARG_BUILTIN_MEMORY in arm_expand_builtin_args() 2981 || thisarg == ARG_BUILTIN_NEON_MEMORY) in arm_expand_builtin_args() 2984 switch (thisarg) in arm_expand_builtin_args()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-builtins.c | 1358 builtin_simd_arg thisarg = args[opc - have_retval]; in aarch64_simd_expand_args() local 1360 if (thisarg == SIMD_ARG_STOP) in aarch64_simd_expand_args() 1368 switch (thisarg) in aarch64_simd_expand_args()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | dinterpret.c | 752 …nionExp *pue, FuncDeclaration *fd, InterState *istate, Expressions *arguments, Expression *thisarg) in interpretFunction() argument 783 if (fd->isNested() && fd->toParent2()->isFuncDeclaration() && !thisarg && istate) in interpretFunction() 784 thisarg = ctfeStack.getThis(); in interpretFunction() 786 if (fd->needThis() && !thisarg) in interpretFunction() 861 ctfeStack.startFrame(thisarg); in interpretFunction() 862 if (fd->vthis && thisarg) in interpretFunction() 865 setValue(fd->vthis, thisarg); in interpretFunction() 962 e = thisarg; in interpretFunction()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-builtins.cc | 1862 builtin_simd_arg thisarg = args[opc - have_retval]; in aarch64_simd_expand_args() local 1864 if (thisarg == SIMD_ARG_STOP) in aarch64_simd_expand_args() 1872 switch (thisarg) in aarch64_simd_expand_args()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-arm.c | 15267 neon_type_promote (struct neon_type_el *key, unsigned thisarg) in neon_type_promote() argument 15271 gas_assert ((thisarg & N_EQK) != 0); in neon_type_promote() 15273 neon_modify_type_size (thisarg, &dest.type, &dest.size); in neon_type_promote() 15459 unsigned thisarg = va_arg (ap, unsigned); in neon_check_type() local 15460 if (thisarg == N_IGNORE_TYPE) in neon_check_type() 15465 types[i] = thisarg; in neon_check_type() 15466 if ((thisarg & N_KEY) != 0) in neon_check_type() 15526 unsigned thisarg = types[i]; in neon_check_type() local 15527 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0) in neon_check_type() 15528 ? modify_types_allowed (key_allowed, thisarg) : thisarg; in neon_check_type() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-arm.c | 15297 neon_type_promote (struct neon_type_el *key, unsigned thisarg) in neon_type_promote() argument 15301 gas_assert ((thisarg & N_EQK) != 0); in neon_type_promote() 15303 neon_modify_type_size (thisarg, &dest.type, &dest.size); in neon_type_promote() 15489 unsigned thisarg = va_arg (ap, unsigned); in neon_check_type() local 15490 if (thisarg == N_IGNORE_TYPE) in neon_check_type() 15495 types[i] = thisarg; in neon_check_type() 15496 if ((thisarg & N_KEY) != 0) in neon_check_type() 15556 unsigned thisarg = types[i]; in neon_check_type() local 15557 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0) in neon_check_type() 15558 ? modify_types_allowed (key_allowed, thisarg) : thisarg; in neon_check_type() [all …]
|