Home
last modified time | relevance | path

Searched full:arguments (Results 1 – 25 of 4105) sorted by relevance

12345678910>>...165

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DFlang.h27 /// Extract fortran dialect options from the driver arguments and add them to
28 /// the list of arguments for the generated command/job.
30 /// \param [in] Args The list of input driver arguments
31 /// \param [out] CmdArgs The list of output command arguments
35 /// Extract preprocessing options from the driver arguments and add them to
36 /// the preprocessor command arguments.
38 /// \param [in] Args The list of input driver arguments
39 /// \param [out] CmdArgs The list of output command arguments
43 /// Extract PIC options from the driver arguments and add them to
44 /// the command arguments.
[all …]
/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua164 -- arguments: __buf, __len, or the name of a variable placed on the stack
171 -- uses_len: bool-ish, necessary if arguments doesn't include either __idx or
184 arguments = {
198 arguments = {
207 arguments = {
216 arguments = {
228 arguments = {
242 arguments = {
254 arguments = {
266 arguments = {
[all …]
/freebsd/contrib/netbsd-tests/sys/rc/
H A Dt_rc_d_cli.sh45 "arguments does not error out"
58 "arguments errors out"
74 "arguments does not error out"
87 "arguments errors out"
105 "arguments does not error out"
119 "arguments errors out"
162 "arguments does not pass any parameters to the command"
171 "arguments passes those arguments as parameters to the command"
180 "arguments does not pass any parameters to the command"
189 "arguments passes those arguments as parameters to the command"
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td338 // arguments of the intrinsic will be copied in the same order. Example:
344 // Using IntrinArgIndex<>, arguments of the intrinsic can be copied to the DXIL
387 // List of argument types of the op. Default to 0 arguments.
388 list<DXILOpParamType> arguments = [];
407 let arguments = [OverloadTy];
418 let arguments = [OverloadTy];
427 let arguments = [OverloadTy];
437 let arguments = [OverloadTy];
446 let arguments = [OverloadTy];
455 let arguments = [OverloadTy];
[all …]
/freebsd/usr.bin/xargs/
H A Dxargs.164 arguments.
66 Any arguments specified on the command line are given to
68 upon each invocation, followed by some number of the arguments read
73 Spaces, tabs and newlines may be embedded in arguments using single
107 flag is specified) arguments to
110 The resulting arguments, after replacement is done, will not be allowed to grow
119 as possible, to the constructed arguments to
124 The size limit does not apply to arguments to
138 instead of appending that data after all other arguments.
139 This option will not affect how many arguments will be read from input
[all …]
/freebsd/usr.bin/m4/
H A Dm4.177 parenthesis it is processed with no arguments.
84 In arguments to macros, leading unquoted space, tab, and newline
93 Most built-ins do not make any sense without arguments, and hence are not
108 print macro arguments.
118 quote arguments and expansion with the current quotes.
222 With no arguments, comments are turned off.
234 With no arguments, the default quotes are restored.
259 Undefined arguments are replaced by a null string.
261 is replaced by the number of arguments;
263 is replaced by all arguments comma separated;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp49 const SmallVectorImpl<Register> &Arguments; member
53 const SmallVectorImpl<Register> &Arguments) in IncomingCall()
56 Arguments(Arguments) {} in IncomingCall()
194 // Extract the builtin function name and types of arguments from the call in lookupBuiltinNameHelper()
276 const SmallVectorImpl<Register> &Arguments) { in lookupBuiltin() argument
289 BuiltinName, Builtin, ReturnRegister, ReturnType, Arguments); in lookupBuiltin()
332 BuiltinName, Builtin, ReturnRegister, ReturnType, Arguments); in lookupBuiltin()
363 BuiltinName, Builtin, ReturnRegister, ReturnType, Arguments); in lookupBuiltin()
637 unsigned Sz = Call->Arguments.size() - ImmArgs.size();
639 MIB.addUse(Call->Arguments[i]);
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dar.1161 arguments
167 this option specifies that the files specified by arguments
175 arguments
181 this option specifies that the files specified by arguments
196 Delete the members named by arguments
208 and 0644 instead of file mode from the members named by arguments
251 Move archive members specified by arguments
276 arguments
282 Append the files specified by arguments
292 Replace (add) the files specified by arguments
[all …]
/freebsd/usr.bin/ar/
H A Dar.1160 arguments
166 this option specifies that the files specified by arguments
174 arguments
180 this option specifies that the files specified by arguments
195 Delete the members named by arguments
212 and 0644 instead of file mode from the members named by arguments
235 Move archive members specified by arguments
260 arguments
266 Append the files specified by arguments
276 Replace (add) the files specified by arguments
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/
H A DArgumentsAdjusters.h1 //===- ArgumentsAdjusters.h - Command line arguments adjuster ---*- C++ -*-===//
11 // ArgumentsAdjusters modify command line arguments obtained from a compilation
28 /// A sequence of command line arguments.
33 /// Command line argument adjuster is responsible for command line arguments
34 /// modification before the arguments are used to run a frontend action.
38 /// Gets an argument adjuster that converts input command line arguments
43 /// arguments.
47 /// related command line arguments.
52 /// Gets an argument adjuster which inserts \p Extra arguments in the
64 /// arguments.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMicroMipsSizeReduction.cpp91 ReduceEntryFunArgs *Arguments); ///< Pointer to reduce function
97 bool (*F)(ReduceEntryFunArgs *Arguments), struct OpInfo OpInf, in ReduceEntry()
121 // Function arguments for ReduceFunction
159 static bool ReduceXWtoXWSP(ReduceEntryFunArgs *Arguments);
163 static bool ReduceXWtoXWP(ReduceEntryFunArgs *Arguments);
167 static bool ReduceLXUtoLXU16(ReduceEntryFunArgs *Arguments);
171 static bool ReduceSXtoSX16(ReduceEntryFunArgs *Arguments);
175 static bool ReduceMoveToMovep(ReduceEntryFunArgs *Arguments);
178 static bool ReduceArithmeticInstructions(ReduceEntryFunArgs *Arguments);
182 static bool ReduceADDIUToADDIUSP(ReduceEntryFunArgs *Arguments);
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh41 # 1. Create an array of many different malformed zfs set arguments
66 # build up an array of bad arguments.
67 set -A arguments "rubbish " \
99 arguments[${#arguments[@]}]="$bigname=value"
102 arguments[${#arguments[@]}]="bootfs=$bigname"
113 while [ $i -lt "${#arguments[@]}" ]
115 log_mustnot eval "zpool set ${arguments[$i]} > /dev/null 2>&1"
118 log_mustnot eval "zpool set ${arguments[$i]}bootfs > /dev/null 2>&1"
121 log_mustnot eval "zpool set ${arguments[$i]}bootfs bootfs > /dev/null"
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td20 // i32 f32 arguments get passed in integer registers if there is space.
22 // f64 arguments are split and passed through registers or through stack.
24 // As are v2i32 arguments (this would be the default behavior for
45 // The 64-bit ABI conceptually assigns all function arguments to a parameter
46 // array starting at [%fp+BIAS+128] in the callee's stack frame. All arguments
47 // occupy a multiple of 8 bytes in the array. Integer arguments are extended to
52 // array at fixed offsets. Integer arguments are promoted to registers when
63 // float function arguments would occupy 8 bytes each, and be passed in %f1 and
71 // arguments:
93 // - Annotate integer arguments with zeroext or signext attributes.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreloadKernelArguments.cpp1 //===- AMDGPUPreloadKernelArguments.cpp - Preload Kernel Arguments --------===//
9 /// \file This pass preloads kernel arguments into user_data SGPRs before kernel
12 /// Implicit arguments enabled in the kernel descriptor are allocated first,
13 /// followed by SGPRs used for preloaded kernel arguments. (Reference:
15 /// Additionally, hidden kernel arguments may be preloaded, in which case they
16 /// are appended to the kernel signature after explicit arguments. Preloaded
17 /// arguments will be marked with `inreg`.
32 #define DEBUG_TYPE "amdgpu-preload-kernel-arguments"
38 cl::desc("How many kernel arguments to preload onto SGPRs"), cl::init(0));
51 return "AMDGPU Preload Kernel Arguments"; in getPassName()
[all …]
/freebsd/contrib/kyua/utils/cmdline/
H A Dbase_command.cpp43 /// \param arg_list_ A textual description of the arguments received by the
45 /// \param min_args_ The minimum number of arguments required by the command.
46 /// \param max_args_ The maximum number of arguments required by the command.
97 /// \return An object containing the list of options and free arguments found in
108 const int argc = cmdline.arguments().size(); in parse_cmdline()
110 throw usage_error("Not enough arguments"); in parse_cmdline()
112 throw usage_error("Too many arguments"); in parse_cmdline()
128 /// Gets the textual representation of the arguments list.
130 /// \return The description of the arguments list.
162 /// \param arg_list_ A textual description of the arguments received by the
[all …]
/freebsd/contrib/mandoc/
H A Dmdoc.757 The words following the macro name are arguments to the macro, optionally
458 .It Ic \&Tg Ta tag the definition of a Ar term Pq <= 1 arguments
459 .It Ic \&Pp Ta start a text paragraph (no arguments)
483 .It Ic \&Ns Ta roman font, no preceding horizontal space (no arguments)
484 .It Ic \&Ap Ta apostrophe without surrounding whitespace (no arguments)
491 .It Ic \&Fl Ta command line options (flags) (>=0 arguments)
492 .It Ic \&Cm Ta command modifier (>0 arguments)
493 .It Ic \&Ar Ta command arguments (>=0 arguments)
495 .It Ic \&Ic Ta internal or interactive command (>0 arguments)
496 .It Ic \&Ev Ta environmental variable (>0 arguments)
[all …]
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_set/
H A Dzpool_set_002_neg.ksh40 # 1. Create an array of many different malformed zfs set arguments
80 # build up an array of bad arguments.
81 set -A arguments "rubbish " \
113 arguments[${#arguments[@]}]="$bigname=value"
116 arguments[${#arguments[@]}]="bootfs=$bigname"
127 while [ $i -lt "${#arguments[@]}" ]
129 log_mustnot eval "$ZPOOL set ${arguments[$i]} > /dev/null 2>&1"
132 log_mustnot eval "$ZPOOL set ${arguments[$i]}bootfs > /dev/null 2>&1"
135 log_mustnot eval "$ZPOOL set ${arguments[$i]}bootfs bootfs > /dev/null"
/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DTool.cpp20 std::string arguments; member
27 O.mapOptional("arguments", A.arguments); in fromJSON()
59 return createStringError("CommandTool requires arguments"); in Call()
63 CommandToolArguments arguments; in Call() local
64 if (!fromJSON(std::get<json::Value>(args), arguments, root)) in Call()
68 Debugger::FindDebuggerWithID(arguments.debugger_id); in Call()
71 llvm::formatv("no debugger with id {0}", arguments.debugger_id)); in Call()
76 arguments.arguments.c_str(), eLazyBoolYes, result); in Call()
97 {"arguments", std::move(str_type)}}; in GetSchema()
/freebsd/contrib/unbound/util/
H A Dlog.h69 * It has printf formatted arguments. No trailing newline is needed.
72 * @param format: printf-style format string. Arguments follow.
152 * Pass printf formatted arguments. No trailing newline is needed.
153 * @param format: printf-style format string. Arguments follow.
159 * Pass printf formatted arguments. No trailing newline is needed.
160 * @param format: printf-style format string. Arguments follow.
166 * Pass printf formatted arguments. No trailing newline is needed.
167 * @param format: printf-style format string. Arguments follow.
182 * Pass printf formatted arguments. No trailing newline is needed.
183 * @param format: printf-style format string. Arguments follow.
[all …]
/freebsd/share/doc/psd/17.m4/
H A Dm4.ms116 arguments
159 macros with arguments,
173 Macros may be called with arguments, in which case the arguments are collected
194 if there are no arguments, or if an argument
248 has arguments.
250 it is assumed to have no arguments.
254 it is actually a macro with no arguments,
301 is seen as the arguments of
335 the arguments of
449 actually permits three arguments;
[all …]
/freebsd/include/rpcsvc/
H A Dnfs_prot.x159 * Arguments for directory operations
189 * Arguments to remote read
214 * Arguments to remote write
249 * Arguments to readdir
500 * Arguments for directory operations (v3)
508 * Arguments to getattr (v3).
526 * Arguments to setattr (v3).
557 * Arguments to lookup (v3).
581 * Arguments to access (v3).
612 * Arguments to readlink (v3).
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArgs.h28 /// copied into an internal buffer and then split up into arguments. Arguments
64 /// into arguments.
89 /// The stream to which to dump all arguments in the argument
99 /// The command string will be copied and split up into arguments that can
104 /// into arguments.
116 /// Gets the number of arguments left in this command object.
119 /// The number or arguments in this object.
225 /// Sets the argument vector value, optionally copying all arguments into an
228 /// Sets the arguments to match those found in \a argv. All argument strings
258 /// Clear the arguments.
[all …]
/freebsd/contrib/pkgconf/man/
H A Dpkgconf.125 arguments from
33 arguments.
46 arguments correspond to the file names, but without the
69 These options cause all arguments to be ignored.
106 argument is used, all other arguments are silently ignored,
142 Most other options and all command line arguments are ignored.
149 Most other options and all command line arguments are ignored.
153 arguments in the given order.
219 Most other options and all command line arguments are ignored.
241 arguments in the given order.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DJob.h43 // the arguments to be transferred to a file.
47 // all tool input arguments to a file.
52 // Does not support response files: all arguments must be passed via
113 /// Whether and how to generate response files if the arguments are too long.
122 /// The list of program arguments (not including the implicit first
124 llvm::opt::ArgStringList Arguments; variable
129 /// The list of program arguments which are outputs. May be empty.
153 /// When a response file is needed, we try to put most arguments in an
154 /// exclusive file, while others remains as regular command line arguments.
155 /// This functions fills a vector with the regular command line arguments,
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.h1 //===- TemplateArgumentHasher.h - Hash Template Arguments -------*- C++ -*-===//
14 /// Calculate a stable hash value for template arguments. We guarantee that
15 /// the same template arguments must have the same hashed values. But we don't
16 /// guarantee that the template arguments with the same hashed value are the
17 /// same template arguments.
20 /// arguments. ODR hashing is (or perhaps, should be) about determining whether
29 /// non-dependent, canonical template arguments that are spelled differently

12345678910>>...165