Searched refs:getCFGElementRef (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 367 CEMgr.getSimpleCall(CE, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction() 376 CCE, /*Target=*/nullptr, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction() 383 CEMgr.getObjCMethodCall(ME, State, LCtx, getCFGElementRef()); in computeObjectUnderConstruction() 737 CIE, TargetRegion, State, LCtx, getCFGElementRef()) in handleConstructor() 739 CE, TargetRegion, State, LCtx, getCFGElementRef()); in handleConstructor() 878 getCFGElementRef(), &T); in VisitCXXDestructor() 904 DtorDecl, S, Dest, IsBaseDtor, State, LCtx, getCFGElementRef()); in VisitCXXDestructor() 933 CEMgr.getCXXAllocatorCall(CNE, State, LCtx, getCFGElementRef()); in VisitCXXNewAllocatorCall() 1031 CEMgr.getCXXAllocatorCall(CNE, State, LCtx, getCFGElementRef()); in VisitCXXNewExpr() 1132 CDE, Pred->getState(), Pred->getLocationContext(), getCFGElementRef()); in VisitCXXDeleteExpr()
|
| H A D | ExprEngine.cpp | 1331 getCFGElementRef()); in ProcessNewAllocator() 1380 getCFGElementRef(), &PT); in ProcessAutomaticObjDtor() 1397 PreImplicitCall PP(DtorDecl, varDecl->getLocation(), LCtx, getCFGElementRef(), in ProcessAutomaticObjDtor() 1426 PostImplicitCall PP(Dtor, DE->getBeginLoc(), LCtx, getCFGElementRef()); in ProcessDeleteDtor() 1460 getCFGElementRef(), &PT); in ProcessDeleteDtor() 1475 getCFGElementRef(), &PT); in ProcessDeleteDtor() 1536 getCFGElementRef(), &PT); in ProcessMemberDtor() 1552 PreImplicitCall PP(DtorDecl, Member->getLocation(), LCtx, getCFGElementRef(), in ProcessMemberDtor() 1589 Pred->getLocationContext(), getCFGElementRef()); in ProcessTemporaryDtor()
|
| H A D | ExprEngineCallAndReturn.cpp | 612 CE, Pred->getState(), Pred->getLocationContext(), getCFGElementRef()); in VisitCallExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ExprEngine.h | 229 CFGBlock::ConstCFGElementRef getCFGElementRef() const { in getCFGElementRef() function
|
| H A D | CallEvent.h | 240 const CFGBlock::ConstCFGElementRef &getCFGElementRef() const { in getCFGElementRef() function
|