Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1001 class CXXAllocatorCall : public AnyFunctionCall {
1005 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function
1008 CXXAllocatorCall(const CXXAllocatorCall &Other) = default;
1010 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo()
1341 CallEventRef<CXXAllocatorCall>
1344 return create<CXXAllocatorCall>(E, State, LCtx); in getCXXAllocatorCall()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedNewArraySizeChecker.cpp41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall()
H A DAnalysisOrderChecker.cpp181 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
H A DMallocChecker.cpp335 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;
459 processNewAllocation(const CXXAllocatorCall &Call, CheckerContext &C,
1597 MallocChecker::processNewAllocation(const CXXAllocatorCall &Call, in processNewAllocation()
1624 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h39 class CXXAllocatorCall; variable
368 void runCheckersForNewAllocator(const CXXAllocatorCall &Call,
511 CheckerFn<void(const CXXAllocatorCall &Call, CheckerContext &)>;
H A DChecker.h288 static void _checkNewAllocator(void *checker, const CXXAllocatorCall &Call, in _checkNewAllocator()
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.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()
H A DExprEngineCXX.cpp927 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
1025 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
H A DExprEngineCallAndReturn.cpp408 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit()