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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 71 ExprEngine &Eng;
88 ExprEngine &eng,
92 : Eng(eng),
103 return Eng.getAnalysisManager();
107 return Eng.getConstraintManager();
111 return Eng.getStoreManager();
131 return Eng.getContext();
135 return Eng.getContext().getLangOpts();
150 return Eng.getBugReporter()
    [all...]
ProgramState.h 441 /// Eng - The SubEngine that owns this state manager.
442 SubEngine *Eng; /* Can be null. */
511 SubEngine* getOwningEngine() { return Eng; }
CoreEngine.h 185 const CoreEngine &Eng;
189 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
197 return Eng.WList->getBlockCounter().getNumVisited(
448 CoreEngine& Eng;
456 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng)
457 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {}
495 CoreEngine& Eng;
502 const Expr *condition, CoreEngine* eng)
503 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 494 ExprEngine& Eng;
496 GRBugReporter(BugReporterData& d, ExprEngine& eng)
497 : BugReporter(d, GRBugReporterKind), Eng(eng) {}
503 ExprEngine &getEngine() { return Eng; }
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 97 const NodeBuilderContext &BldrCtx = checkCtx.Eng.getBuilderContext();
141 ExprEngine &Eng;
148 const Stmt *s, ExprEngine &eng, bool wasInlined = false)
149 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng),
159 CheckerContext C(Bldr, Eng, Pred, L, WasInlined);
170 ExprEngine &Eng,
173 S, Eng, WasInlined);
183 ExprEngine &Eng;
189 const ObjCMethodCall &msg, ExprEngine &eng,
    [all...]
ProgramState.cpp 75 : Eng(SubEng), EnvMgr(alloc), GDMFactory(alloc),
193 SubEngine* Eng = Mgr.getOwningEngine();
196 if (Eng) {
211 newState = Eng->notifyCheckersOfPointerEscape(newState, &IS,
216 newState = Eng->notifyCheckersOfPointerEscape(newState, &ConstIS,
223 return Eng->processRegionChanges(newState, &IS,
BugReporterVisitors.cpp 215 SubEngine *Eng = State->getStateManager().getOwningEngine();
216 assert(Eng && "Cannot file a bug report without an owning engine");
217 AnalyzerOptions &Options = Eng->getAnalysisManager().options;
301 ExprEngine &Eng = BRC.getBugReporter().getEngine();
302 AnalyzerOptions &Options = Eng.getAnalysisManager().options;
338 ExprEngine &Eng = BRC.getBugReporter().getEngine();
339 AnalyzerOptions &Options = Eng.getAnalysisManager().options;
790 SubEngine *Eng = N->getState()->getStateManager().getOwningEngine();
791 assert(Eng && "Cannot file a bug report without an owning engine");
792 AnalyzerOptions &Options = Eng->getAnalysisManager().options
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 309 milliseconds