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

  /external/clang/lib/StaticAnalyzer/Checkers/
PointerArithChecker.cpp 51 if (isa<VarRegion>(LR) || isa<CodeTextRegion>(LR) ||
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 43 class CodeTextRegion;
200 /// \class The region of the static variables within the current CodeTextRegion
207 const CodeTextRegion *CR;
209 StaticGlobalSpaceRegion(MemRegionManager *mgr, const CodeTextRegion *cr)
217 const CodeTextRegion *getCodeRegion() const { return CR; }
488 class CodeTextRegion : public TypedRegion {
492 CodeTextRegion(const MemRegion *sreg, Kind k) : TypedRegion(sreg, k) {}
503 class FunctionTextRegion : public CodeTextRegion {
507 : CodeTextRegion(sreg, FunctionTextRegionKind), FD(fd) {}
536 class BlockTextRegion : public CodeTextRegion {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 73 if (isa<CodeTextRegion>(R) || isa<SymbolicRegion>(R))
MemRegion.cpp 424 void CodeTextRegion::anchor() { }
602 const CodeTextRegion *CR) {
703 // FIXME: For ObjC-methods, we need a new CodeTextRegion. For now
    [all...]
RegionStore.cpp     [all...]

Completed in 79 milliseconds