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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckerDocumentation.cpp 142 void checkNewAllocator(const CXXNewExpr *NE, SVal Target,
AnalysisOrderChecker.cpp 181 void checkNewAllocator(const CXXAllocatorCall &Call,
MallocChecker.cpp 322 void checkNewAllocator(const CXXAllocatorCall &Call, CheckerContext &C) const;
1427 void MallocChecker::checkNewAllocator(const CXXAllocatorCall &Call,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 290 ((const CHECKER *)checker)->checkNewAllocator(Call, C);

Completed in 26 milliseconds