Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h247 class CFGNewAllocator : public CFGElement {
249 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function
260 CFGNewAllocator() = default;
1148 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp555 const CFGNewAllocator &Alloc = Source.castAs<CFGNewAllocator>(); in getLocationForCaller()
718 } else if (auto NewAllocElt = BlockFront->getAs<CFGNewAllocator>()) { in create()
H A DCFG.cpp5873 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp982 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()