reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
   20 class ExprEngine;
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
   60 class ExprEngine;
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h
   27 class ExprEngine;
tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
   47 class ExprEngine;

References

tools/clang/include/clang/StaticAnalyzer/Checkers/LocalCheckers.h
   22 void RegisterCallInliner(ExprEngine &Eng);
tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
  654   ExprEngine& Eng;
  666   PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng)
tools/clang/include/clang/StaticAnalyzer/Core/Checker.h
  229                                 BugReporter &BR, ExprEngine &Eng) {
tools/clang/include/clang/StaticAnalyzer/Core/CheckerManager.h
  208                              ExprEngine &Eng) {
  221                               ExprEngine &Eng,
  229                           const Stmt *S, ExprEngine &Eng,
  236                                     ExprEngine &Eng) {
  244                                      ExprEngine &Eng,
  254                                     ExprEngine &Eng) {
  263                                  const ObjCMethodCall &msg, ExprEngine &Eng,
  268                              const CallEvent &Call, ExprEngine &Eng) {
  274                               const CallEvent &Call, ExprEngine &Eng,
  283                                const CallEvent &Call, ExprEngine &Eng,
  293                               ExprEngine &Eng);
  299                           const Stmt *S, ExprEngine &Eng,
  304                                  ExprEngine &Eng);
  310                                    ExprEngine &Eng);
  316                                  ExprEngine &Eng,
  322                                      ExprEngine &Eng);
  328                                   ExprEngine &Eng,
  347                                  ExprEngine &Eng,
  400                               const CallEvent &CE, ExprEngine &Eng);
  459       CheckerFn<void (ExplodedGraph &, BugReporter &, ExprEngine &)>;
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
  404     return ExprEngine::getObjectUnderConstruction(
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h
   24   ExprEngine &Eng;
   41                  ExprEngine &eng,
tools/clang/lib/StaticAnalyzer/Checkers/AnalyzerStatsChecker.cpp
   36   void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const;
   42                                             ExprEngine &Eng) const {
tools/clang/lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
  207                         ExprEngine &Eng) const {}
tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
  306   void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const {
tools/clang/lib/StaticAnalyzer/Checkers/ExprInspectionChecker.cpp
   60                         ExprEngine &Eng) const;
  287                                              ExprEngine &Eng) const {
tools/clang/lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
   35                         ExprEngine &Eng) const;
   50                                               ExprEngine &Eng) const {
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
 2157       ExprEngine::geteagerlyAssumeBinOpBifurcationTags();
tools/clang/lib/StaticAnalyzer/Core/CheckerManager.cpp
  158     ExprEngine &Eng;
  162                      const Stmt *s, ExprEngine &eng, bool wasInlined = false)
  188                                         ExprEngine &Eng,
  204     ExprEngine &Eng;
  208                             const ObjCMethodCall &msg, ExprEngine &eng,
  244                                                ExprEngine &Eng,
  275     ExprEngine &Eng;
  278                      const CallEvent &call, ExprEngine &eng,
  302                                              ExprEngine &Eng,
  321     ExprEngine &Eng;
  326                          ExprEngine &eng)
  355                                             ExprEngine &Eng) {
  370     ExprEngine &Eng;
  374                      SVal loc, SVal val, const Stmt *s, ExprEngine &eng,
  396                                         const Stmt *S, ExprEngine &Eng,
  404                                                ExprEngine &Eng) {
  415   ExprEngine &Eng;
  418   CheckBeginFunctionContext(const CheckersTy &Checkers, ExprEngine &Eng,
  439                                                  ExprEngine &Eng) {
  452                                                ExprEngine &Eng,
  473     ExprEngine &Eng;
  476                                 const Stmt *Cond, ExprEngine &eng)
  497                                                    ExprEngine &Eng) {
  513     ExprEngine &Eng;
  516                              SVal Target, bool WasInlined, ExprEngine &Eng)
  535     ExprEngine &Eng, bool WasInlined) {
  557     ExprEngine &Eng;
  561                             const Stmt *s, ExprEngine &eng,
  588                                                ExprEngine &Eng,
  653                                             ExprEngine &Eng) {
tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  682 ExprEngine::CallInlinePolicy
  685                               const ExprEngine::EvalCallOptions &CallOpts) {
tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
  302                        ExprEngine::InliningModes IMode) {
  316           case ExprEngine::Inline_Minimal:
  319           case ExprEngine::Inline_Regular:
  353   ExprEngine::InliningModes
  367                   ExprEngine::InliningModes IMode = ExprEngine::Inline_Minimal,
  367                   ExprEngine::InliningModes IMode = ExprEngine::Inline_Minimal,
  371                               ExprEngine::InliningModes IMode,
  527 ExprEngine::InliningModes
  536       return ExprEngine::Inline_Minimal;
  539   return ExprEngine::Inline_Regular;
  766                                   ExprEngine::InliningModes IMode,
  799     if (IMode != ExprEngine::Inline_Minimal)
  809                                               ExprEngine::InliningModes IMode,
  820   ExprEngine Eng(CTU, *Mgr, VisitedCallees, &FunctionSummaries, IMode);
tools/clang/unittests/StaticAnalyzer/Reusables.h
   55   ExprEngine Eng;
   65         Eng(CTU, AMgr, &VisitedCallees, &FS, ExprEngine::Inline_Regular) {}