Home
last modified time | relevance | path

Searched refs:arguments (Results 1 – 25 of 2554) sorted by relevance

12345678910>>...103

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dattributes.d28 A arguments; in Attribute() local
67 auto attribute(A...)(A arguments)
70 return Attribute!A(arguments);
121 auto alloc_size(A...)(A arguments) in alloc_size()
265 auto optimize(A...)(A arguments)
266 if (allSatisfy!(isStringOrIntValue, arguments))
268 return attribute("optimize", arguments);
271 auto optimize(A...)(A arguments)
272 if (!allSatisfy!(isStringOrIntValue, arguments))
314 auto section(A...)(A arguments) in section()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/
H A Dparser_test.cpp243 ATF_REQUIRE(cmdline.arguments().empty()); in ATF_TEST_CASE_BODY()
265 ATF_REQUIRE(cmdline.arguments().empty()); in ATF_TEST_CASE_BODY()
279 ATF_REQUIRE_EQ(4, cmdline.arguments().size()); in ATF_TEST_CASE_BODY()
280 ATF_REQUIRE_EQ("foo", cmdline.arguments()[0]); in ATF_TEST_CASE_BODY()
281 ATF_REQUIRE_EQ("-c", cmdline.arguments()[1]); in ATF_TEST_CASE_BODY()
282 ATF_REQUIRE_EQ("--opt", cmdline.arguments()[2]); in ATF_TEST_CASE_BODY()
283 ATF_REQUIRE_EQ("bar", cmdline.arguments()[3]); in ATF_TEST_CASE_BODY()
299 ATF_REQUIRE_EQ(4, cmdline.arguments().size()); in ATF_TEST_CASE_BODY()
300 ATF_REQUIRE_EQ("foo", cmdline.arguments()[0]); in ATF_TEST_CASE_BODY()
301 ATF_REQUIRE_EQ("-c", cmdline.arguments()[1]); in ATF_TEST_CASE_BODY()
[all …]
/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/usr.bin/make/unit-tests/
H A Ddirective-endif.exp1 make: "directive-endif.mk" line 16: The .endif directive does not take arguments
2 make: "directive-endif.mk" line 21: The .endif directive does not take arguments
3 make: "directive-endif.mk" line 32: The .endif directive does not take arguments
4 make: "directive-endif.mk" line 39: The .endif directive does not take arguments
H A Ddirective-else.exp1 make: "directive-else.mk" line 14: The .else directive does not take arguments
4 make: "directive-else.mk" line 23: The .else directive does not take arguments
8 make: "directive-else.mk" line 51: The .else directive does not take arguments
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dutil.d28 T make(Args...)(Args arguments)
29 if (is(T == struct) && __traits(compiles, T(arguments)))
36 static if (arguments.length == 0)
43 return T(arguments);
46 T make(Args...)(Args arguments)
47 if (is(T == class) && __traits(compiles, new T(arguments)))
49 return new T(arguments);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dutil.d28 T make(Args...)(Args arguments)
29 if (is(T == struct) && __traits(compiles, T(arguments)))
36 static if (arguments.length == 0)
43 return T(arguments);
46 T make(Args...)(Args arguments)
47 if (is(T == class) && __traits(compiles, new T(arguments)))
49 return new T(arguments);
/netbsd-src/external/gpl2/gettext/dist/djgpp/
H A Dconfig.bat31 Rem Loop over all arguments.
32 Rem Special arguments are: NLS, XSRC, CACHE, STATIC_LIBS, LIBICONV_PREFIX, LIBINTL_PREFIX and DEPS.
33 Rem All other arguments are stored into ARGS.
123 Rem Create an arguments file for the configure script.
124 echo --srcdir=%XSRC% > arguments
125 if "%CACHING%" == "enabled" echo --cache-file=%XSRC%/djgpp/config.cache >> arguments
126 if "%DEPENDENCY_TRACKING%" == "enabled" echo --enable-dependency-tracking >> arguments
127 if "%DEPENDENCY_TRACKING%" == "disabled" echo --disable-dependency-tracking >> arguments
128 if "%LIBICONV_PREFIX%" == "enabled" echo --with-libiconv-prefix >> arguments
129 if "%LIBICONV_PREFIX%" == "disabled" echo --without-libiconv-prefix >> arguments
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darrayop.c26 void buildArrayIdent(Expression *e, OutBuffer *buf, Expressions *arguments);
191 Expressions *arguments = new Expressions(); in arrayOp() local
199 buildArrayIdent(e, &buf, arguments); in arrayOp()
232 Expression *ec = new CallExp(e->loc, ev, arguments); in arrayOp()
263 void buildArrayIdent(Expression *e, OutBuffer *buf, Expressions *arguments) in buildArrayIdent() argument
268 Expressions *arguments; in buildArrayIdent() local
270 BuildArrayIdentVisitor(OutBuffer *buf, Expressions *arguments) in buildArrayIdent()
271 : buf(buf), arguments(arguments) in buildArrayIdent()
278 arguments->shift(e); in buildArrayIdent()
295 arguments->shift(e); in buildArrayIdent()
[all …]
H A Dapply.c66 doCond(e->thisexp) || doCond(e->newargs) || doCond(e->arguments) || applyTo(e); in visit()
73 doCond(e->thisexp) || doCond(e->newargs) || doCond(e->arguments) || applyTo(e); in visit()
100 doCond(e->e1) || doCond(e->arguments) || applyTo(e); in visit()
106 doCond(e->e1) || doCond(e->arguments) || applyTo(e); in visit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86CallingConv.td81 // Promote i1/i8/i16/v1i1 arguments to i32.
84 // Promote v8i1/v16i1/v32i1 arguments to i32.
155 // Promote i1, v1i1, v8i1 arguments to i8.
158 // Promote v16i1 arguments to i16.
161 // Promote v32i1 arguments to i32.
508 // Promote i1/i8/i16/v1i1 arguments to i32.
534 // The first 6 integer arguments are passed in integer registers.
538 // The first 8 MMX vector arguments are passed in XMM registers on Darwin.
554 // The first 8 FP/Vector arguments are passed in XMM registers.
559 // The first 8 256-bit vector arguments are passed in YMM registers, unless
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td94 // The convention is that true integer arguments that are smaller
111 // The first 5 integer arguments are passed in R2-R6. Note that R6
116 // The first 4 float and double arguments are passed in even registers F0-F6.
120 // The first 8 named vector arguments are passed in V24-V31. Sub-128 vectors
134 // Other vector arguments are passed in 8-byte-aligned 16-byte stack slots.
139 // Other arguments are passed in 8-byte-aligned 8-byte stack slots.
207 // words (8 bytes in 64-Bit mode) where some arguments are passed in registers
212 // GPRs 1-3. FP values and vector-type arguments are instead passed in FPRs
215 // GPR's value is not used to pass arguments.
236 // The first 3 integer arguments are passed in registers R1D-R3D.
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/
H A DREADME16 OREGs to temporaries and arguments [see discussion below]
17 - function arguments are always saved to the stack [need to change MI code]
19 - structure arguments don't work
27 and to store the arguments to functions invoked from within the function.
32 we create ops to save the register arguments (R3-R10), early in pass1
38 the argument space. Then our function arguments and the permanent registers can
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DDriverInternals.rst60 - Don't parse arguments more than once.
61 - Provide a few simple interfaces for efficiently searching arguments.
91 command line arguments to child processes correctly.
113 The command line argument strings are decomposed into arguments
142 line arguments). For example:
160 Once the arguments are parsed, the tree of subprocess jobs needed for
274 arguments and just determine the path of the executable to call and
275 pass on their input and output arguments. Others, like the compiler
276 or the linker, may translate a large number of arguments in addition.
279 assist with translating arguments; for example, to pass on only the
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallingConv.td81 // Promote i8/i16 arguments to i32.
107 // f64 arguments are returned in D0_64 and D2_64 in FP64bit mode or
141 // The only i32's we have left are soft-float arguments.
145 // Integer arguments are passed in integer registers.
151 // f32 arguments are passed in single precision FP registers.
157 // f64 arguments are passed in double precision FP registers.
168 // N32/64 variable arguments.
169 // All arguments are passed in integer registers.
224 // f64 arguments are passed in double-precision floating pointer registers.
245 // Integer arguments are passed in integer registers.
[all …]
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dforeach.m432 # algorithm on n arguments that recurses with one less argument each
33 # iteration will scan n * (n + 1) / 2 arguments, for O(n^2) time. In
36 # Thus, n iterations need only scan n arguments, for O(n) time.
45 # arguments, making these replacements very attractive for M4 1.4.x.
124 [m4_if([$#], 0, [m4_fatal([$0: too few arguments: $#])],
125 [$#], 1, [m4_fatal([$0: too few arguments: $#: $1])],
150 # m4_cond already guarantees either 3*n or 3*n + 1 arguments, 1 <= n.
178 # m4_bpatsubsts already validated an odd number of arguments; we only
202 # m4_shiftn already validated arguments; we only need to speed up
213 # This macro invokes all its arguments (in sequence, of course). It is
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVECallingConv.td29 // All arguments get passed in generic registers if there is space.
31 // Promote i1/i8/i16/i32 arguments to i64.
34 // Convert float arguments to i64 with padding.
59 // All arguments get passed in stack for varargs function or non-prototyped
62 // Promote i1/i8/i16/i32 arguments to i64.
65 // Convert float arguments to i64 with padding.
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A DREADME16 of arguments that are kept in registers.
18 In case of debugging all arguments are saved on stack in the function.
20 All variadic arguments are always saved on the stack.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dmma.md111 ;; MMA instructions with 2 vector arguments
120 ;; MMA instructions with 1 accumulator and 2 vector arguments
139 ;; MMA instructions with 1 vector pair and 1 vector arguments
142 ;; MMA instructions with 1 accumulator, 1 vector pair and 1 vector arguments
148 ;; MMA instructions with 2 vector, 2 4-bit and 1 8-bit arguments
151 ;; MMA instructions with 1 accumulator, 2 vector, 2 4-bit and 1 8-bit arguments
154 ;; MMA instructions with 2 vector, 2 4-bit and 1 2-bit arguments
160 ;; MMA instructions with 1 accumulator, 2 vector, 2 4-bit and 1 2-bit arguments
172 ;; MMA instructions with 2 vector and 2 4-bit arguments
175 ;; MMA instructions with 1 accumulator, 2 vector and 2 4-bit arguments
[all …]
/netbsd-src/external/bsd/less/dist/
H A Dlessecho.man12 lessecho is a program that simply echos its arguments on standard out‐
20 metachars. If x is "-", no escape char is used and arguments
40 -a Specifies that all arguments are to be quoted. The default is
41 that only arguments containing metacharacters are quoted.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dmma.md105 ;; MMA instructions with 2 vector arguments
114 ;; MMA instructions with 1 accumulator and 2 vector arguments
133 ;; MMA instructions with 1 vector pair and 1 vector arguments
136 ;; MMA instructions with 1 accumulator, 1 vector pair and 1 vector arguments
142 ;; MMA instructions with 2 vector, 2 4-bit and 1 8-bit arguments
145 ;; MMA instructions with 1 accumulator, 2 vector, 2 4-bit and 1 8-bit arguments
148 ;; MMA instructions with 2 vector, 2 4-bit and 1 2-bit arguments
154 ;; MMA instructions with 1 accumulator, 2 vector, 2 4-bit and 1 2-bit arguments
166 ;; MMA instructions with 2 vector and 2 4-bit arguments
169 ;; MMA instructions with 1 accumulator, 2 vector and 2 4-bit arguments
[all …]
/netbsd-src/external/bsd/byacc/dist/test/btyacc/
H A Derr_inherit3.error1 YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previou…
2 YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
21 YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dapply.d113 doCond(e.thisexp) || doCond(e.arguments) || applyTo(e); in visit()
119 doCond(e.thisexp) || doCond(e.arguments) || applyTo(e); in visit()
146 doCond(e.e1) || doCond(e.arguments) || applyTo(e); in visit()
152 doCond(e.e1) || doCond(e.arguments) || applyTo(e); in visit()
H A Dexpressionsem.d214 foreach (i, e; *ae.arguments) in resolveOpDollar()
222 if (ae.arguments.dim == 1) in resolveOpDollar()
280 (*ae.arguments)[i] = e; in resolveOpDollar()
509 if (!ce.arguments || ce.arguments.dim != 1) in resolveUFCS()
519 Expression key = (*ce.arguments)[0]; in resolveUFCS()
546 Expressions* originalArguments = Expression.arraySyntaxCopy(ce.arguments); in resolveUFCS()
620 if (!ce.arguments) in resolveUFCS()
621 ce.arguments = new Expressions(); in resolveUFCS()
622 ce.arguments.shift(eleft); in resolveUFCS()
703 auto arguments = new Expressions(1); variable
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A DTODO1 * Fix floating-point arguments in registers
2 * Fix structure arguments in registers

12345678910>>...103