| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 157 ExprEngine &Eng; member 203 ExprEngine &Eng; member 210 Eng(eng) {} in CheckObjCMessageContext() 274 ExprEngine &Eng; member 320 ExprEngine &Eng; member 369 ExprEngine &Eng; member 414 ExprEngine &Eng; member 419 : Checkers(Checkers), Eng(Eng), PP(PP) {} in CheckBeginFunctionContext() 472 ExprEngine &Eng; member 511 ExprEngine &Eng; member [all …]
|
| H A D | SMTConstraintManager.cpp | 16 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, ExprEngine *Eng) { in CreateZ3ConstraintManager() argument 17 return std::make_unique<SMTConstraintManager>(Eng, StMgr.getSValBuilder()); in CreateZ3ConstraintManager()
|
| H A D | CoreEngine.cpp | 612 ExplodedNode *N = C.Eng.G.getNode(Loc, State, MarkAsSink, &IsNew); in generateNodeImpl() 613 N->addPredecessor(FromN, C.Eng.G); in generateNodeImpl() 654 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateNode() 656 Succ->addPredecessor(Pred, Eng.G); in generateNode() 662 Eng.WList->enqueue(Succ); in generateNode() 672 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateCaseStmtNode() 674 Succ->addPredecessor(Pred, Eng.G); in generateCaseStmtNode() 678 Eng.WList->enqueue(Succ); in generateCaseStmtNode() 696 Eng.G.getNode(BlockEdge(Src, DefaultBlock, Pred->getLocationContext()), in generateDefaultCaseNode() 698 Succ->addPredecessor(Pred, Eng.G); in generateDefaultCaseNode() [all …]
|
| H A D | ProgramState.cpp | 80 : Eng(ExprEng), EnvMgr(alloc), GDMFactory(alloc), in ProgramStateManager() 192 ExprEngine &Eng = Mgr.getOwningEngine(); in invalidateRegionsImpl() local 212 newState = Eng.notifyCheckersOfPointerEscape(newState, IS, in invalidateRegionsImpl() 218 return Eng.processRegionChanges(newState, IS, TopLevelInvalidated, in invalidateRegionsImpl()
|
| H A D | RangeConstraintManager.cpp | 1753 ExprEngine *Eng) { in CreateRangeConstraintManager() argument 1754 return std::make_unique<RangeConstraintManager>(Eng, StMgr.getSValBuilder()); in CreateRangeConstraintManager()
|
| H A D | RegionStore.cpp | 384 ExprEngine &Eng = StateMgr.getOwningEngine(); in RegionStoreManager() local 385 AnalyzerOptions &Options = Eng.getAnalysisManager().options; in RegionStoreManager()
|
| H A D | BugReporter.cpp | 2451 return Eng.getGraph(); in getGraph() 2455 return Eng.getStateManager(); in getStateManager()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | CheckerManager.h | 252 ExprEngine &Eng) { in runCheckersForPreStmt() argument 265 ExprEngine &Eng, 280 ExprEngine &Eng) { in runCheckersForPreObjCMessage() argument 288 ExprEngine &Eng, 298 ExprEngine &Eng) { in runCheckersForObjCMessageNil() argument 300 Eng); in runCheckersForObjCMessageNil() 337 ExprEngine &Eng); 348 ExprEngine &Eng); 354 ExprEngine &Eng); 360 ExprEngine &Eng, [all …]
|
| H A D | Checker.h | 229 BugReporter &BR, ExprEngine &Eng) { in _checkEndAnalysis() argument 230 ((const CHECKER *)checker)->checkEndAnalysis(G, BR, Eng); in _checkEndAnalysis()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CheckerContext.h | 24 ExprEngine &Eng; variable 45 : Eng(eng), in Eng() function 56 return Eng.getAnalysisManager(); in getAnalysisManager() 60 return Eng.getConstraintManager(); in getConstraintManager() 64 return Eng.getStoreManager(); in getStoreManager() 84 return Eng.getContext(); in getASTContext() 88 return Eng.getContext().getLangOpts(); in getLangOpts() 103 return Eng.getBugReporter(); in getBugReporter() 113 return Eng.getSValBuilder(); in getSValBuilder() 121 return Eng.getStateManager(); in getStateManager() [all …]
|
| H A D | CoreEngine.h | 209 const CoreEngine &Eng; member 214 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); } in NodeBuilderContext() 222 return Eng.WList->getBlockCounter().getNumVisited( in blockCount() 479 CoreEngine& Eng; variable 488 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {} in IndirectGotoNodeBuilder() 527 CoreEngine& Eng; variable 535 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {} in SwitchNodeBuilder()
|
| H A D | ProgramState.h | 468 ExprEngine *Eng; /* Can be null. */ 541 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | AnalyzerStatsChecker.cpp | 36 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const; 42 ExprEngine &Eng) const { in checkEndAnalysis() 110 << (Eng.wasBlocksExhausted() ? "yes" : "no") in checkEndAnalysis() 112 << (Eng.hasEmptyWorkList() ? "yes" : "no"); in checkEndAnalysis() 119 const CoreEngine &CE = Eng.getCoreEngine(); in checkEndAnalysis()
|
| H A D | UnreachableCodeChecker.cpp | 35 ExprEngine &Eng) const; 50 ExprEngine &Eng) const { in checkEndAnalysis() 53 if (Eng.hasWorkRemaining()) in checkEndAnalysis() 135 CE->isBuiltinAssumeFalse(Eng.getContext())) { in checkEndAnalysis()
|
| H A D | DebugCheckers.cpp | 304 void checkEndAnalysis(ExplodedGraph &G, BugReporter &B,ExprEngine &Eng) const { in checkEndAnalysis() 305 Eng.ViewGraph(0); in checkEndAnalysis()
|
| H A D | CheckerDocumentation.cpp | 207 ExprEngine &Eng) const {} in checkEndAnalysis()
|
| H A D | ExprInspectionChecker.cpp | 70 ExprEngine &Eng) const; 372 ExprEngine &Eng) const { in checkEndAnalysis()
|
| H A D | AnalysisOrderChecker.cpp | 176 ExprEngine &Eng) const { in checkEndAnalysis()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 670 ExprEngine Eng(CTU, *Mgr, VisitedCallees, &FunctionSummaries, IMode); in RunPathSensitiveChecks() local 678 Eng.ExecuteWorkList(Mgr->getAnalysisDeclContextManager().getStackFrame(D), in RunPathSensitiveChecks() 688 Eng.DumpGraph(Mgr->options.TrimGraph, Mgr->options.DumpExplodedGraphTo); in RunPathSensitiveChecks() 692 Eng.ViewGraph(Mgr->options.TrimGraph); in RunPathSensitiveChecks() 697 Eng.getBugReporter().FlushReports(); in RunPathSensitiveChecks()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | LocalCheckers.h | 22 void RegisterCallInliner(ExprEngine &Eng);
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 667 ExprEngine& Eng; variable 680 : BugReporter(d), Eng(eng) {} in PathSensitiveBugReporter()
|
| /freebsd-13.1/contrib/ntp/html/hints/ |
| H A D | solaris.xtra.4095849 | 19 satish.mynam@Eng 1998-04-30
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | README | 990 Rod.Evans@Eng.Sun.COM:
|
| /freebsd-13.1/share/misc/ |
| H A D | pci_vendors | 15178 11a3 Deuretzbacher GmbH & Co. Eng. KG 15180 11a5 Microunity Systems Eng. Inc
|