Home
last modified time | relevance | path

Searched refs:CallExitEnd (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPathDiagnostic.cpp685 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
704 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) in getStmt()
887 const CallExitEnd &CE, in construct()
1128 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
HDBugReporterVisitors.cpp175 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary()
192 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary()
923 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { in trackNullOrUndefValue()
HDExprEngineCallAndReturn.cpp86 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
312 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
HDBugReporter.cpp576 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()
HDCoreEngine.cpp266 Loc.getAs<CallExitEnd>()); in dispatchWorkItem()
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDProgramPoint.h608 class CallExitEnd : public ProgramPoint {
611 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function
621 CallExitEnd() {} in CallExitEnd() function
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMacOSKeychainAPIChecker.cpp538 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in generateAllocatedDataNotReleasedReport()
HDMallocChecker.cpp2085 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in reportLeak()
2607 } else if (Optional<CallExitEnd> Exit = ProgLoc.getAs<CallExitEnd>()) { in VisitNode()
HDRetainCountChecker.cpp2419 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in CFRefLeakReport()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDPathDiagnostic.h607 const CallExitEnd &CE,