Home
last modified time | relevance | path

Searched refs:callExit (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp290 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit = in ReportCall() local
293 if (callExit) in ReportCall()
294 ReportPiece(o, *callExit, FM, SM, LangOpts, indent, depth, true); in ReportCall()
DPathDiagnostic.cpp76 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit = in flattenTo() local
78 if (callExit) in flattenTo()
79 Current.push_back(callExit); in flattenTo()