Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp355 if (auto callExit = P.getCallExitEvent()) in ReportCall() local
356 ReportPiece(o, *callExit, indent, depth, /*includeControlFlow*/ true); in ReportCall()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp80 if (auto callExit = Call.getCallExitEvent()) in flattenTo() local
81 Current.push_back(std::move(callExit)); in flattenTo()