Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h1119 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 DUndefinedNewArraySizeChecker.cpp41 if (const auto *AC = dyn_cast<CXXAllocatorCall>(&Call)) { in checkPreCall()
H A DCheckerDocumentation.cpp159 void checkNewAllocator(const CXXAllocatorCall &, CheckerContext &) const {} in checkNewAllocator() argument
H A DAnalysisOrderChecker.cpp180 void checkNewAllocator(const CXXAllocatorCall &Call, in checkNewAllocator()
H A DMallocChecker.cpp424 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 DCheckerManager.h39 class CXXAllocatorCall; variable
376 void runCheckersForNewAllocator(const CXXAllocatorCall &Call,
520 CheckerFn<void(const CXXAllocatorCall &Call, CheckerContext &)>;
H A DChecker.h302 static void _checkNewAllocator(void *checker, const CXXAllocatorCall &Call, in _checkNewAllocator()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerManager.cpp572 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 DExprEngineCXX.cpp902 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()
1001 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()
H A DExprEngineCallAndReturn.cpp406 cast<CXXAllocatorCall>(*UpdatedCall), DstPostCall, I, *this, in processCallExit()