HomeSort by: relevance | last modified time | path
    Searched refs:DefaultMsg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 53 static const char *const DefaultMsg =
56 BT.reset(new BuiltinBug(this, DefaultMsg));
109 OS << DefaultMsg;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp 1709 // getValueStr - Get the value description string, using "DefaultMsg" if nothing
1712 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) {
1714 return DefaultMsg;

Completed in 40 milliseconds