OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:superr
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
609
const MemRegion *
superR
) {
610
return getSubRegion<VarRegion>(D,
superR
);
823
const MemRegion *
superR
= NULL;
829
superR
= ER->getSuperRegion();
842
superR
= ER;
851
ER = dyn_cast<ElementRegion>(
superR
);
858
assert(
superR
&& "super region cannot be NULL");
859
return RegionRawOffset(
superR
, offset);
RegionStore.cpp
188
const MemRegion *
superR
= R->getSuperRegion();
189
if (add(
superR
, R))
190
if (const SubRegion *sr = dyn_cast<SubRegion>(
superR
))
339
QualType Ty, const MemRegion *
superR
);
356
const MemRegion *
superR
,
[
all
...]
SimpleSValBuilder.cpp
897
const MemRegion *
superR
= 0;
904
superR
= elemReg->getSuperRegion();
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
991
const VarRegion* getVarRegion(const VarDecl *D, const MemRegion *
superR
);
[
all
...]
Completed in 1308 milliseconds