Home
last modified time | relevance | path

Searched refs:SelfVal (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp259 SVal SelfVal; in checkBeginFunction() local
260 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
263 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
285 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
491 SVal SelfVal; in diagnoseMissingReleases() local
492 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
495 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
500 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp267 SVal SelfVal; in checkBeginFunction() local
268 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
271 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
293 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
499 SVal SelfVal; in diagnoseMissingReleases() local
500 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
503 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
508 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp258 SVal SelfVal; in checkBeginFunction() local
259 if (!isInInstanceDealloc(C, SelfVal)) in checkBeginFunction()
262 SymbolRef SelfSymbol = SelfVal.getAsSymbol(); in checkBeginFunction()
284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); in checkBeginFunction()
490 SVal SelfVal; in diagnoseMissingReleases() local
491 if (!isInInstanceDealloc(C, SelfVal)) in diagnoseMissingReleases()
494 const MemRegion *SelfRegion = SelfVal.castAs<loc::MemRegionVal>().getRegion(); in diagnoseMissingReleases()
499 SymbolRef SelfSym = SelfVal.getAsSymbol(); in diagnoseMissingReleases()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1002 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
1003 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
1004 return SelfVal; in getReceiverSVal()
1016 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
1018 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1302 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1304 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1380 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1381 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1385 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
983 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
984 return SelfVal; in getReceiverSVal()
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
998 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1284 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1360 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1361 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1365 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1021 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
1022 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
1023 return SelfVal; in getReceiverSVal()
1035 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
1037 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1321 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1323 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1399 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1400 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1404 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
983 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
984 return SelfVal; in getReceiverSVal()
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
998 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1284 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1360 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1361 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1365 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
983 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
984 return SelfVal; in getReceiverSVal()
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
998 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1284 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1360 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1361 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1365 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
983 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
984 return SelfVal; in getReceiverSVal()
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
998 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1284 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1360 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1361 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1365 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1021 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
1022 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
1023 return SelfVal; in getReceiverSVal()
1035 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
1037 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1321 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1323 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1399 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1400 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1404 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1021 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
1022 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
1023 return SelfVal; in getReceiverSVal()
1035 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
1037 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1321 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1323 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1399 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1400 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1404 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp982 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getReceiverSVal() local
983 assert(SelfVal.isValid() && "Calling super but not in ObjC method"); in getReceiverSVal()
984 return SelfVal; in getReceiverSVal()
996 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in isReceiverSelfOrSuper() local
998 return (RecVal == SelfVal); in isReceiverSelfOrSuper()
1282 SVal SelfVal = getState()->getSelfSVal(getLocationContext()); in getRuntimeDefinition() local
1284 if (Receiver == SelfVal.getAsRegion()) { in getRuntimeDefinition()
1360 SVal SelfVal = getReceiverSVal(); in getInitialStackFrameContents() local
1361 if (!SelfVal.isUnknown()) { in getInitialStackFrameContents()
1365 Bindings.push_back(std::make_pair(SelfLoc, SelfVal)); in getInitialStackFrameContents()

12