HomeSort by: relevance | last modified time | path
    Searched defs:ExprEngine (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 1 //===- ExprEngine.h - Path-Sensitive Expression-Level Dataflow --*- C++ -*-===//
127 class ExprEngine {
173 /// destructor is called before the rest of the ExprEngine is destroyed.
184 ExprEngine(cross_tu::CrossTranslationUnitContext &CTU, AnalysisManager &mgr,
188 virtual ~ExprEngine() = default;
699 /// that is currently being processed by ExprEngine.
875 /// ExprEngine::VisitObjCForCollectionStmt().
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1 //===- ExprEngine.cpp - Path-Sensitive Expression-Level Dataflow ----------===//
15 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
88 #define DEBUG_TYPE "ExprEngine"
200 static const char* TagProviderName = "ExprEngine";
202 ExprEngine::ExprEngine(cross_tu::CrossTranslationUnitContext &CTU,
232 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) {
309 ProgramStateRef ExprEngine::createTemporaryRegionIfNeeded(
461 ExprEngine::addObjectUnderConstruction(ProgramStateRef State,
474 ExprEngine::getObjectUnderConstruction(ProgramStateRef State
    [all...]

Completed in 33 milliseconds