Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp53 static const char *const DefaultMsg = in checkBind() local
56 BT.reset(new BuiltinBug(this, DefaultMsg)); in checkBind()
109 OS << DefaultMsg; in checkBind()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp1712 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() argument
1714 return DefaultMsg; in getValueStr()