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

  /external/libunwind/doc/
libunwind-dynamic.tex 41 A procedure logically consists of a sequence of \emph{regions}.
42 Regions are nested in the sense that the frame state at the end of one
53 prologues of several (nested) regions.
151 \item[\Type{unw\_dyn\_region\_info\_t~*}\Var{regions}] A NULL-terminated
213 \section{Regions descriptors}
239 \emph{empty region} and such regions are perfectly legal. In fact,
240 empty regions can be useful to establish a particular frame state
247 two regions: one covering the prologue and one covering the epilogue.
302 Empty regions by definition contain no actual instructions and as such
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 24 public class Regions extends GraphicsActivity {
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 172 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
173 Regions.push_back(Data);
179 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
180 assert(Regions.size() && "Mismatched .end_data_region!");
181 DataRegionData &Data = Regions.back();
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 87 typedef llvm::DenseSet<const MemRegion *> Regions;
96 /// A (stack of) set of regions that are registered with this report as being
101 SmallVector<Regions *, 2> interestingRegions;
139 Regions &getInterestingRegions();
281 /// 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++ -*--==//
76 /// MemRegion - The root abstract class for all memory regions.
97 // Untyped regions.
100 // Typed regions.
111 // Decl Regions.
412 /// SubRegion - A region that subsets another larger region. Most regions
475 /// TypedRegion - An abstract class representing regions that are typed.
497 /// TypedValueRegion - An abstract class representing regions having a typed value.
585 /// Blocks are represented with two kinds of regions. BlockTextRegions
626 /// Blocks are represented with two kinds of regions. BlockTextRegion
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 54 assert(r && Base && "Must have known regions.");
61 assert(r && "Must have known regions.");
345 /// regions.
382 // Binding values to regions.
552 /// RegionStore's internal analysis. It must always contain all regions and
630 /// Used to determine which global regions are automatically included in the
633 /// Don't include any global regions.
637 /// Include all global regions.
667 /// regions specially included at the start of analysis.
747 assert(R == R->getBaseRegion() && "Should only be called for base regions");
    [all...]

Completed in 3844 milliseconds