HomeSort by relevance Sort by last modified time
    Searched refs:ExprEngine (Results 26 - 30 of 30) sorted by null

12

  /external/clang/lib/StaticAnalyzer/Checkers/
StreamChecker.cpp 78 void checkEndPath(EndOfFunctionNodeBuilder &B, ExprEngine &Eng) const;
422 ExprEngine &Eng) const {
MallocChecker.cpp 81 void checkEndPath(EndOfFunctionNodeBuilder &B, ExprEngine &Eng) const;
608 ExprEngine &Eng) const {
RetainCountChecker.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 27 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
311 ExprEngine Eng(mgr, ObjCGCEnabled);
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 17 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
724 bool GCEnabled = static_cast<ExprEngine&>(Eng.SubEng).isObjCGCEnabled();
725 ExprEngine NewEng(AMgr, GCEnabled);

Completed in 331 milliseconds

12