Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDPathDiagnostic.h555 NoExit(false), callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
575 PathDiagnosticLocation callReturn; variable
601 callReturn.flatten(); in flattenLocations()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPathDiagnostic.cpp312 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall()
313 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall()
1036 assert(callReturn.asLocation().isValid()); in getCallExitEvent()
1037 return new PathDiagnosticEventPiece(callReturn, Out.str()); in getCallExitEvent()
HDBugReporter.cpp232 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()
233 Call->callReturn = *LastCallLocation; in adjustCallLocations()
1422 EB.addEdge(C->callReturn, /*AlwaysAdd=*/true, /*IsPostJump=*/true); in GenerateExtensivePathDiagnostic()
1731 addEdgeToPath(PD.getActivePath(), PrevLoc, C->callReturn, PDB.LC); in GenerateAlternateExtensivePathDiagnostic()