Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDCallEvent.h1112 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/
HDUndefinedNewArraySizeChecker.cpp41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall()
HDCheckerDocumentation.cpp146 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() argument
HDAnalysisOrderChecker.cpp181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
HDMallocChecker.cpp336 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/
HDCheckerManager.h39 class CXXAllocatorCall; variable
368 void runCheckersForNewAllocator(const CXXAllocatorCall &Call,
509 CheckerFn<void(const CXXAllocatorCall &Call, CheckerContext &)>;
HDChecker.h286 static void _checkNewAllocator(void *checker, const CXXAllocatorCall &Call, in _checkNewAllocator()
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCheckerManager.cpp508 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()
HDExprEngineCXX.cpp932 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
1030 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
HDExprEngineCallAndReturn.cpp406 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit()