OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackLocalsSpaceRegion
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
430
void
StackLocalsSpaceRegion
::anchor() { }
564
void
StackLocalsSpaceRegion
::dumpToStream(raw_ostream &os) const {
565
os << "
StackLocalsSpaceRegion
";
662
const
StackLocalsSpaceRegion
*
665
StackLocalsSpaceRegion
*&R = StackLocalsSpaceRegions[STC];
670
R = A.Allocate<
StackLocalsSpaceRegion
>();
671
new (R)
StackLocalsSpaceRegion
(this, STC);
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
382
class
StackLocalsSpaceRegion
: public StackSpaceRegion {
385
StackLocalsSpaceRegion
(MemRegionManager *mgr, const StackFrameContext *sfc)
[
all
...]
Completed in 1039 milliseconds