Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp54 static const char *const DefaultMsg = in checkBind() local
57 BT.reset(new BuiltinBug(this, DefaultMsg)); in checkBind()
110 OS << DefaultMsg; in checkBind()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp1476 static StringRef getValueStr(const Option &O, StringRef DefaultMsg) { in getValueStr() argument
1478 return DefaultMsg; in getValueStr()