Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h584 callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
592 PathDiagnosticLocation callReturn; variable
614 callReturn.flatten(); in flattenLocations()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp260 FullSourceLoc X_CRL = X.callReturn.asLocation(); in compareCall()
261 FullSourceLoc Y_CRL = Y.callReturn.asLocation(); in compareCall()
1061 assert(callReturn.asLocation().isValid()); in getCallExitEvent()
1062 return std::make_shared<PathDiagnosticEventPiece>(callReturn, Out.str()); in getCallExitEvent()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp505 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid()) in adjustCallLocations()
506 Call->callReturn = *LastCallLocation; in adjustCallLocations()
1207 addEdgeToPath(C.getActivePath(), PrevLoc, Call->callReturn); in generatePathDiagnosticsForNode()