Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp309 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit = in ReportCall() local
312 if (callExit) in ReportCall()
313 ReportPiece(o, *callExit, FM, SM, LangOpts, indent, depth, true); in ReportCall()
DPathDiagnostic.cpp79 IntrusiveRefCntPtr<PathDiagnosticEventPiece> callExit = in flattenTo() local
81 if (callExit) in flattenTo()
82 Current.push_back(callExit); in flattenTo()