OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCIvarRegion
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
BasicStore.cpp
185
if (!(isa<VarRegion>(R) || isa<
ObjCIvarRegion
>(R) ||
239
if (!(isa<VarRegion>(R) || isa<
ObjCIvarRegion
>(R) || isa<CXXThisRegion>(R)))
271
if (!(isa<VarRegion>(R) || isa<
ObjCIvarRegion
>(R) ||
299
else if (isa<
ObjCIvarRegion
>(I.getKey()) ||
324
else if (isa<VarRegion>(MR) || isa<
ObjCIvarRegion
>(MR) ||
385
const
ObjCIvarRegion
*IVR = MRMgr.getObjCIvarRegion(IV->getDecl(),
593
if (!(isa<VarRegion>(R) || isa<
ObjCIvarRegion
>(R)))
MemRegion.cpp
451
void
ObjCIvarRegion
::dumpToStream(llvm::raw_ostream& os) const {
696
const
ObjCIvarRegion
*
699
return getSubRegion<
ObjCIvarRegion
>(d, superRegion);
RegionStore.cpp
332
SVal RetrieveObjCIvar(Store store, const
ObjCIvarRegion
*R);
937
if (const
ObjCIvarRegion
*IVR = dyn_cast<
ObjCIvarRegion
>(R)) {
[
all
...]
CFRefCount.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
749
class
ObjCIvarRegion
: public DeclRegion {
753
ObjCIvarRegion
(const ObjCIvarDecl* ivd, const MemRegion* sReg)
1009
const
ObjCIvarRegion
*getObjCIvarRegion(const ObjCIvarDecl* ivd,
[
all
...]
Completed in 184 milliseconds