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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 172 QualType CXXBaseObjectRegion::getValueType() const {
392 void CXXBaseObjectRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
401 void CXXBaseObjectRegion::Profile(llvm::FoldingSetNodeID &ID) const {
486 void CXXBaseObjectRegion::dumpToStream(raw_ostream &os) const {
656 bool CXXBaseObjectRegion::canPrintPrettyAsExpr() const {
660 void CXXBaseObjectRegion::printPrettyAsExpr(raw_ostream &os) const {
1180 const CXXBaseObjectRegion *
1191 while (const auto *Base = dyn_cast<CXXBaseObjectRegion>(Super))
1197 return getSubRegion<CXXBaseObjectRegion>(RD, IsVirtual, Super);
1290 while (const auto *BR = dyn_cast<CXXBaseObjectRegion>(R)
    [all...]
Store.cpp 349 if (const auto *BaseR = dyn_cast<CXXBaseObjectRegion>(MR)) {
RegionStore.cpp 474 if (const auto *BR = dyn_cast<CXXBaseObjectRegion>(R))
1613 } else if (const CXXBaseObjectRegion *BaseReg =
1614 dyn_cast<CXXBaseObjectRegion>(R)) {
2405 const CXXBaseObjectRegion *BR =
BugReporterVisitors.cpp 756 if (isa<CXXBaseObjectRegion>(R) || isa<CXXTempObjectRegion>(R))
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
UninitializedPointee.cpp 263 while (isa<CXXBaseObjectRegion>(R)) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1209 // CXXBaseObjectRegion represents a base object within a C++ object. It is
1211 class CXXBaseObjectRegion : public TypedValueRegion {
1216 CXXBaseObjectRegion(const CXXRecordDecl *RD, bool IsVirtual,
1436 /// Create a CXXBaseObjectRegion with the given base class for region
1440 const CXXBaseObjectRegion *
1444 /// Create a CXXBaseObjectRegion with the same CXXRecordDecl but a different
1446 const CXXBaseObjectRegion *
1447 getCXXBaseObjectRegionWithSuper(const CXXBaseObjectRegion *baseReg,
1455 /// CXXBaseObjectRegion back to the derived type; instead, CXXBaseObjectRegion
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 215 std::string VisitCXXBaseObjectRegion(const CXXBaseObjectRegion *R) {
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 122 while (const auto *BaseRegion = dyn_cast<CXXBaseObjectRegion>(Region)) {

Completed in 37 milliseconds