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

1 2

  /src/external/apache2/llvm/dist/llvm/utils/
shuffle_fuzz.py 156 define internal fastcc <%(N)d x %(T)s> @test(%(arguments)s) noinline nounwind {
158 arguments=', '.join( variable
188 define internal fastcc <%(N)d x %(T)s> @test_wrapper(%(arguments)s) optnone noinline {
189 %%result = call fastcc <%(N)d x %(T)s> @test(%(arguments)s)
193 arguments=', '.join(['<%(N)d x %(T)s> %%s.%(i)d' % dict(subst, i=i) variable
  /src/external/bsd/tmux/dist/
cmd-parse.y 63 struct cmd_parse_arguments arguments;
104 struct cmd_parse_arguments *arguments;
124 %type <arguments> arguments
391 if (!TAILQ_EMPTY(&$1->arguments) &&
411 if (!TAILQ_EMPTY(&$3->arguments) &&
432 TAILQ_INIT(&$$->arguments);
441 TAILQ_INIT(&$$->arguments);
446 TAILQ_INSERT_HEAD(&$$->arguments, arg, entry);
448 | optional_assignment TOKEN arguments
545 arguments : argument label
    [all...]
cmd-queue.c 363 char *name, tmp[32], flag, *arguments; local
397 arguments = args_print(args);
398 cmdq_add_format(new_state, "hook_arguments", "%s", arguments);
399 free(arguments);
  /src/external/bsd/kyua-cli/dist/utils/cmdline/
parser.cpp 212 /// \param arguments_ The list of non-option arguments in the command line.
257 /// Returns the non-option arguments found in the command line.
259 /// \return The arguments, if any.
261 cmdline::parsed_cmdline::arguments(void) const function in class:cmdline::parsed_cmdline
294 /// \param argc The number of arguments in argv, without counting the
296 /// \param argv The arguments to parse. The array is NULL-terminated.
  /src/external/bsd/nsd/dist/
configparser.y 67 %type <comp> arguments
1263 STRING arguments
1282 arguments: label
1284 | arguments STRING
  /src/external/bsd/nsd/dist/simdzone/src/
zone.c 488 va_list arguments);
494 va_list arguments)
503 length = vsnprintf(message, sizeof(message), format, arguments);
521 va_list arguments; local
522 va_start(arguments, format);
523 zone_vlog(parser, priority, format, arguments);
524 va_end(arguments);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
printf-args.h 126 arguments; typedef in typeref:struct:__anon9166
129 /* Fetch the arguments, putting them into a. */
135 int printf_fetchargs (va_list args, arguments *a);
  /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
printf-args.h 126 arguments; typedef in typeref:struct:__anon9174
129 /* Fetch the arguments, putting them into a. */
135 int printf_fetchargs (va_list args, arguments *a);
  /src/external/gpl2/texinfo/dist/intl/
printf-args.h 128 arguments; typedef in typeref:struct:__anon9549
131 /* Fetch the arguments, putting them into a. */
137 int printf_fetchargs (va_list args, arguments *a);
  /src/external/gpl2/xcvs/dist/lib/
printf-args.h 125 arguments; typedef in typeref:struct:__anon9594
128 /* Fetch the arguments, putting them into a. */
134 int printf_fetchargs (va_list args, arguments *a);
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-stack.c 42 enum what_to_list { locals, arguments, all }; enumerator in enum:what_to_list
58 error (_("-enable-frame-filters: no arguments allowed"));
106 /* Parse arguments. In this instance we are just looking for
124 high range, or no further arguments. */
136 /* Called with no arguments, it means we want the whole
182 If args is 0, don't print the arguments. */
203 /* Called with no arguments, it means we want the real depth of
292 /* Print a list of the arguments for the current frame. With argument
341 error (_("-stack-list-arguments: Usage: " \
352 /* Called with no arguments, it means we want args for the whol
    [all...]
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-stack.c 38 enum what_to_list { locals, arguments, all }; enumerator in enum:what_to_list
54 error (_("-enable-frame-filters: no arguments allowed"));
102 /* Parse arguments. In this instance we are just looking for
120 high range, or no further arguments. */
132 /* Called with no arguments, it means we want the whole
178 If args is 0, don't print the arguments. */
199 /* Called with no arguments, it means we want the real depth of
288 /* Print a list of the arguments for the current frame. With argument
337 error (_("-stack-list-arguments: Usage: " \
348 /* Called with no arguments, it means we want args for the whol
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_acpi.c 334 struct atif_qbtc_arguments arguments; local
339 arguments.size = sizeof(arguments);
340 arguments.requested_display = ATIF_QBTC_REQUEST_LCD1;
342 params.length = sizeof(arguments);
343 params.pointer = (void *)&arguments;
  /src/external/bsd/kyua-cli/dist/utils/text/
templates.cpp 60 /// Takes no arguments.
65 /// Takes no arguments.
70 /// Takes no arguments.
82 /// Takes two arguments: the name of the vector over which to iterate
93 /// The expected number of arguments.
99 /// \param n_arguments_ The expected number of arguments.
142 /// The arguments to the statement, in textual form.
143 const std::vector< std::string > arguments; member in class:__anon7014::statement_def
148 /// \param arguments_ The arguments to the statement.
151 type(type_), arguments(arguments_
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateBase.h 99 /// The template argument is actually a parameter pack. Arguments are stored
227 /// We assume that storage for the template arguments provided
240 /// template arguments.
370 /// The number of template arguments in the given template argument
377 /// Return the array of arguments in this template argument pack.
383 /// Determines whether two template arguments are superficially the
410 // but template arguments get canonicalized too quickly.
565 SmallVector<TemplateArgumentLoc, 8> Arguments;
586 unsigned size() const { return Arguments.size(); }
589 return Arguments.data()
592 llvm::ArrayRef<TemplateArgumentLoc> arguments() const { function in class:clang::TemplateArgumentListInfo
641 llvm::ArrayRef<TemplateArgumentLoc> arguments() const { function in struct:clang::final
    [all...]
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 210 va_list arguments; local
214 va_start(arguments, format);
215 zone_vlog(parser, category, format, arguments);
216 va_end(arguments);
  /src/external/mit/libuv/dist/src/win/
process.c 445 * Quotes command line arguments
897 WCHAR* application_path = NULL, *application = NULL, *arguments = NULL, local
934 &arguments);
1068 arguments,
1153 uv__free(arguments);
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 10 // LLVM source types and ABI-coerced types for function arguments and
69 /// be expanded into consecutive arguments for its constituent fields.
75 /// structure should be expanded into consecutive arguments corresponding
82 /// arguments stored in memory and forbids any implicit copies. When
478 /// A class for recording the number of arguments that a function
481 /// The number of required arguments, or ~0 if the signature does
482 /// not permit optional arguments.
492 /// Compute the arguments required by the given formal prototype,
493 /// given that there may be some additional, non-formal arguments
582 /// How many arguments to pass inreg
639 MutableArrayRef<ArgInfo> arguments() { function in class:clang::CodeGen::ABIArgInfo::final
642 ArrayRef<ArgInfo> arguments() const { function in class:clang::CodeGen::ABIArgInfo::final
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc 2618 /* Remove the function's body but keep arguments to be reused
2641 tree arguments = DECL_ARGUMENTS (decl); local
2643 while (arguments)
2645 TREE_ADDRESSABLE (arguments) = false;
2646 arguments = TREE_CHAIN (arguments);
ipa-strub.cc 131 functions with far too many arguments); (b) when some strub mode
147 Wrappers avoid duplicating the copying of large arguments again by
163 Stack space temporarily allocated to pass arguments to other
400 /* do NOT test for NULL. This is only to be called with non-NULL arguments.
800 /* Symbolic macro for the max number of arguments that internal strub may add to
811 arguments ABI to the modified wrapped function. The default
813 that takes variable arguments, passing a pointer to the va_list object to the
953 "%qD has too many arguments for internal %<strub%>",
2380 /* Add the new argument after all named arguments, so as to not mess with
2498 additional arguments. It's ill-formed, but after it's inlined
3089 tree arguments = DECL_ARGUMENTS (decl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc 2562 /* Remove the function's body but keep arguments to be reused
2585 tree arguments = DECL_ARGUMENTS (decl); local
2587 while (arguments)
2589 TREE_ADDRESSABLE (arguments) = false;
2590 arguments = TREE_CHAIN (arguments);
  /src/external/mit/isl/dist/interface/
plain_cpp.cc 51 static void osprintf(ostream &os, const char *format, va_list arguments)
57 va_copy(copy, arguments);
61 vsnprintf(string_pointer, size + 1, format, arguments);
73 va_list arguments; local
75 va_start(arguments, format);
76 osprintf(os, format, arguments);
77 va_end(arguments);
88 va_list arguments; local
91 va_start(arguments, format);
92 osprintf(os, format, arguments);
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 286 // copy constructor: construct copy of E, with some additional arguments.
662 /// Functions with multiple arguments are created by currying,
964 /// Call a function (after all arguments have been applied).
1367 /// phi nodes of that block. The index can be used to retrieve the "arguments"
1498 /// which are "arguments" to the function, followed by a sequence of
1554 const InstrArray &arguments() const { return Args; } function in class:clang::threadSafety::BasicBlock
1555 InstrArray &arguments() { return Args; } function in class:clang::threadSafety::BasicBlock
1598 // Reserve space for Nargs arguments.
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 56 as max length PARAM_LEN of arguments for fun_like macros, and also set
1596 /* Compute number of arguments. */
1627 /* For a function, see if we have the corresponding arguments. */
1872 tree arguments; member in struct:tree_template_decl
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 56 as max length PARAM_LEN of arguments for fun_like macros, and also set
1594 /* Compute number of arguments. */
1625 /* For a function, see if we have the corresponding arguments. */
1869 tree arguments; member in struct:tree_template_decl

Completed in 50 milliseconds

1 2