OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackArgumentsSpaceRegion
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/StaticAnalyzer/Checkers/
NSErrorChecker.cpp
192
if (const
StackArgumentsSpaceRegion
*
193
stackReg = dyn_cast<
StackArgumentsSpaceRegion
>(VR->getMemorySpace()))
/external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp
429
void
StackArgumentsSpaceRegion
::anchor() { }
549
void
StackArgumentsSpaceRegion
::dumpToStream(raw_ostream &os) const {
550
os << "
StackArgumentsSpaceRegion
";
664
const
StackArgumentsSpaceRegion
*
667
StackArgumentsSpaceRegion
*&R = StackArgumentsSpaceRegions[STC];
672
R = A.Allocate<
StackArgumentsSpaceRegion
>();
673
new (R)
StackArgumentsSpaceRegion
(this, STC);
[
all
...]
RegionStore.cpp
[
all
...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h
399
class
StackArgumentsSpaceRegion
: public StackSpaceRegion {
403
StackArgumentsSpaceRegion
(MemRegionManager *mgr, const StackFrameContext *sfc)
[
all
...]
Completed in 2420 milliseconds