Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h551 NoExit(false), callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
571 PathDiagnosticLocation callReturn; variable
597 callReturn.flatten(); in flattenLocations()
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp313 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall()
314 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall()
1033 assert(callReturn.asLocation().isValid()); in getCallExitEvent()
1034 return new PathDiagnosticEventPiece(callReturn, Out.str()); in getCallExitEvent()
DBugReporter.cpp232 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()
233 Call->callReturn = *LastCallLocation; in adjustCallLocations()
1431 EB.addEdge(C->callReturn, /*AlwaysAdd=*/true, /*IsPostJump=*/true); in GenerateExtensivePathDiagnostic()
1744 addEdgeToPath(PD.getActivePath(), PrevLoc, C->callReturn, PDB.LC); in GenerateAlternateExtensivePathDiagnostic()