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

  /external/clang/include/clang/Analysis/
CFG.h 59 NewAllocator,
154 : CFGElement(NewAllocator, S) {}
165 return elem.getKind() == NewAllocator;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 535 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) {
PathDiagnostic.cpp 573 case CFGElement::NewAllocator:
    [all...]
ExprEngine.cpp 291 case CFGElement::NewAllocator:
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 166 milliseconds