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

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 24 public class Regions extends GraphicsActivity {
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 155 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
156 Regions.push_back(Data);
162 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
163 assert(Regions.size() && "Mismatched .end_data_region!");
164 DataRegionData &Data = Regions.back();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 85 typedef llvm::DenseSet<const MemRegion *> Regions;
94 /// A (stack of) set of regions that are registered with this report as being
99 SmallVector<Regions *, 2> interestingRegions;
137 Regions &getInterestingRegions();
280 /// 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++ -*--==//
78 /// MemRegion - The root abstract class for all memory regions.
99 // Untyped regions.
102 // Typed regions.
113 // Decl Regions.
400 /// SubRegion - A region that subsets another larger region. Most regions
463 /// TypedRegion - An abstract class representing regions that are typed.
485 /// TypedValueRegion - An abstract class representing regions having a typed value.
573 /// Blocks are represented with two kinds of regions. BlockTextRegions
614 /// Blocks are represented with two kinds of regions. BlockTextRegion
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 52 assert(r && Base && "Must have known regions.");
59 assert(r && "Must have known regions.");
359 // Binding values to regions.
368 StoreRef invalidateRegions(Store store, ArrayRef<const MemRegion *> Regions,
517 /// RegionStore's internal analysis. It must always contain all regions and
683 assert(R == R->getBaseRegion() && "Should only be called for base regions");
792 // since they may be providing a default value for a regions beyond what
874 StoreManager::InvalidatedRegions *Regions;
    [all...]

Completed in 189 milliseconds