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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 24 const CXXThisRegion *ExprEngine::getCXXThisRegion(const CXXRecordDecl *D,
28 return svalBuilder.getRegionManager().getCXXThisRegion(PT, SFC);
31 const CXXThisRegion *ExprEngine::getCXXThisRegion(const CXXMethodDecl *decl,
34 getCXXThisRegion(decl->getThisType(getContext()), frameCtx);
114 getCXXThisRegion(E->getConstructor()->getParent(), SFC);
164 const CXXThisRegion *ThisR = getCXXThisRegion(DD->getParent(), SFC);
293 svalBuilder.getRegionManager().getCXXThisRegion(
ExprEngineCallAndReturn.cpp 89 getCXXThisRegion(CCE->getConstructor()->getParent(), calleeCtx);
MemRegion.cpp 830 MemRegionManager::getCXXThisRegion(QualType thisPointerTy,
    [all...]
ExprEngine.cpp 166 loc::MemRegionVal L(getCXXThisRegion(MD, SFC));
370 const CXXThisRegion *thisReg = getCXXThisRegion(decl, stackFrame);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 378 const CXXThisRegion *getCXXThisRegion(const CXXRecordDecl *RD,
381 const CXXThisRegion *getCXXThisRegion(const CXXMethodDecl *decl,
MemRegion.h     [all...]

Completed in 124 milliseconds