Searched refs:NewAllocator (Results 1 – 18 of 18) sorted by relevance
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Blob.h | 27 NewAllocator enumerator 72 const Allocator allocator_=NewAllocator);
|
/external/ImageMagick/Magick++/lib/ |
D | BlobRef.cpp | 20 : allocator(Magick::Blob::NewAllocator), in BlobRef() 35 if (allocator == Magick::Blob::NewAllocator) in ~BlobRef()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckerDocumentation.cpp | 44 check::NewAllocator,
|
D | AnalysisOrderChecker.cpp | 39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
|
D | MallocChecker.cpp | 292 check::NewAllocator, check::PostStmt<BlockExpr>,
|
/external/ImageMagick/Magick++/tests/ |
D | readWriteBlob.cpp | 47 Blob::NewAllocator ); in myBlob()
|
/external/clang/include/clang/Analysis/ |
D | CFG.h | 59 NewAllocator, enumerator 154 : CFGElement(NewAllocator, S) {} in CFGNewAllocator() 165 return elem.getKind() == NewAllocator; in isKind()
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | CFG.h | 62 NewAllocator, enumerator 248 : CFGElement(NewAllocator, S) {} in CFGNewAllocator() 261 return elem.getKind() == NewAllocator; in isKind()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | Checker.h | 286 class NewAllocator {
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 538 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) { in enqueueStmtNode()
|
D | ExprEngine.cpp | 642 case CFGElement::NewAllocator: in processCFGElement()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 569 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) { in enqueueStmtNode()
|
D | PathDiagnostic.cpp | 572 case CFGElement::NewAllocator: in getLocationForCaller()
|
D | ExprEngine.cpp | 302 case CFGElement::NewAllocator: in processCFGElement()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 556 case CFGElement::NewAllocator: { in getLocationForCaller()
|
D | CFG.cpp | 5002 case CFGElement::NewAllocator: in getDestructorDecl() 5562 case CFGElement::Kind::NewAllocator: in print_elem()
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 1427 "NewAllocator",
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 3899 case CFGElement::NewAllocator: in getDestructorDecl()
|