Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp773 ExplodedNodeSet DstPreCall; in handleConstructor() local
784 for (ExplodedNode *N : DstPreCall) in handleConstructor()
788 for (ExplodedNode *N : DstPreCall) in handleConstructor()
910 ExplodedNodeSet DstPreCall; in VisitCXXDestructor() local
911 getCheckerManager().runCheckersForPreCall(DstPreCall, Pred, in VisitCXXDestructor()
916 for (ExplodedNode *N : DstPreCall) in VisitCXXDestructor()
935 ExplodedNodeSet DstPreCall; in VisitCXXNewAllocatorCall() local
941 for (ExplodedNode *I : DstPreCall) { in VisitCXXNewAllocatorCall()
1134 ExplodedNodeSet DstPreCall; in VisitCXXDeleteExpr() local
1140 for (ExplodedNode *I : DstPreCall) { in VisitCXXDeleteExpr()
[all …]