/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/python/setuptools/setuptools/_vendor/ |
D | pyparsing.py | 1866 return OneOrMore(self) 3617 self.multirequired = [ e.expr for e in self.exprs if isinstance(e,OneOrMore) ] 3618 … self.required = [ e for e in self.exprs if not isinstance(e,(Optional,ZeroOrMore,OneOrMore)) ] 3847 class OneOrMore(_MultipleMatch): class 4720 _reBracketExpr = Literal("[") + Optional("^").setResultsName("negate") + Group( OneOrMore( _charRan… 5066 matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) ) 5069 …atchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastEx… 5071 … matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) ) 5085 …atchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisEx… 5087 … matchExpr = FollowedBy(lastExpr + thisExpr) + Group( lastExpr + OneOrMore( thisExpr ) ) [all …]
|
/external/python/setuptools/pkg_resources/_vendor/ |
D | pyparsing.py | 1866 return OneOrMore(self) 3617 self.multirequired = [ e.expr for e in self.exprs if isinstance(e,OneOrMore) ] 3618 … self.required = [ e for e in self.exprs if not isinstance(e,(Optional,ZeroOrMore,OneOrMore)) ] 3847 class OneOrMore(_MultipleMatch): class 4720 _reBracketExpr = Literal("[") + Optional("^").setResultsName("negate") + Group( OneOrMore( _charRan… 5066 matchExpr = FollowedBy(lastExpr + opExpr) + Group( lastExpr + OneOrMore( opExpr ) ) 5069 …atchExpr = FollowedBy(lastExpr + opExpr + lastExpr) + Group( lastExpr + OneOrMore( opExpr + lastEx… 5071 … matchExpr = FollowedBy(lastExpr+lastExpr) + Group( lastExpr + OneOrMore(lastExpr) ) 5085 …atchExpr = FollowedBy(lastExpr + opExpr + thisExpr) + Group( lastExpr + OneOrMore( opExpr + thisEx… 5087 … matchExpr = FollowedBy(lastExpr + thisExpr) + Group( lastExpr + OneOrMore( thisExpr ) ) [all …]
|
/external/llvm/tools/bugpoint/ |
D | bugpoint.cpp | 42 InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | bugpoint.cpp | 46 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/ |
D | gcov.cpp | 85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | CommandLine.cpp | 689 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue() 694 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues() 1329 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions() 1376 case OneOrMore: in ParseCommandLineOptions() 1437 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | llvm-pdbutil.cpp | 161 cl::OneOrMore, cl::sub(PrettySubcommand)); 391 cl::OneOrMore, cl::sub(BytesSubcommand)); 546 cl::OneOrMore, cl::sub(DumpSubcommand)); 627 cl::OneOrMore, cl::sub(MergeSubcommand)); 639 cl::sub(ExplainSubcommand), cl::OneOrMore);
|
/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/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-7.0/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 44 InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/ |
D | llvm-lto2.cpp | 42 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | dsymutil.cpp | 56 static list<std::string> InputFiles(Positional, OneOrMore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-stacks.cpp | 40 cl::sub(Stack), 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/ |
D | llvm-lto.cpp | 183 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CommandLine.rst | 521 cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<Input files>"), cl::OneOrMore); 526 `cl::OneOrMore`_ modifier to inform the CommandLine library that it is an error 767 static cl::list<std::string> Files(cl::Positional, cl::OneOrMore); 1074 .. _cl::OneOrMore: 1076 * The **cl::OneOrMore** modifier indicates that the option must be specified at
|
/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/swiftshader/third_party/llvm-7.0/llvm/tools/sancov/ |
D | sancov.cpp | 89 ClInputFiles(cl::Positional, cl::OneOrMore,
|