Home
last modified time | relevance | path

Searched refs:CFGNewAllocator (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DCFG.h245 class CFGNewAllocator : public CFGElement {
247 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function
258 CFGNewAllocator() = default;
1117 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp555 const CFGNewAllocator &Alloc = Source.castAs<CFGNewAllocator>(); in getLocationForCaller()
716 } else if (auto NewAllocElt = BlockFront->getAs<CFGNewAllocator>()) { in create()
DCFG.cpp5861 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp977 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()