HomeSort by: relevance | last modified time | path
    Searched refs:NewAllocator (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 44 check::NewAllocator,
AnalysisOrderChecker.cpp 39 check::EndFunction, check::EndAnalysis, check::NewAllocator,
183 if (isCallbackEnabled(C, "NewAllocator"))
184 llvm::errs() << "NewAllocator\n";
MallocChecker.cpp 292 check::NewAllocator, check::PostStmt<BlockExpr>,
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 62 NewAllocator,
248 : CFGElement(NewAllocator, S) {}
261 return elem.getKind() == NewAllocator;
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 286 class NewAllocator {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 539 if ((*Block)[Idx].getKind() == CFGElement::NewAllocator) {
ExprEngine.cpp 642 case CFGElement::NewAllocator:
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 556 case CFGElement::NewAllocator: {
CFG.cpp 5008 case CFGElement::NewAllocator:
5568 case CFGElement::Kind::NewAllocator:

Completed in 29 milliseconds