Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp242 constexpr llvm::StringLiteral BASIC_OSTREAM_NAMES[] = {"basic_ostream"}; variable
246 return hasStdClassWithName(RD, BASIC_OSTREAM_NAMES); in isStdBasicOstream()