Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DCheckerDocumentation.cpp44 check::NewAllocator,
DAnalysisOrderChecker.cpp39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
DMallocChecker.cpp303 check::NewAllocator, check::PostStmt<BlockExpr>,
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DCFG.h61 NewAllocator, enumerator
248 : CFGElement(NewAllocator, S) {} in CFGNewAllocator()
261 return elem.getKind() == NewAllocator; in isKind()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
DChecker.h286 class NewAllocator {
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp568 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) { in enqueueStmtNode()
DExprEngine.cpp976 case CFGElement::NewAllocator: in processCFGElement()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp554 case CFGElement::NewAllocator: { in getLocationForCaller()
DCFG.cpp5286 case CFGElement::NewAllocator: in getDestructorDecl()
5859 case CFGElement::Kind::NewAllocator: in print_elem()
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td1487 "NewAllocator",