Searched refs:CXXAllocatorCall (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | CallEvent.h | 1112 class CXXAllocatorCall : public AnyFunctionCall { 1116 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function 1120 CXXAllocatorCall(const CXXAllocatorCall &Other) = default; 1123 new (Dest) CXXAllocatorCall(*this); in cloneTo() 1457 CallEventRef<CXXAllocatorCall> 1461 return create<CXXAllocatorCall>(E, State, LCtx, ElemRef); in getCXXAllocatorCall()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | UndefinedNewArraySizeChecker.cpp | 41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall()
|
| HD | CheckerDocumentation.cpp | 146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() argument
|
| HD | AnalysisOrderChecker.cpp | 181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
|
| HD | MallocChecker.cpp | 336 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const; 488 processNewAllocation(const CXXAllocatorCall &Call, CheckerContext &C, 1577 MallocChecker::processNewAllocation(const CXXAllocatorCall &Call, in processNewAllocation() 1609 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| HD | CheckerManager.h | 39 class CXXAllocatorCall; variable 368 void runCheckersForNewAllocator(const CXXAllocatorCall &Call, 509 CheckerFn<void(const CXXAllocatorCall &Call, CheckerContext &)>;
|
| HD | Checker.h | 286 static void _checkNewAllocator(void *checker, const CXXAllocatorCall &Call, in _checkNewAllocator()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | CheckerManager.cpp | 508 const CXXAllocatorCall &Call; 513 const CXXAllocatorCall &Call, bool WasInlined, in CheckNewAllocatorContext() 525 checkFn(cast<CXXAllocatorCall>(*Call.cloneWithState(Pred->getState())), in runChecker() 532 void CheckerManager::runCheckersForNewAllocator(const CXXAllocatorCall &Call, in runCheckersForNewAllocator()
|
| HD | ExprEngineCXX.cpp | 932 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall() 1030 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
|
| HD | ExprEngineCallAndReturn.cpp | 406 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit()
|