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 516 NoExit(false), callReturn(callReturnPos) {}
536 PathDiagnosticLocation callReturn;
562 callReturn.flatten();
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 246 FullSourceLoc X_CRL = X.callReturn.asLocation();
247 FullSourceLoc Y_CRL = Y.callReturn.asLocation();
902 assert(callReturn.asLocation().isValid());
903 return new PathDiagnosticEventPiece(callReturn, Out.str());
    [all...]
BugReporter.cpp 279 if (!Call->callReturn.asLocation().isValid() ||
281 Call->callReturn = *LastCallLocation;
    [all...]

Completed in 1717 milliseconds