Searched refs:CE_CXXDestructor (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h63 CE_CXXDestructor, enumerator in enum:clang::ento::CallEventKind
65 CE_END_CXX_INSTANCE_CALLS = CE_CXXDestructor,
836 Kind getKind() const override { return CE_CXXDestructor; }
840 return CA->getKind() == CE_CXXDestructor;
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp811 case CE_CXXDestructor: {

Completed in 229 milliseconds