HomeSort by relevance Sort by last modified time
    Searched defs:ExprEngine (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-member-expr.cpp 12 class ExprEngine {
25 void f(ExprEngine& Eng) {
26 Eng.registerCheck(new RetainReleaseChecker); // expected-note {{in instantiation of function template specialization 'ExprEngine::registerCheck<RetainReleaseChecker>' requested here}}
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 1 //===-- ExprEngine.h - Path-Sensitive Expression-Level Dataflow ---*- C++ -*-=//
48 class ExprEngine : public SubEngine {
89 /// destructor is called before the rest of the ExprEngine is destroyed.
100 ExprEngine(AnalysisManager &mgr, bool gcEnabled,
105 ~ExprEngine() override;
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 1 //=-- ExprEngine.cpp - Path-Sensitive Expression-Level Dataflow ---*- C++ -*-=
16 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
41 #define DEBUG_TYPE "ExprEngine"
67 static const char* TagProviderName = "ExprEngine";
69 ExprEngine::ExprEngine(AnalysisManager &mgr, bool gcEnabled,
95 ExprEngine::~ExprEngine() {
103 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) {
182 ExprEngine::createTemporaryRegionIfNeeded(ProgramStateRef State
    [all...]

Completed in 201 milliseconds