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

  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 39 if (isa<CXXThisRegion>(S->getRegion()))
142 // TODO: Explain CXXThisRegion itself, find a way to test it.
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 299 void CXXThisRegion::ProfileRegion(llvm::FoldingSetNodeID &ID,
307 void CXXThisRegion::Profile(llvm::FoldingSetNodeID &ID) const {
308 CXXThisRegion::ProfileRegion(ID, ThisPointerTy, superRegion);
489 void CXXThisRegion::dumpToStream(raw_ostream &os) const {
    [all...]
SymbolManager.cpp 440 if (isa<CXXThisRegion>(MR))
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 893 /// CXXThisRegion - Represents the region for the implicit 'this' parameter
896 class CXXThisRegion : public TypedValueRegion {
898 CXXThisRegion(const PointerType *thisPointerTy,
    [all...]

Completed in 1276 milliseconds