Searched refs:CFGNewAllocator (Results 1 – 4 of 4) sorted by relevance
247 class CFGNewAllocator : public CFGElement {249 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function260 CFGNewAllocator() = default;1148 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
555 const CFGNewAllocator &Alloc = Source.castAs<CFGNewAllocator>(); in getLocationForCaller()718 } else if (auto NewAllocElt = BlockFront->getAs<CFGNewAllocator>()) { in create()
5873 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
982 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()