Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp109 std::string CastToName = in getNoteTag() local
131 Out << ' ' << (CastSucceeds ? "is a" : "is not a") << " '" << CastToName in getNoteTag()
165 std::string CastToName = in getNoteTag() local
170 (First ? "neither" : "nor")) << " a '" << CastToName in getNoteTag()