Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp290 if (!Dtor->isBaseDestructor()) in checkPreCall()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h832 bool isBaseDestructor() const { in isBaseDestructor() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp933 if (isBaseDestructor()) in getRuntimeDefinition()