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

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 62 else if (const AllocaRegion* AR = dyn_cast<AllocaRegion>(R)) {
BuiltinFunctionChecker.cpp 61 const AllocaRegion* R =
MacOSKeychainAPIChecker.cpp 204 if (isa<AllocaRegion>(Arg) ||
MallocChecker.cpp     [all...]
  /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 {
456 void AllocaRegion::dumpToStream(raw_ostream &os) const {
    [all...]
SymbolManager.cpp 437 if (isa<AllocaRegion>(MR))
RegionStore.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 443 /// AllocaRegion - A region that represents an untyped blob of bytes created
445 class AllocaRegion : public SubRegion {
452 AllocaRegion(const Expr *ex, unsigned cnt, const MemRegion *superRegion)
    [all...]

Completed in 210 milliseconds