HomeSort by: relevance | last modified time | path
    Searched defs:thisarg (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
release.c 144 char *thisarg; local
209 thisarg = argv[i];
211 if (isdir (thisarg))
213 if (CVS_CHDIR (thisarg) < 0)
216 error (0, errno, "can't chdir to: %s", thisarg);
222 error (0, 0, "no repository directory: %s", thisarg);
233 error (0, 0, "no such directory: %s", thisarg);
274 error (0, 0, "unable to release `%s' (%d)", thisarg, status);
288 delete_flag ? "(and delete) " : "", thisarg);
332 argv[1] = thisarg;
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
args.c 198 int i, argc, thisarg; local
223 thisarg = arglen;
224 if (tot_len + thisarg > command_len)
226 thisarg = command_len - tot_len; /* Truncate. */
233 memcpy (&command[tot_len], argv[i], thisarg);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
args.c 198 int i, argc, thisarg; local
223 thisarg = arglen;
224 if (tot_len + thisarg > command_len)
226 thisarg = command_len - tot_len; /* Truncate. */
233 memcpy (&command[tot_len], argv[i], thisarg);
  /src/usr.bin/m4/
gnum4.c 562 const char *thisarg; local
619 thisarg = argv[pos++];
624 thisarg = temp;
631 l = strlen(thisarg);
638 addchars(thisarg, l);
  /src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc 1129 tree thisarg = NULL_TREE; local
1131 thisarg = build_int_cst (TREE_TYPE (DECL_ARGUMENTS (callop)), 0);
1143 if (thisarg)
1145 tree instance = cp_build_fold_indirect_ref (thisarg);
1159 else if (thisarg)
1162 direct_argvec->quick_push (thisarg);
1177 if (!thisarg && !decltype_call)
1201 if (thisarg)
1237 else if (thisarg)
1247 if (thisarg)
    [all...]
pt.cc 20914 tree thisarg = NULL_TREE;
20917 thisarg = TREE_OPERAND (function, 0);
20918 if (TREE_CODE (thisarg) == INDIRECT_REF)
20919 thisarg = TREE_OPERAND (thisarg, 0);
20936 if (thisarg)
20940 vec_safe_push (call_args, thisarg);
20948 (*call_args)[0] = thisarg;
20913 tree thisarg = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc 1099 tree thisarg = build_int_cst (TREE_TYPE (DECL_ARGUMENTS (callop)), 0); local
1109 tree instance = cp_build_fold_indirect_ref (thisarg);
1123 direct_argvec->quick_push (thisarg);
  /src/crypto/external/bsd/netpgp/dist/bindings/tcl/
netpgptcl_wrap.c 1381 int thisarg = 0; local
1392 thisarg = 2;
1404 thisarg = 3;
1419 } else if (thisarg > 0) {
1420 if (thisarg < objc) {
1422 newObj = Tcl_DuplicateObj(objv[thisarg]);
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1862 builtin_simd_arg thisarg = args[opc - have_retval]; local
1864 if (thisarg == SIMD_ARG_STOP)
1872 switch (thisarg)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 2283 builtin_simd_arg thisarg = args[opc - have_retval]; local
2285 if (thisarg == SIMD_ARG_STOP)
2293 switch (thisarg)
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-builtins.cc 3012 builtin_arg thisarg = args[argc]; local
3014 if (thisarg == ARG_BUILTIN_STOP)
3021 if (thisarg == ARG_BUILTIN_NEON_MEMORY)
3041 ((thisarg == ARG_BUILTIN_MEMORY
3042 || thisarg == ARG_BUILTIN_NEON_MEMORY)
3045 switch (thisarg)
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-builtins.cc 2955 builtin_arg thisarg = args[argc]; local
2957 if (thisarg == ARG_BUILTIN_STOP)
2964 if (thisarg == ARG_BUILTIN_NEON_MEMORY)
2984 ((thisarg == ARG_BUILTIN_MEMORY
2985 || thisarg == ARG_BUILTIN_NEON_MEMORY)
2988 switch (thisarg)
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 15025 /* Return operand OPNO promoted by bits set in THISARG. KEY should be the "key"
15030 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
15034 gas_assert ((thisarg & N_EQK) != 0);
15036 neon_modify_type_size (thisarg, &dest.type, &dest.size);
15222 unsigned thisarg = va_arg (ap, unsigned);
15223 if (thisarg == N_IGNORE_TYPE)
15228 types[i] = thisarg;
15229 if ((thisarg & N_KEY) != 0)
15289 unsigned thisarg = types[i];
15290 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0
15217 unsigned thisarg = va_arg (ap, unsigned); local
15284 unsigned thisarg = types[i]; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 15028 /* Return operand OPNO promoted by bits set in THISARG. KEY should be the "key"
15033 neon_type_promote (struct neon_type_el *key, unsigned thisarg)
15037 gas_assert ((thisarg & N_EQK) != 0);
15039 neon_modify_type_size (thisarg, &dest.type, &dest.size);
15225 unsigned thisarg = va_arg (ap, unsigned);
15226 if (thisarg == N_IGNORE_TYPE)
15231 types[i] = thisarg;
15232 if ((thisarg & N_KEY) != 0)
15292 unsigned thisarg = types[i];
15293 unsigned types_allowed = ((thisarg & N_EQK) != 0 && pass != 0
15220 unsigned thisarg = va_arg (ap, unsigned); local
15287 unsigned thisarg = types[i]; local
    [all...]

Completed in 93 milliseconds