Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h151 class CFGNewAllocator : public CFGElement {
153 explicit CFGNewAllocator(const CXXNewExpr *S) in CFGNewAllocator() function
163 CFGNewAllocator() {} in CFGNewAllocator() function
666 Elements.push_back(CFGNewAllocator(NE), C); in appendNewAllocator()
/external/clang/lib/Analysis/
DCFG.cpp4300 } else if (Optional<CFGNewAllocator> NE = E.getAs<CFGNewAllocator>()) { in print_elem()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp303 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()