OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlobalsSpaceRegion
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
220
class
GlobalsSpaceRegion
: public MemSpaceRegion {
223
GlobalsSpaceRegion
(MemRegionManager *mgr, Kind k)
237
class StaticGlobalSpaceRegion : public
GlobalsSpaceRegion
{
243
:
GlobalsSpaceRegion
(mgr, StaticGlobalSpaceRegionKind), CR(cr) {}
263
class NonStaticGlobalSpaceRegion : public
GlobalsSpaceRegion
{
268
:
GlobalsSpaceRegion
(mgr, k) {}
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
425
void
GlobalsSpaceRegion
::anchor() { }
677
const
GlobalsSpaceRegion
[
all
...]
RegionStore.cpp
[
all
...]
Completed in 878 milliseconds