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

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DiffLog.h 37 SmallVector<Value*, 4> Arguments;
43 Arguments(std::move(L.Arguments)) {
48 Arguments.push_back(V);
DiffLog.cpp 26 unsigned LogBuilder::getNumArguments() const { return Arguments.size(); }
27 Value *LogBuilder::getArgument(unsigned I) const { return Arguments[I]; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MicroMipsSizeReduction.cpp 91 ReduceEntryFunArgs *Arguments); ///< Pointer to reduce function
97 bool (*F)(ReduceEntryFunArgs *Arguments), struct OpInfo OpInf,
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...]
  /src/crypto/external/apache2/openssl/dist/VMS/
msg_install.com 3 $ ! Arguments:
msg_staging.com 4 $ ! Arguments:
  /src/crypto/external/bsd/openssl/dist/VMS/
msg_install.com 3 $ ! Arguments:
msg_staging.com 4 $ ! Arguments:
  /src/crypto/external/bsd/openssl.old/dist/VMS/
msg_install.com 3 $ ! Arguments:
msg_staging.com 4 $ ! Arguments:
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsmthdat.c 3 * Module Name: dsmthdat - control method arguments and local variables
86 * DESCRIPTION: Initialize the data structures that hold the method's arguments
109 /* Init the method arguments */
113 ACPI_MOVE_32_TO_32 (&WalkState->Arguments[i].Name,
116 WalkState->Arguments[i].Name.Integer |= (i << 24);
117 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED;
118 WalkState->Arguments[i].Type = ACPI_TYPE_ANY;
119 WalkState->Arguments[i].Flags = ANOBJ_METHOD_ARG;
147 * DESCRIPTION: Delete method locals and arguments. Arguments are onl
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbexec.c 174 /* Pass through any command-line arguments */
178 /* Get arguments passed on the command line */
189 "While parsing method arguments"));
623 * AcpiGbl_DbMethodInfo.Arguments will be passed as method arguments.
627 * Note: The arguments we are passing are used by the ASL test suite
646 LocalInfo.Args = LocalInfo.Arguments;
647 LocalInfo.Arguments[0] = LocalInfo.NumThreadsStr;
648 LocalInfo.Arguments[1] = LocalInfo.IdOfThreadStr;
649 LocalInfo.Arguments[2] = LocalInfo.IndexOfThreadStr
    [all...]
dbutils.c 72 * Arguments - Array of commands to match against
83 ACPI_DB_ARGUMENT_INFO *Arguments)
93 for (i = 0; Arguments[i].Name; i++)
96 ACPI_CAST_PTR (char, Arguments[i].Name),
97 ACPI_CAST_PTR (char, UserArgument)) == Arguments[i].Name)
dbobject.c 87 /* There are no locals or arguments for the module-level code case */
120 /* Display the method locals and arguments */
336 ObjDesc = WalkState->Arguments
529 * DESCRIPTION: Display all arguments for the currently running control method
545 /* There are no arguments for the module-level code case */
565 /* Are any arguments actually set? */
569 ObjDesc = WalkState->Arguments[i].Object;
582 "Initialized Arguments for Method [%4.4s]: "
583 "(%X arguments defined for method invocation)\n",
588 ObjDesc = WalkState->Arguments[i].Object
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Job.cpp 40 const llvm::opt::ArgStringList &Arguments,
43 Executable(Executable), Arguments(Arguments) {
53 /// emitting a reproducer. Also track how many arguments it has and if the
59 // arguments. Therefore, we need to skip the flag and the next argument.
115 // In regular response files, we send all arguments to the response file.
116 // Wrapping all arguments in double quotes ensures that both Unix tools and
118 for (const auto *Arg : Arguments) {
134 // When not a file list, all arguments are sent to the response file.
150 for (const auto *Arg : Arguments) {
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Job.h 42 // the arguments to be transferred to a file.
46 // all tool input arguments to a file.
51 // Does not support response files: all arguments must be passed via
112 /// Whether and how to generate response files if the arguments are too long.
118 /// The list of program arguments (not including the implicit first
120 llvm::opt::ArgStringList Arguments;
122 /// The list of program arguments which are inputs.
125 /// The list of program arguments which are outputs. May be empty.
146 /// When a response file is needed, we try to put most arguments in an
147 /// exclusive file, while others remains as regular command line arguments
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXTranslationUnit.h 36 std::vector<std::string> Arguments;
  /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...]
TemplateName.h 60 /// The number of stored templates or template arguments,
139 const TemplateArgument *Arguments;
144 const TemplateArgument *Arguments)
146 Parameter(Parameter), Arguments(Arguments) {}
228 /// individual arguments.
296 /// the template, including any default template arguments.
  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 60 UINT8 MinArgs; /* Minimum arguments required */
360 char **Arguments,
387 ACPI_DB_ARGUMENT_INFO *Arguments);
  /src/external/apache2/llvm/dist/clang/tools/driver/
cc1gen_reproducer_main.cpp 40 std::vector<std::string> Arguments;
65 IO.mapRequired("args", Info.Arguments);
110 /// Generates a reproducer for a set of arguments from a specific invocation.
179 for (const auto &Arg : InvocationInfo.Arguments)
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyVariableDumper.cpp 157 if (auto Arguments = Symbol.getArguments()) {
159 while (auto Arg = Arguments->getNext()) {
161 if (++Index < Arguments->getChildCount())
PrettyFunctionDumper.cpp 185 if (auto Arguments = Symbol.getArguments()) {
187 while (auto Arg = Arguments->getNext()) {
192 if (++Index < Arguments->getChildCount())
  /src/external/apache2/llvm/dist/clang/lib/Tooling/
JSONCompilationDatabase.cpp 48 /// A parser for escaped strings of command line arguments.
50 /// Assumes \-escaping for quoted arguments (see the documentation of
304 std::vector<std::string> Arguments;
306 Arguments = unescapeCommandLine(Syntax, Nodes[0]->getValue(Storage));
309 Arguments.push_back(std::string(Node->getValue(Storage)));
311 while (unwrapCommand(Arguments))
313 return Arguments;
373 if (KeyValue == "arguments") {
382 ErrorMessage = "Only strings are allowed in 'arguments'.";
413 ErrorMessage = "Missing key: \"command\" or \"arguments\"."
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Function.h 12 // A function basically consists of a list of basic blocks, a list of arguments,
75 mutable Argument *Arguments = nullptr; ///< The formal arguments
187 /// arguments.
572 /// on its arguments.
588 /// either inaccessible from the IR or pointed to by its arguments.
746 /// Steal arguments from another function.
748 /// Drop this function's arguments and splice in the ones from \c Src.
795 return Arguments;
799 return Arguments;
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/
findmisopt 28 # is a single argument containing all the arguments the program needs
78 opt_switches=`llvm-as < /dev/null -o - | opt -O3 -disable-output -debug-pass=Arguments 2>&1 | sed 's/Pass Arguments: //'`

Completed in 59 milliseconds

1 2 3 4