/external/clang/include/clang/Tooling/ |
D | CommonOptionsParser.h | 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
|
/external/fmtlib/support/ |
D | docopt.py | 83 parents = [Required, Optional, OptionsShortcut, Either, OneOrMore] 90 elif type(child) is OneOrMore: 246 class OneOrMore(BranchPattern): class 396 atom = [OneOrMore(*atom)]
|
/external/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 32 InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | CommandLine.cpp | 421 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue() 426 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues() 770 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions() 818 case OneOrMore: in ParseCommandLineOptions() 885 case OneOrMore: in addOccurrence()
|
/external/llvm/tools/bugpoint/ |
D | bugpoint.cpp | 42 InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | bugpoint.cpp | 42 InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/llvm/tools/llvm-cov/ |
D | gcov.cpp | 85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 674 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue() 679 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues() 1250 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions() 1297 case OneOrMore: in ParseCommandLineOptions() 1358 case OneOrMore: in addOccurrence()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 693 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue() 698 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues() 1273 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions() 1320 case OneOrMore: in ParseCommandLineOptions() 1381 case OneOrMore: in addOccurrence()
|
/external/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 39 static list<std::string> InputFiles(Positional, OneOrMore,
|
/external/llvm/tools/llvm-pdbdump/ |
D | llvm-pdbdump.cpp | 111 cl::OneOrMore, cl::sub(PrettySubcommand)); 254 cl::OneOrMore, cl::sub(RawSubcommand));
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 43 InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/LLVM/tools/llvm-ar/ |
D | llvm-ar.cpp | 41 RestOfArgs(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/LLVM/tools/llvm-ld/ |
D | llvm-ld.cpp | 51 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 127 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 51 static list<std::string> InputFiles(Positional, OneOrMore,
|
/external/llvm/docs/ |
D | CommandLine.rst | 526 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<Input files>"), cl::OneOrMore); 531 `cl::OneOrMore`_ modifier to inform the CommandLine library that it is an error 773 static cl::list<std::string> Files(cl::Positional, cl::OneOrMore); 1081 .. _cl::OneOrMore: 1083 * The **cl::OneOrMore** modifier indicates that the option must be specified at
|
/external/llvm/tools/sancov/ |
D | sancov.cc | 87 ClInputFiles(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 106 OneOrMore = 0x03, // One or more occurrences required enumerator
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 101 OneOrMore = 0x03, // One or more occurrences required enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CommandLine.h | 89 OneOrMore = 0x04, // One or more occurrences required enumerator
|