Searched refs:CXXAllocatorCall (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CallEvent.h | 1119 class CXXAllocatorCall : public AnyFunctionCall { 1123 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function 1127 CXXAllocatorCall(const CXXAllocatorCall &Other) = default; 1130 new (Dest) CXXAllocatorCall(*this); in cloneTo() 1464 CallEventRef<CXXAllocatorCall> 1468 return create<CXXAllocatorCall>(E, State, LCtx, ElemRef); in getCXXAllocatorCall()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefinedNewArraySizeChecker.cpp | 41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall()
|
| H A D | CheckerDocumentation.cpp | 159 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() argument
|
| H A D | AnalysisOrderChecker.cpp | 180 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
|
| H A D | MallocChecker.cpp | 424 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const; 580 processNewAllocation(const CXXAllocatorCall &Call, CheckerContext &C, 1771 MallocChecker::processNewAllocation(const CXXAllocatorCall &Call, in processNewAllocation() 1804 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 39 class CXXAllocatorCall; variable 376 void runCheckersForNewAllocator(const CXXAllocatorCall &Call, 520 CheckerFn<void(const CXXAllocatorCall &Call, CheckerContext &)>;
|
| H A D | Checker.h | 302 static void _checkNewAllocator(void *checker, const CXXAllocatorCall &Call, in _checkNewAllocator()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 572 const CXXAllocatorCall &Call; 577 const CXXAllocatorCall &Call, bool WasInlined, in CheckNewAllocatorContext() 591 checkFn(cast<CXXAllocatorCall>(*Call.cloneWithState(Pred->getState())), in runChecker() 598 void CheckerManager::runCheckersForNewAllocator(const CXXAllocatorCall &Call, in runCheckersForNewAllocator()
|
| H A D | ExprEngineCXX.cpp | 902 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall() 1001 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
|
| H A D | ExprEngineCallAndReturn.cpp | 406 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit()
|