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 60 else if (const AllocaRegion* AR = dyn_cast<AllocaRegion>(R)) {
BuiltinFunctionChecker.cpp 57 const AllocaRegion* R =
MacOSKeychainAPIChecker.cpp 215 if (isa<AllocaRegion>(Arg) ||
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 211 DefinedOrUnknownSVal AllocaRegion::getExtent(SValBuilder &svalBuilder) const {
273 void AllocaRegion::ProfileRegion(llvm::FoldingSetNodeID& ID,
281 void AllocaRegion::Profile(llvm::FoldingSetNodeID& ID) const {
446 void AllocaRegion::dumpToStream(raw_ostream &os) const {
839 const AllocaRegion*
844 return getSubRegion<AllocaRegion>(E, cnt, getStackLocalsRegion(STC));
    [all...]
SymbolManager.cpp 445 if (isa<AllocaRegion>(MR))
RegionStore.cpp 694 if (isa<AllocaRegion>(baseR) || isa<SymbolicRegion>(baseR)) {
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 403 /// AllocaRegion - A region that represents an untyped blob of bytes created
405 class AllocaRegion : public SubRegion {
412 AllocaRegion(const Expr *ex, unsigned cnt, const MemRegion *superRegion)
1095 const AllocaRegion *getAllocaRegion(const Expr *Ex, unsigned Cnt
    [all...]

Completed in 140 milliseconds