Home
last modified time | relevance | path

Searched refs:getCallExitEvent (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp234 P.getCallExitEvent(); in ReportCall()
DPathDiagnostic.cpp78 Call->getCallExitEvent(); in flattenTo()
1012 PathDiagnosticCallPiece::getCallExitEvent() const { in getCallExitEvent() function in PathDiagnosticCallPiece
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp91 if (auto callExit = Call.getCallExitEvent()) in flattenTo()
1040 PathDiagnosticCallPiece::getCallExitEvent() const { in getCallExitEvent() function in PathDiagnosticCallPiece
/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h612 std::shared_ptr<PathDiagnosticEventPiece> getCallExitEvent() const;
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h596 IntrusiveRefCntPtr<PathDiagnosticEventPiece> getCallExitEvent() const;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp365 if (auto callExit = P.getCallExitEvent()) in ReportCall()