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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedPointee.cpp 265 const auto *SuperR = dyn_cast<TypedValueRegion>(R->getSuperRegion());
266 if (!SuperR)
269 R = SuperR;
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 595 const MemRegion *superR,
1187 const MemRegion *SuperR = baseR->getBaseRegion();
1191 if (SuperR)
1192 AddToWorkList(SuperR);
1202 if (!SuperR)
1205 const ClusterBindings *C = B.lookup(SuperR);
1634 const MemRegion* superR = R->getSuperRegion();
1637 if (const StringRegion *StrR = dyn_cast<StringRegion>(superR)) {
1660 } else if (const VarRegion *VR = dyn_cast<VarRegion>(superR)) {
1695 if (isa<CodeTextRegion>(superR))
    [all...]

Completed in 50 milliseconds