Searched refs:CallExitEnd (Results 1 – 20 of 20) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 678 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() 697 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) in getStmt() 880 const CallExitEnd &CE, in construct() 1120 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
|
D | BugReporterVisitors.cpp | 176 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() 193 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary() 981 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { in trackNullOrUndefValue()
|
D | ExprEngineCallAndReturn.cpp | 89 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() 315 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
|
D | BugReporter.cpp | 576 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in GenerateMinimalPathDiagnostic() 1410 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in GenerateExtensivePathDiagnostic() 1713 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in GenerateAlternateExtensivePathDiagnostic()
|
D | CoreEngine.cpp | 278 Loc.getAs<CallExitEnd>()); in dispatchWorkItem()
|
/external/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 638 class CallExitEnd : public ProgramPoint { 641 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function 651 CallExitEnd() {} in CallExitEnd() function
|
/external/llvm-project/clang/include/clang/Analysis/ |
D | ProgramPoint.h | 688 class CallExitEnd : public ProgramPoint { 691 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function 701 CallExitEnd() = default;
|
D | PathDiagnostic.h | 43 class CallExitEnd; variable 622 construct(const CallExitEnd &CE,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 529 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in generateAllocatedDataNotReleasedReport()
|
D | MallocChecker.cpp | 2100 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in reportLeak() 2638 } else if (Optional<CallExitEnd> Exit = ProgLoc.getAs<CallExitEnd>()) { in VisitNode()
|
D | RetainCountChecker.cpp | 2422 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in CFRefLeakReport()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 90 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt() 309 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
|
D | ExplodedGraph.cpp | 340 if (auto CEE = P.getAs<CallExitEnd>()) in getStmtForDiagnostics()
|
D | BugReporterVisitors.cpp | 941 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary() 971 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary()
|
D | BugReporter.cpp | 288 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage() 1194 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in generatePathDiagnosticsForNode()
|
D | CoreEngine.cpp | 188 Loc.getAs<CallExitEnd>() || in dispatchWorkItem()
|
/external/llvm-project/clang/lib/Analysis/ |
D | PathDiagnostic.cpp | 703 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create() 847 PathDiagnosticCallPiece::construct(const CallExitEnd &CE, in construct()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 606 const CallExitEnd &CE,
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 140 4. A CallExitEnd node is generated, which marks the transition back to the
|
/external/llvm-project/clang/docs/analyzer/developer-docs/ |
D | IPA.rst | 147 4. A CallExitEnd node is generated, which marks the transition back to the
|