HomeSort by relevance Sort by last modified time
    Searched refs:callReturn (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 551 NoExit(false), callReturn(callReturnPos) {}
571 PathDiagnosticLocation callReturn;
597 callReturn.flatten();
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 313 FullSourceLoc X_CRL = X.callReturn.asLocation();
314 FullSourceLoc Y_CRL = Y.callReturn.asLocation();
    [all...]
BugReporter.cpp 232 if (CallerIsImplicit || !Call->callReturn.asLocation().isValid())
233 Call->callReturn = *LastCallLocation;
    [all...]

Completed in 62 milliseconds