Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp255 bool isStdOstreamOperatorCall(const CallEvent &Call) { in isStdOstreamOperatorCall() function
289 if (ModelSmartPtrDereference && isStdOstreamOperatorCall(Call)) in evalCall()