Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp674 } else if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) { in create()
693 if (Optional<CallExitEnd> CEE = P.getAs<CallExitEnd>()) in getStmt()
872 const CallExitEnd &CE, in construct()
1113 CallExitEnd CExit = P.castAs<CallExitEnd>(); in getMessage()
DBugReporterVisitors.cpp180 if (Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>()) in addVisitorIfNecessary()
197 Optional<CallExitEnd> CEE = Node->getLocationAs<CallExitEnd>(); in addVisitorIfNecessary()
927 } else if (Optional<CallExitEnd> CEE = pp.getAs<CallExitEnd>()) { in trackNullOrUndefValue()
DExprEngineCallAndReturn.cpp86 } else if (Optional<CallExitEnd> CEE = PP.getAs<CallExitEnd>()) { in getLastStmt()
312 CallExitEnd Loc(calleeCtx, callerCtx); in processCallExit()
DBugReporter.cpp579 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in GenerateMinimalPathDiagnostic()
1418 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in GenerateExtensivePathDiagnostic()
1725 if (Optional<CallExitEnd> CE = P.getAs<CallExitEnd>()) { in GenerateAlternateExtensivePathDiagnostic()
DCoreEngine.cpp265 Loc.getAs<CallExitEnd>()); in dispatchWorkItem()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/
DProgramPoint.h608 class CallExitEnd : public ProgramPoint {
611 CallExitEnd(const StackFrameContext *CalleeCtx, in CallExitEnd() function
621 CallExitEnd() {} in CallExitEnd() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DMacOSKeychainAPIChecker.cpp530 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in generateAllocatedDataNotReleasedReport()
DMallocChecker.cpp1616 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in reportLeak()
2108 } else if (Optional<CallExitEnd> Exit = ProgLoc.getAs<CallExitEnd>()) { in VisitNode()
DRetainCountChecker.cpp2281 if (Optional<CallExitEnd> Exit = P.getAs<CallExitEnd>()) in CFRefLeakReport()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h599 const CallExitEnd &CE,