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

/external/clang/include/clang/Analysis/
H A DCFG.h150 /// CFGNewAllocator - Represents C++ allocator call.
151 class CFGNewAllocator : public CFGElement { class in namespace:clang
153 explicit CFGNewAllocator(const CXXNewExpr *S) function in class:clang::CFGNewAllocator
163 CFGNewAllocator() {} function in class:clang::CFGNewAllocator
668 Elements.push_back(CFGNewAllocator(NE), C);
/external/clang/lib/Analysis/
H A DCFG.cpp4110 } else if (Optional<CFGNewAllocator> NE = E.getAs<CFGNewAllocator>()) {
4111 OS << "CFGNewAllocator(";
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp292 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(),

Completed in 475 milliseconds