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