Home
last modified time | relevance | path

Searched refs:OneOrMore (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/include/clang/Tooling/
DCommonOptionsParser.h77 : CommonOptionsParser(argc, argv, Category, llvm::cl::OneOrMore, in CommonOptionsParser() argument
/external/swiftshader/third_party/LLVM/lib/Support/
DCommandLine.cpp421 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/
Dpyparsing.py1866 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/
Dpyparsing.py1866 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/
Dllvm-link.cpp32 InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/bugpoint/
Dbugpoint.cpp42 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/LLVM/tools/bugpoint/
Dbugpoint.cpp42 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Dbugpoint.cpp46 InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-cov/
Dgcov.cpp85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
Dgcov.cpp85 cl::list<std::string> SourceFiles(cl::Positional, cl::OneOrMore, in gcovMain()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCommandLine.cpp684 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/
DCommandLine.cpp674 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/
Dllvm-pdbutil.cpp161 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/
DCommandLine.cpp693 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/
Ddsymutil.cpp39 static list<std::string> InputFiles(Positional, OneOrMore,
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp111 cl::OneOrMore, cl::sub(PrettySubcommand));
254 cl::OneOrMore, cl::sub(RawSubcommand));
/external/llvm/tools/llvm-link/
Dllvm-link.cpp43 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-link/
Dllvm-link.cpp44 InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto2/
Dllvm-lto2.cpp42 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
Ddsymutil.cpp56 static list<std::string> InputFiles(Positional, OneOrMore,
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp41 RestOfArgs(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/LLVM/tools/llvm-ld/
Dllvm-ld.cpp51 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp40 cl::sub(Stack), cl::OneOrMore);
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp127 static cl::list<std::string> InputFilenames(cl::Positional, cl::OneOrMore,
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp51 static list<std::string> InputFiles(Positional, OneOrMore,

12