HomeSort by: relevance | last modified time | path
    Searched refs:arguments (Results 1 - 25 of 924) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
attributes.d 28 A arguments;
57 * any arguments separated by commas enclosed in parentheses.
67 auto attribute(A...)(A arguments)
70 return Attribute!A(arguments);
84 * by the function argument at `sizeArgIdx`, or by the product of the arguments
121 auto alloc_size(A...)(A arguments)
239 * line. Valid `arguments` are constant non-negative integers and strings.
240 * Multiple arguments can be provided, separated by commas to specify multiple
265 auto optimize(A...)(A arguments)
266 if (allSatisfy!(isStringOrIntValue, arguments))
    [all...]
attributes.d 28 A arguments;
57 * any arguments separated by commas enclosed in parentheses.
67 auto attribute(A...)(A arguments)
70 return Attribute!A(arguments);
84 * by the function argument at `sizeArgIdx`, or by the product of the arguments
121 auto alloc_size(A...)(A arguments)
239 * line. Valid `arguments` are constant non-negative integers and strings.
240 * Multiple arguments can be provided, separated by commas to specify multiple
265 auto optimize(A...)(A arguments)
266 if (allSatisfy!(isStringOrIntValue, arguments))
    [all...]
  /src/usr.bin/make/unit-tests/
directive-endif.exp 1 make: directive-endif.mk:16: The .endif directive does not take arguments
2 make: directive-endif.mk:21: The .endif directive does not take arguments
3 make: directive-endif.mk:32: The .endif directive does not take arguments
4 make: directive-endif.mk:39: The .endif directive does not take arguments
directive-endif.exp 1 make: directive-endif.mk:16: The .endif directive does not take arguments
2 make: directive-endif.mk:21: The .endif directive does not take arguments
3 make: directive-endif.mk:32: The .endif directive does not take arguments
4 make: directive-endif.mk:39: The .endif directive does not take arguments
directive-else.exp 1 make: directive-else.mk:14: The .else directive does not take arguments
4 make: directive-else.mk:23: The .else directive does not take arguments
8 make: directive-else.mk:51: The .else directive does not take arguments
directive-else.exp 1 make: directive-else.mk:14: The .else directive does not take arguments
4 make: directive-else.mk:23: The .else directive does not take arguments
8 make: directive-else.mk:51: The .else directive does not take arguments
directive-for-break.exp 2 make: directive-for-break.mk:65: The .break directive does not take arguments
directive-for-break.exp 2 make: directive-for-break.mk:65: The .break directive does not take arguments
directive-unexport-env.mk 5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments
23 # expect+1: The directive .unexport-env does not take arguments
directive-unexport-env.mk 5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments
23 # expect+1: The directive .unexport-env does not take arguments
  /src/lib/libc/arch/vax/sys/
__syscall.S 45 subl3 $2,-8(%ap),(%ap) # two fewer arguments
syscall.S 44 subl3 $1,(%ap)+,(%ap) # one fewer arguments
__syscall.S 45 subl3 $2,-8(%ap),(%ap) # two fewer arguments
syscall.S 44 subl3 $1,(%ap)+,(%ap) # one fewer arguments
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
builtin.d 31 public extern (C++) Expression eval_builtin(const ref Loc loc, FuncDeclaration fd, Expressions* arguments);
builtin.d 31 public extern (C++) Expression eval_builtin(const ref Loc loc, FuncDeclaration fd, Expressions* arguments);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-parse.h 67 arguments and the needed count of arguments. */
73 int printf_parse (const char *format, char_directives *d, arguments *a);
wprintf-parse.h 67 arguments and the needed count of arguments. */
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
printf-parse.h 67 arguments and the needed count of arguments. */
73 int printf_parse (const char *format, char_directives *d, arguments *a);
wprintf-parse.h 67 arguments and the needed count of arguments. */
73 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-parse.h 67 arguments and the needed count of arguments. */
73 int printf_parse (const char *format, char_directives *d, arguments *a);
printf-parse.h 67 arguments and the needed count of arguments. */
73 int printf_parse (const char *format, char_directives *d, arguments *a);
  /src/external/gpl2/texinfo/dist/intl/
printf-parse.h 69 arguments and the needed count of arguments. */
75 int printf_parse (const char *format, char_directives *d, arguments *a);
wprintf-parse.h 69 arguments and the needed count of arguments. */
75 int wprintf_parse (const wchar_t *format, wchar_t_directives *d, arguments *a);
  /src/external/gpl2/xcvs/dist/lib/
printf-parse.h 66 arguments and the needed count of arguments. */
72 int printf_parse (const char *format, char_directives *d, arguments *a);

Completed in 73 milliseconds

1 2 3 4 5 6 7 8 91011>>