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

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

Completed in 354 milliseconds