Searched refs:CFGNewAllocator (Results 1 – 7 of 7) sorted by relevance
151 class CFGNewAllocator : public CFGElement {153 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function163 CFGNewAllocator() {} in CFGNewAllocator() function666 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
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()
557 const CFGNewAllocator &Alloc = Source.castAs<CFGNewAllocator>(); in getLocationForCaller()717 } else if (auto NewAllocElt = BlockFront->getAs<CFGNewAllocator>()) { in create()
5564 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
4300 } else if (Optional<CFGNewAllocator> NE = E.getAs<CFGNewAllocator>()) { in print_elem()
303 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
643 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()