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

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 62 else if (const AllocaRegion* AR = dyn_cast<AllocaRegion>(R)) {
BuiltinFunctionChecker.cpp 57 const AllocaRegion* R =
MacOSKeychainAPIChecker.cpp 205 if (isa<AllocaRegion>(Arg) ||
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 216 DefinedOrUnknownSVal AllocaRegion::getExtent(SValBuilder &svalBuilder) const {
278 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
287 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const {
454 void AllocaRegion::dumpToStream(raw_ostream &os) const {
958 const AllocaRegion*
963 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));
    [all...]
SymbolManager.cpp 430 if (isa<AllocaRegion>(MR))
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 431 /// AllocaRegion - A region that represents an untyped blob of bytes created
433 class AllocaRegion : public SubRegion {
440 AllocaRegion(const Expr *ex, unsigned cnt, const MemRegion *superRegion)
    [all...]

Completed in 88 milliseconds