Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp946 const bool IsStdClassCtor = isWithinStdNamespace(getDecl()); in getExtraInvalidatedValues() local
947 if (const MemRegion *Obj = V.getAsRegion(); Obj && IsStdClassCtor) { in getExtraInvalidatedValues()