/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 50 class ExprEngine; variable 252 ExprEngine &Eng) { in runCheckersForPreStmt() 265 ExprEngine &Eng, 273 const Stmt *S, ExprEngine &Eng, 280 ExprEngine &Eng) { in runCheckersForPreObjCMessage() 288 ExprEngine &Eng, 298 ExprEngine &Eng) { in runCheckersForObjCMessageNil() 307 const ObjCMethodCall &msg, ExprEngine &Eng, 312 const CallEvent &Call, ExprEngine &Eng) { in runCheckersForPreCall() 318 const CallEvent &Call, ExprEngine &Eng, [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerManager.cpp | 158 ExprEngine &Eng; 162 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 188 ExprEngine &Eng, in runCheckersForStmt() 204 ExprEngine &Eng; 208 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext() 244 ExprEngine &Eng, in runCheckersForObjCMessage() 275 ExprEngine &Eng; 278 const CallEvent &call, ExprEngine &eng, in CheckCallContext() 302 ExprEngine &Eng, in runCheckersForCallEvent() 321 ExprEngine &Eng; [all …]
|
H A D | ExprEngine.cpp | 202 ExprEngine::ExprEngine(cross_tu::CrossTranslationUnitContext &CTU, in ExprEngine() function in ExprEngine 232 ProgramStateRef ExprEngine::getInitialState(const LocationContext *InitLoc) { in getInitialState() 309 ProgramStateRef ExprEngine::createTemporaryRegionIfNeeded( in createTemporaryRegionIfNeeded() 461 ExprEngine::addObjectUnderConstruction(ProgramStateRef State, in addObjectUnderConstruction() 474 ExprEngine::getObjectUnderConstruction(ProgramStateRef State, in getObjectUnderConstruction() 482 ExprEngine::finishObjectConstruction(ProgramStateRef State, in finishObjectConstruction() 490 ProgramStateRef ExprEngine::elideDestructor(ProgramStateRef State, in elideDestructor() 500 ExprEngine::cleanupElidedDestructor(ProgramStateRef State, in cleanupElidedDestructor() 508 bool ExprEngine::isDestructorElided(ProgramStateRef State, in isDestructorElided() 515 bool ExprEngine::areAllObjectsFullyConstructed(ProgramStateRef State, in areAllObjectsFullyConstructed() [all …]
|
H A D | ExprEngineCallAndReturn.cpp | 43 void ExprEngine::processCallEnter(NodeBuilderContext& BC, CallEnter CE, in processCallEnter() 164 void ExprEngine::removeDeadOnEndOfFunction(NodeBuilderContext& BC, in removeDeadOnEndOfFunction() 206 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() 368 bool ExprEngine::isSmall(AnalysisDeclContext *ADC) const { in isSmall() 378 bool ExprEngine::isLarge(AnalysisDeclContext *ADC) const { in isLarge() 383 bool ExprEngine::isHuge(AnalysisDeclContext *ADC) const { in isHuge() 388 void ExprEngine::examineStackFrames(const Decl *D, const LocationContext *LCtx, in examineStackFrames() 431 bool ExprEngine::inlineCall(const CallEvent &Call, const Decl *D, in REGISTER_MAP_WITH_PROGRAMSTATE() 497 void ExprEngine::VisitCallExpr(const CallExpr *CE, ExplodedNode *Pred, in VisitCallExpr() 525 ProgramStateRef ExprEngine::finishArgumentConstruction(ProgramStateRef State, in finishArgumentConstruction() [all …]
|
H A D | ExprEngineCXX.cpp | 26 void ExprEngine::CreateCXXTemporaryObject(const MaterializeTemporaryExpr *ME, in CreateCXXTemporaryObject() 40 void ExprEngine::performTrivialCopy(NodeBuilder &Bldr, ExplodedNode *Pred, in performTrivialCopy() 98 SVal ExprEngine::makeZeroElementRegion(ProgramStateRef State, SVal LValue, in makeZeroElementRegion() 112 SVal ExprEngine::computeObjectUnderConstruction( in computeObjectUnderConstruction() 356 ProgramStateRef ExprEngine::updateObjectsUnderConstruction( in updateObjectsUnderConstruction() 459 void ExprEngine::handleConstructor(const Expr *E, in handleConstructor() 686 void ExprEngine::VisitCXXConstructExpr(const CXXConstructExpr *CE, in VisitCXXConstructExpr() 692 void ExprEngine::VisitCXXInheritedCtorInitExpr( in VisitCXXInheritedCtorInitExpr() 698 void ExprEngine::VisitCXXDestructor(QualType ObjectType, in VisitCXXDestructor() 765 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() [all …]
|
H A D | ExprEngineObjC.cpp | 21 void ExprEngine::VisitLvalObjCIvarRefExpr(const ObjCIvarRefExpr *Ex, in VisitLvalObjCIvarRefExpr() 38 void ExprEngine::VisitObjCAtSynchronizedStmt(const ObjCAtSynchronizedStmt *S, in VisitObjCAtSynchronizedStmt() 57 ExprEngine::setWhetherHasMoreIteration(state, S, LCtx, hasElements); in populateObjCForDestinationSet() 83 void ExprEngine::VisitObjCForCollectionStmt(const ObjCForCollectionStmt *S, in VisitObjCForCollectionStmt() 147 void ExprEngine::VisitObjCMessage(const ObjCMessageExpr *ME, in VisitObjCMessage()
|
H A D | ExprEngineC.cpp | 40 void ExprEngine::VisitBinaryOperator(const BinaryOperator* B, in VisitBinaryOperator() 196 void ExprEngine::VisitBlockExpr(const BlockExpr *BE, ExplodedNode *Pred, in VisitBlockExpr() 259 ProgramStateRef ExprEngine::handleLValueBitCast( in handleLValueBitCast() 285 ProgramStateRef ExprEngine::handleLVectorSplat( in handleLVectorSplat() 301 void ExprEngine::VisitCast(const CastExpr *CastE, const Expr *Ex, in VisitCast() 554 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr() 579 void ExprEngine::VisitDeclStmt(const DeclStmt *DS, ExplodedNode *Pred, in VisitDeclStmt() 655 void ExprEngine::VisitLogicalExpr(const BinaryOperator* B, ExplodedNode *Pred, in VisitLogicalExpr() 749 void ExprEngine::VisitInitListExpr(const InitListExpr *IE, in VisitInitListExpr() 798 void ExprEngine::VisitGuardedExpr(const Expr *Ex, in VisitGuardedExpr() [all …]
|
H A D | SMTConstraintManager.cpp | 16 ento::CreateZ3ConstraintManager(ProgramStateManager &StMgr, ExprEngine *Eng) { in CreateZ3ConstraintManager()
|
H A D | CMakeLists.txt | 27 ExprEngine.cpp
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/ |
H A D | AnalysisConsumer.cpp | 187 ExprEngine::InliningModes IMode) { in DisplayFunction() 201 case ExprEngine::Inline_Minimal: in DisplayFunction() 204 case ExprEngine::Inline_Regular: in DisplayFunction() 237 ExprEngine::InliningModes 251 ExprEngine::InliningModes IMode = ExprEngine::Inline_Minimal, 255 ExprEngine::InliningModes IMode, 418 ExprEngine::InliningModes 427 return ExprEngine::Inline_Minimal; in getInliningModeForFunction() 430 return ExprEngine::Inline_Regular; in getInliningModeForFunction() 650 ExprEngine::InliningModes IMode, in HandleCode() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | LocalCheckers.h | 20 class ExprEngine; variable 22 void RegisterCallInliner(ExprEngine &Eng);
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | ConstraintManager.h | 35 class ExprEngine; variable 196 ExprEngine *exprengine); 200 ExprEngine *exprengine);
|
H A D | SimpleConstraintManager.h | 24 ExprEngine *EE; 28 SimpleConstraintManager(ExprEngine *exprengine, SValBuilder &SB) in SimpleConstraintManager()
|
H A D | CoreEngine.h | 44 class ExprEngine; variable 58 friend class ExprEngine; variable 72 ExprEngine &ExprEng; 132 CoreEngine(ExprEngine &exprengine,
|
H A D | CheckerContext.h | 24 ExprEngine &Eng; 41 ExprEngine &eng,
|
H A D | ProgramState.h | 42 ProgramStateManager &, ExprEngine *); 468 ExprEngine *Eng; /* Can be null. */ 500 ExprEngine *expreng); 541 ExprEngine &getOwningEngine() { return *Eng; } in getOwningEngine()
|
H A D | ExprEngine.h | 127 class ExprEngine { 184 ExprEngine(cross_tu::CrossTranslationUnitContext &CTU, AnalysisManager &mgr, 188 virtual ~ExprEngine() = default;
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/ |
H A D | IPA.rst | 18 instance methods when ExprEngine is confident about the dynamic type of the 125 ExprEngine::inlineCall and ExprEngine::processCallExit. 139 2. ExprEngine takes over (in processCallExit) and finds the return value of the 165 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The 192 processed by the ExprEngine. Thus, if the CFG was built without nodes for 198 - In C++, ExprEngine does not inline custom implementations of operator 'new' 267 parlance), which ExprEngine uses to decide whether or not the call should be 297 ExprEngine::BifurcateCall implements the ``-analyzer-config ipa=dynamic-bifurcate`` 301 (RuntimeDefinition::mayHaveOtherDefinitions() evaluates to TRUE), ExprEngine 310 called. When this mode is set, ExprEngine uses the Decl from [all …]
|
/netbsd-src/external/apache2/llvm/dist/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()
|
H A D | UnreachableCodeChecker.cpp | 35 ExprEngine &Eng) const; 50 ExprEngine &Eng) const { in checkEndAnalysis()
|
H A D | CheckerDocumentation.cpp | 207 ExprEngine &Eng) const {} in checkEndAnalysis()
|
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCore/ |
H A D | Makefile | 31 ExprEngine.cpp \
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
H A D | BugReporter.h | 62 class ExprEngine; variable 658 ExprEngine& Eng; 670 PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng) in PathSensitiveBugReporter()
|
H A D | BugType.h | 27 class ExprEngine; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Core/ |
H A D | BUILD.gn | 36 "ExprEngine.cpp",
|