HomeSort by: relevance | last modified time | path
    Searched defs:Arguments (Results 1 - 20 of 20) sorted by relevancy

  /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);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXTranslationUnit.h 36 std::vector<std::string> Arguments;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 406 * arguments to a control method invocation (a call from one
424 * Method arguments are passed by reference, not by value. This means
468 * "Arguments" and "Targets".
664 Opcode = AML_ZERO_OP; /* Has no arguments! */
746 * DESCRIPTION: Convert an operator's arguments from a parse tree format to
759 ACPI_PARSE_OBJECT *Arguments[ACPI_OBJ_NUM_OPERANDS];
770 /* Get all arguments in the list */
780 Arguments[Index] = Arg;
794 /* Create the interpreter arguments, in reverse order */
800 Arg = Arguments[Index]
    [all...]
  /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/clang/include/clang/AST/
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.
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...]
ExprCXX.h 78 /// any of the arguments are type-dependent. In this case, the
175 /// arguments are the arguments within the parentheses (not including
1240 /// explicitly supply arguments for all of the parameters.
1477 /// The number of arguments.
1480 // We would like to stash the arguments of the constructor call after
1491 // * An array of getNumArgs() "Stmt *" for the arguments of the
1494 /// Return a pointer to the start of the trailing arguments.
1592 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } function in class:clang::CXXConstructExpr
1593 const_arg_range arguments() const function in class:clang::CXXConstructExpr
3493 arg_range arguments() { return arg_range(arg_begin(), arg_end()); } function in class:clang::final
3500 const_arg_range arguments() const { function in class:clang::final
    [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/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/clang/include/clang/Tooling/Syntax/
Nodes.h 111 Arguments,
146 /// Models arguments of a function call.
147 /// call-arguments:
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 839 // Utility class for accumulating command-line arguments.
840 class Arguments {
842 Arguments() { args_.push_back(nullptr); }
844 ~Arguments() {
855 void AddArguments(const ::std::vector<Str>& arguments) {
856 for (typename ::std::vector<Str>::const_iterator i = arguments.begin();
857 i != arguments.end();
998 Arguments args;
1190 // Utility class for accumulating command-line arguments.
1191 class Arguments {
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 103 struct acpi_namespace_node Arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */
aclocal.h 370 * ParamCount - Number of arguments to the method
757 UINT32 ArgCount; /* Number of fixed arguments */
783 * AML arguments
880 UINT32 ParseArgs; /* Grammar/Parse time arguments */
881 UINT32 RuntimeArgs; /* Interpret time arguments */
907 union acpi_parse_object *Arg; /* arguments and contained ops */
1439 * Arguments to be passed to method for the commands Threads and
1440 * Background. Note, ACPI specifies a maximum of 7 arguments (0 - 6).
1449 char *Arguments[ACPI_METHOD_NUM_ARGS];
  /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/lib/IR/
LegacyPassManager.cpp 51 Disabled, Arguments, Structure, Executions, Details
59 clEnumVal(Arguments, "print pass arguments to pass to 'opt'"),
841 if (PassDebugging < Arguments)
844 dbgs() << "Pass Arguments: ";
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 210 llvm_unreachable("Invalid number of arguments for operator");
223 llvm_unreachable("Invalid number of arguments for operator");
1192 /// Builds `CallArguments` syntax node from arguments that appear in source
1193 /// code, i.e. not default arguments.
1205 auto *Arguments = new (allocator()) syntax::CallArguments;
1209 Arguments, nullptr);
1211 return Arguments;
1224 Builder.markChild(buildCallArguments(S->arguments()),
1225 syntax::NodeRole::Arguments);
1246 // arguments instead of children
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
TargetTransformInfo.h 122 SmallVector<const Value *, 4> Arguments;
125 // arguments and the return value will be computed based on types.
152 const SmallVectorImpl<const Value *> &getArgs() const { return Arguments; }
156 return Arguments.empty();
355 // even taking non-uniform arguments
992 /// and the arguments provided are meant to serve as a basis for deciding this
1211 /// \returns The cost of Intrinsic instructions. Analyses the real arguments.
1284 /// \param[out] Args The list of compatible arguments. The implementation may
1596 /// even below the HW prefetcher limit, and the arguments provided are
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 156 // Note that non-type template arguments of class type are emitted as
493 /// A reference to a particular call and its arguments.
508 /// The callee at the point where the arguments were evaluated. This might
533 /// Information on how to find the arguments to this call. Our arguments
536 CallRef Arguments;
586 CallRef Arguments);
1441 Arguments(Call), CallLoc(CallLoc), Index(Info.NextCallIndex++) {
1934 APValue *V = Info.getParamSlot(Arguments, Param);
2079 if (F->Arguments.CallIndex == Base.getCallIndex() &
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 1547 // For arguments, we will place the store instruction right after
2250 /// Eliminate all problematic uses of swifterror arguments and allocas
2551 // the uses of the musttail call function call. (Arguments to the coro.end
2559 auto Arguments = ArrayRef<Value *>(Args).drop_front(3);
2561 Arguments, Builder);
2612 // Collect the spills for arguments and other not-materializable values.
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 578 /// Parse all macro arguments for a given macro.
2736 return Error(L, "Wrong number of arguments");
2923 // Darwin doesn't use spaces to delmit arguments.
2991 // Parse the macro instantiation arguments.
3023 return Error(IDLoc, "cannot mix positional and keyword arguments");
3078 // At the end of the statement, fill in remaining arguments that have
3104 return TokError("too many positional arguments");
3175 "' requires arguments in parentheses") ||
3206 // Consume the right-parenthesis on the other side of the arguments.
3208 "' requires arguments in parentheses")
    [all...]

Completed in 559 milliseconds