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

  /external/clang/lib/StaticAnalyzer/Checkers/
DereferenceChecker.cpp 232 const TypedValueRegion *TVR = dyn_cast_or_null<TypedValueRegion>(MR);
233 if (!TVR)
236 if (!TVR->getValueType()->isReferenceType())
CStringChecker.cpp 830 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR);
849 os << "a C++ temp object of type " << TVR->getValueType().getAsString();
852 os << "a variable of type" << TVR->getValueType().getAsString();
855 os << "a field of type " << TVR->getValueType().getAsString();
858 os << "an instance variable of type " << TVR->getValueType().getAsString();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 231 const TypedValueRegion *TVR = dyn_cast<TypedValueRegion>(MR);
232 if (!TVR)
235 const CXXRecordDecl *RD = TVR->getValueType()->getAsCXXRecordDecl();
MemRegion.cpp     [all...]
RegionStore.cpp     [all...]

Completed in 410 milliseconds