/external/clang/include/clang/Tooling/ |
D | CommonOptionsParser.h | 77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
|
/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/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/swiftshader/third_party/LLVM/tools/llvm-link/ |
D | llvm-link.cpp | 32 InputFilenames(cl::Positional, cl::OneOrMore,
|
/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/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 | 684 O->getNumOccurrencesFlag() == cl::OneOrMore; in RequiresValue() 689 O->getNumOccurrencesFlag() == cl::OneOrMore; in EatsUnboundedNumberOfValues() 1324 case cl::OneOrMore: // One or more will take all they can get... in ParseCommandLineOptions() 1371 case OneOrMore: in ParseCommandLineOptions() 1432 case OneOrMore: in addOccurrence()
|
/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-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/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-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/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/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,
|