OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelfRegion
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp
843
const MemRegion *
SelfRegion
= ValueRegionSVal->getRegion();
844
assert(
SelfRegion
);
847
State->get<NullabilityMap>(
SelfRegion
);
CheckObjCDealloc.cpp
494
const MemRegion *
SelfRegion
= SelfVal.castAs<loc::MemRegionVal>().getRegion();
518
if (
SelfRegion
!= IvarRegion->getSuperRegion())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
585
const MemRegion *
SelfRegion
= MC->getReceiverSVal().getAsRegion();
586
if (RegionOfInterest->isSubRegionOf(
SelfRegion
) &&
589
return maybeEmitNote(R, *Call, N, {},
SelfRegion
, "self",
Completed in 38 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026