Searched defs:ExprEngine (Results 1 - 3 of 3) sorted by relevance

/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++ -*-=//
39 class ExprEngine : public SubEngine { class in namespace:clang::ento
82 /// destructor is called before the rest of the ExprEngine is destroyed.
86 ExprEngine(AnalysisManager &mgr, bool gcEnabled);
88 ~ExprEngine();
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1 //=-- ExprEngine.cpp - Path-Sensitive Expression-Level Dataflow ---*- C++ -*-=
20 #include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
54 ExprEngine::ExprEngine(AnalysisManager &mgr, bool gcEnabled) function in class:ExprEngine
75 ExprEngine::~ExprEngine() {
84 const ProgramState *ExprEngine::getInitialState(const LocationContext *InitLoc) {
145 ExprEngine::doesInvalidateGlobals(const CallOrObjCMessage &callOrMessage) const
171 const ProgramState *ExprEngine::processAssume(const ProgramState *state,
176 bool ExprEngine
[all...]

Completed in 94 milliseconds