Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckerDocumentation.cpp52 check::NewAllocator,
H A DAnalysisOrderChecker.cpp39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
H A DMallocChecker.cpp303 check::NewAllocator, check::PostStmt<BlockExpr>,
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h62 NewAllocator, enumerator
250 : CFGElement(NewAllocator, S) {} in CFGNewAllocator()
263 return elem.getKind() == NewAllocator; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp556 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) { in enqueueStmtNode()
H A DExprEngine.cpp981 case CFGElement::NewAllocator: in processCFGElement()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp554 case CFGElement::NewAllocator: { in getLocationForCaller()
H A DCFG.cpp5291 case CFGElement::NewAllocator: in getDestructorDecl()
5871 case CFGElement::Kind::NewAllocator: in print_elem()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1525 "NewAllocator",