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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1 //=-- ExprEngine.cpp - Path-Sensitive Expression-Level Dataflow ---*- C++ -*-=
16 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
41 #define DEBUG_TYPE "ExprEngine"
58 static const char* TagProviderName = "ExprEngine";
60 ExprEngine::ExprEngine(AnalysisManager &mgr, bool gcEnabled, function in class:ExprEngine
86 ExprEngine::~ExprEngine() {
94 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) {
173 ExprEngine
[all...]
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-expr.cpp12 class ExprEngine { class
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/
H A DExprEngine.h1 //===-- ExprEngine.h - Path-Sensitive Expression-Level Dataflow ---*- C++ -*-=//
48 class ExprEngine : public SubEngine { class in namespace:clang::ento
89 /// destructor is called before the rest of the ExprEngine is destroyed.
100 ExprEngine(AnalysisManager &mgr, bool gcEnabled,
105 ~ExprEngine();

Completed in 114 milliseconds