HomeSort by relevance Sort by last modified time
    Searched defs:Regions (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 24 public class Regions extends GraphicsActivity {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 82 typedef llvm::DenseSet<const MemRegion *> Regions;
89 /// A set of regions that are registered with this report as being
92 Regions interestingRegions;
189 /// Ranges are used to highlight regions of interest in the source code.
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1 //== MemRegion.h - Abstract memory regions for static analysis --*- C++ -*--==//
65 /// MemRegion - The root abstract class for all memory regions.
86 // Untyped regions.
90 // Typed regions.
100 // Decl Regions.
372 /// SubRegion - A region that subsets another larger region. Most regions
435 /// TypedRegion - An abstract class representing regions that are typed.
457 /// TypedValueRegion - An abstract class representing regions having a typed value.
531 /// Blocks are represented with two kinds of regions. BlockTextRegions
572 /// Blocks are represented with two kinds of regions. BlockTextRegion
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 88 // raw offsets yet, including regions with symbolic offsets. These will be
247 // Binding values to regions.
256 StoreRef invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions,
462 // We also need to record in the subregion map "intermediate" regions that
463 // don't have direct bindings but are super regions of those that do.
611 StoreManager::InvalidatedRegions *Regions;
622 Ex(ex), Count(count), LCtx(lctx), IS(is), Regions(r) {}
691 if (Regions)
692 Regions->push_back(baseR);
770 ArrayRef<const MemRegion *> Regions,
    [all...]

Completed in 61 milliseconds