OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBaseRegion
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
712
const auto *const VR = dyn_cast<VarRegion>(this->
getBaseRegion
());
1265
//
getBaseRegion
strips away all elements and fields, and get the base region
1267
const MemRegion *MemRegion::
getBaseRegion
() const {
RegionStore.cpp
65
assert((r == r->
getBaseRegion
() || isa<ObjCIvarRegion>(r) ||
85
const MemRegion *
getBaseRegion
() const {
87
return getConcreteOffsetRegion()->
getBaseRegion
();
88
return getRegion()->
getBaseRegion
();
274
const MemRegion *Base = K.
getBaseRegion
();
292
const ClusterBindings *Cluster = lookup(K.
getBaseRegion
());
304
const MemRegion *Base = K.
getBaseRegion
();
557
// is at an offset from R->
getBaseRegion
().
558
return B.getDefaultBinding(R->
getBaseRegion
());
791
assert(R == R->
getBaseRegion
() && "Should only be called for base regions")
[
all
...]
Completed in 23 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026