HomeSort by: relevance | last modified time | path
    Searched refs:ThisR (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 89 const CXXThisRegion *ThisR =
91 ITraits.setTrait(ThisR,
BugReporterVisitors.cpp 595 const MemRegion *ThisR = CCall->getCXXThisVal().getAsRegion();
596 if (RegionOfInterest->isSubRegionOf(ThisR) &&
598 return maybeEmitNote(R, *Call, N, {}, ThisR, "this",
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
SmartPtrModeling.cpp 185 const MemRegion *ThisR =
196 if (!move::isMovedFrom(State, ThisR)) {

Completed in 94 milliseconds