Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp233 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit = in ReportCall() local
236 if (callExit) in ReportCall()
237 ReportPiece(o, *callExit, FM, SM, LangOpts, indent, depth, true); in ReportCall()
DPathDiagnostic.cpp77 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit = in flattenTo() local
79 if (callExit) in flattenTo()
80 Current.push_back(callExit); in flattenTo()