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

  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 76 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion())
89 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion();
163 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) {
CallAndMessageChecker.cpp 259 SVal V = CC->getCXXThisVal();
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 411 if (const MemRegion *R = getCXXThisVal().getAsRegion())
415 SVal CXXInstanceCall::getCXXThisVal() const {
439 const MemRegion *R = getCXXThisVal().getAsRegion();
494 SVal ThisVal = getCXXThisVal();
580 SVal CXXConstructorCall::getCXXThisVal() const {
596 SVal ThisVal = getCXXThisVal();
607 SVal CXXDestructorCall::getCXXThisVal() const {
    [all...]
ExprEngineCXX.cpp 60 ThisVal = Ctor->getCXXThisVal();
66 ThisVal = cast<CXXInstanceCall>(Call).getCXXThisVal();
ExprEngineCallAndReturn.cpp 552 SVal ThisV = C->getCXXThisVal();
602 const MemRegion *Target = Ctor.getCXXThisVal().getAsRegion();
649 const MemRegion *Target = Dtor.getCXXThisVal().getAsRegion();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 568 virtual SVal getCXXThisVal() const;
697 virtual SVal getCXXThisVal() const;
752 SVal getCXXThisVal() const;
    [all...]

Completed in 224 milliseconds