Home
last modified time | relevance | path

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

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