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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 89 const CXXThisRegion *ThisR =
MemRegion.cpp 266 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
274 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const {
275 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
494 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
1206 const CXXThisRegion*
1224 return getSubRegion<CXXThisRegion>(PT, getStackArgumentsRegion(STC));
SymbolManager.cpp 431 if (isa<CXXThisRegion>(MR))
RegionStore.cpp 2153 assert((!isa<CXXThisRegion>(R) || !B.lookup(R)) &&
2517 // CXXThisRegion in the current or parent location context is live.
2518 if (const CXXThisRegion *TR = dyn_cast<CXXThisRegion>(baseR)) {
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 40 if (isa<CXXThisRegion>(S->getRegion()))
143 // TODO: Explain CXXThisRegion itself, find a way to test it.
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1019 /// CXXThisRegion - Represents the region for the implicit 'this' parameter
1022 class CXXThisRegion : public TypedValueRegion {
1025 CXXThisRegion(const PointerType *thisPointerTy,
1374 const CXXThisRegion *getCXXThisRegion(QualType thisPointerTy,

Completed in 28 milliseconds