Home
last modified time | relevance | path

Searched refs:callReturn (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h581 callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
589 PathDiagnosticLocation callReturn; variable
611 callReturn.flatten(); in flattenLocations()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp258 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall()
259 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall()
1063 assert(callReturn.asLocation().isValid()); in getCallExitEvent()
1064 return std::make_shared<PathDiagnosticEventPiece>(callReturn, Out.str()); in getCallExitEvent()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp518 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()
519 Call->callReturn = *LastCallLocation; in adjustCallLocations()
1220 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn); in generatePathDiagnosticsForNode()