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

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 143 const ObjCIvarRegion *getIvarRegionForIvarSymbol(SymbolRef IvarSym) const;
316 const ObjCIvarRegion *
318 return dyn_cast_or_null<ObjCIvarRegion>(IvarSym->getOriginRegion());
326 const ObjCIvarRegion *IvarRegion = getIvarRegionForIvarSymbol(IvarSym);
522 const ObjCIvarRegion *IvarRegion = cast<ObjCIvarRegion>(TVR);
861 const ObjCIvarRegion *RemovedRegion = getIvarRegionForIvarSymbol(Value);
873 const ObjCIvarRegion *UnreleasedRegion = getIvarRegionForIvarSymbol(Sym);
    [all...]
ObjCSuperDeallocChecker.cpp 165 auto *IvarRegion = dyn_cast_or_null<ObjCIvarRegion>(PriorSubRegion);
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 225 ObjCIvarRegion::ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg)
228 const ObjCIvarDecl *ObjCIvarRegion::getDecl() const {
232 QualType ObjCIvarRegion::getValueType() const {
311 void ObjCIvarRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
502 void ObjCIvarRegion::dumpToStream(raw_ostream &os) const {
595 bool ObjCIvarRegion::canPrintPrettyAsExpr() const {
599 void ObjCIvarRegion::printPrettyAsExpr(raw_ostream &os) const {
1009 const ObjCIvarRegion
    [all...]
RegionStore.cpp 65 assert((r == r->getBaseRegion() || isa<ObjCIvarRegion>(r)) && "Not a base");
504 SVal getBindingForObjCIvar(RegionBindingsConstRef B, const ObjCIvarRegion *R);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 199 std::string VisitObjCIvarRegion(const ObjCIvarRegion *R) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 956 class ObjCIvarRegion : public DeclRegion {
960 ObjCIvarRegion(const ObjCIvarDecl *ivd, const MemRegion* sReg);
    [all...]

Completed in 1778 milliseconds