HomeSort by relevance Sort by last modified time
    Searched refs:CFGNewAllocator (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Analysis/
CFG.h 150 /// CFGNewAllocator - Represents C++ allocator call.
151 class CFGNewAllocator : public CFGElement {
153 explicit CFGNewAllocator(const CXXNewExpr *S)
163 CFGNewAllocator() {}
666 Elements.push_back(CFGNewAllocator(NE), C);
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 302 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(),
    [all...]

Completed in 53 milliseconds