HomeSort by relevance Sort by last modified time
    Searched refs:getStackArgumentsRegion (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 518 MemRegionManager::getStackArgumentsRegion(const StackFrameContext *STC) {
581 ? static_cast<const MemRegion*>(getStackArgumentsRegion(STC))
724 return getSubRegion<CXXThisRegion>(PT, getStackArgumentsRegion(STC));
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 946 /// getStackArgumentsRegion - Retrieve the memory region associated with
949 getStackArgumentsRegion(const StackFrameContext *STC);
    [all...]

Completed in 204 milliseconds