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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h504 NoExit(false), callReturn(callReturnPos) {}
524 PathDiagnosticLocation callReturn; member in class:clang::ento::PathDiagnosticCallPiece
550 callReturn.flatten();
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp243 FullSourceLoc X_CRL = X.callReturn.asLocation();
244 FullSourceLoc Y_CRL = Y.callReturn.asLocation();
813 return new PathDiagnosticEventPiece(callReturn, Out.str());
H A DBugReporter.cpp1182 EB.addEdge(C->callReturn, true);

Completed in 144 milliseconds