Searched defs:OneOrMore (Results 1 - 3 of 3) sorted by relevance

/external/fmtlib/support/
H A Ddocopt.py83 parents = [Required, Optional, OptionsShortcut, Either, OneOrMore]
90 elif type(child) is OneOrMore:
246 class OneOrMore(BranchPattern): class in inherits:BranchPattern
396 atom = [OneOrMore(*atom)]
/external/llvm/include/llvm/Support/
H A DCommandLine.h101 OneOrMore = 0x03, // One or more occurrences required enumerator in enum:llvm::cl::NumOccurrencesFlag
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h89 OneOrMore = 0x04, // One or more occurrences required enumerator in enum:llvm::cl::NumOccurrencesFlag

Completed in 135 milliseconds