Searched refs:CFGNewAllocator (Results 1 – 3 of 3) sorted by relevance
151 class CFGNewAllocator : public CFGElement {153 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function163 CFGNewAllocator() {} in CFGNewAllocator() function667 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
4190 } else if (Optional<CFGNewAllocator> NE = E.getAs<CFGNewAllocator>()) { in print_elem()
301 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()