Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDCheckerDocumentation.cpp52 check::NewAllocator,
HDAnalysisOrderChecker.cpp39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
HDMallocChecker.cpp303 check::NewAllocator, check::PostStmt<BlockExpr>,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h62 NewAllocator, enumerator
250 : CFGElement(NewAllocator, S) {} in CFGNewAllocator()
263 return elem.getKind() == NewAllocator; in isKind()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDChecker.h284 class NewAllocator {
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp556 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) { in enqueueStmtNode()
HDExprEngine.cpp981 case CFGElement::NewAllocator: in processCFGElement()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDPathDiagnostic.cpp554 case CFGElement::NewAllocator: { in getLocationForCaller()
HDCFG.cpp5291 case CFGElement::NewAllocator: in getDestructorDecl()
5871 case CFGElement::Kind::NewAllocator: in print_elem()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
HDCheckers.td1525 "NewAllocator",