HomeSort by relevance Sort by last modified time
    Searched refs:isGrouping (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Support/
CommandLine.cpp 334 static inline bool isGrouping(const Option *O) {
338 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
394 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
410 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
    [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 586 static inline bool isGrouping(const Option *O) {
590 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
649 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
665 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
CommandLine.cpp 605 static inline bool isGrouping(const Option *O) {
609 return isGrouping(O) || O->getFormattingFlag() == cl::Prefix;
668 assert(isGrouping(PGOpt) && "Broken getOptionPred!");
684 PGOpt = getOptionPred(Arg, Length, isGrouping, OptionsMap);
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]

Completed in 79 milliseconds