Searched refs:DefaultMsg (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp53 static const char *const DefaultMsg = local
56 BT.reset(new BuiltinBug(this, DefaultMsg));
109 OS << DefaultMsg; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1717 // getValueStr - Get the value description string, using "DefaultMsg" if nothing
1720 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { argument
1722 return DefaultMsg;

Completed in 115 milliseconds