HomeSort by relevance Sort by last modified time
    Searched refs:InputArgList (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/llvm/unittests/Option/
OptionParsingTest.cpp 70 InputArgList AL = T.ParseArgs(Args, MAI, MAC);
115 InputArgList AL = T.ParseArgs(Args, MAI, MAC,
143 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
152 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
163 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
173 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
183 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
194 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
210 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC);
221 InputArgList AL = T.ParseArgs(MyArgs, MAI, MAC)
    [all...]
  /external/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
315 class InputArgList final : public ArgList {
338 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
339 InputArgList(InputArgList &&RHS)
343 InputArgList &operator=(InputArgList &&RHS) {
351 ~InputArgList() { releaseMemory(); }
378 const InputArgList &BaseArgs;
385 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
OptTable.h 22 class InputArgList;
134 /// \brief Parse an list of arguments into an InputArgList.
136 /// The resulting InputArgList will reference the strings in [\p ArgBegin,
138 /// InputArgList.
150 /// \return An InputArgList; on error this will contain all the options
152 InputArgList ParseArgs(ArrayRef<const char *> Args, unsigned &MissingArgIndex,
ArgList.h 113 // InputArgList which deletes the contents of the container. If we could fix
319 class InputArgList final : public ArgList {
342 InputArgList(const char* const *ArgBegin, const char* const *ArgEnd);
343 InputArgList(InputArgList &&RHS)
347 InputArgList &operator=(InputArgList &&RHS) {
355 ~InputArgList() { releaseMemory(); }
382 const InputArgList &BaseArgs;
389 DerivedArgList(const InputArgList &BaseArgs)
    [all...]
  /external/clang/include/clang/Driver/
Compilation.h 23 class InputArgList;
54 llvm::opt::InputArgList *Args;
94 llvm::opt::InputArgList *Args,
148 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Compilation.h 22 class InputArgList;
53 llvm::opt::InputArgList *Args;
110 llvm::opt::InputArgList *Args,
165 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Driver/
Compilation.h 22 class InputArgList;
53 llvm::opt::InputArgList *Args;
110 llvm::opt::InputArgList *Args,
165 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Driver/
Compilation.h 22 class InputArgList;
53 llvm::opt::InputArgList *Args;
110 llvm::opt::InputArgList *Args,
165 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Driver/
Compilation.h 22 class InputArgList;
53 llvm::opt::InputArgList *Args;
110 llvm::opt::InputArgList *Args,
165 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Driver/
Compilation.h 22 class InputArgList;
53 llvm::opt::InputArgList *Args;
110 llvm::opt::InputArgList *Args,
165 const llvm::opt::InputArgList &getInputArgs() const { return *Args; }

Completed in 2222 milliseconds

1 2 3