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

1 2

  /external/clang/lib/StaticAnalyzer/Core/
LoopWidening.cpp 54 const MemRegion *Regions[] = {MRMgr.getStackLocalsRegion(STC),
58 for (auto *Region : Regions) {
62 return PrevState->invalidateRegions(Regions, getLoopCondition(LoopStmt),
  /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
  /external/llvm/lib/CodeGen/
SafeStackLayout.h 30 /// The list of current stack regions, sorted by StackRegion::Start.
31 SmallVector<StackRegion, 16> Regions;
58 unsigned getFrameSize() { return Regions.empty() ? 0 : Regions.back().End; }
  /device/google/cuttlefish_common/host/libs/ivserver/
vsocsharedmem.cc 41 const std::vector<Region> &regions,
50 const std::vector<Region> &Regions() const override;
65 const std::vector<Region> &regions, const std::string &path)
67 region_data_{regions} {
90 const std::vector<VSoCSharedMemory::Region> &VSoCSharedMemoryImpl::Regions()
123 std::vector<Region> regions; local
124 regions.reserve(device_layout->GetRegions().size());
145 auto region_idx = regions.size();
147 regions.emplace_back(device_name, host_fd, guest_fd);
151 new VSoCSharedMemoryImpl(name_to_region_idx, regions, path))
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Regions.java 24 public class Regions extends GraphicsActivity {
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 222 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
223 Regions.push_back(Data);
227 std::vector<DataRegionData> &Regions = getAssembler().getDataRegions();
228 assert(!Regions.empty() && "Mismatched .end_data_region!");
229 DataRegionData &Data = Regions.back();
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 56 std::vector<CounterMappingRegion> Regions;
63 Record.MappingRegions = Regions;
94 std::vector<CounterMappingRegion> Regions;
146 InputFunctions.back().Regions.push_back(CounterMappingRegion::makeRegion(
152 InputFunctions.back().Regions.push_back(CounterMappingRegion::makeExpansion(
163 CoverageMappingWriter(FileIDs, None, Data.Regions).write(OS);
174 Expressions, Data.Regions);
181 std::string Regions = writeCoverageRegions(InputFunctions[I]);
182 readCoverageRegions(Regions, OutputFunctions[I]);
231 size_t N = makeArrayRef(Input.Regions).size()
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 208 assert(!Record.MappingRegions.empty() && "Function has no regions");
294 // Avoid creating empty regions.
325 void buildSegmentsImpl(ArrayRef<CountedRegion> Regions) {
326 for (const auto &Region : Regions) {
327 // Pop any regions that end before this one starts.
335 // Pop any regions that are left in the stack.
340 /// Sort a nested sequence of regions from a single file.
341 static void sortNestedRegions(MutableArrayRef<CountedRegion> Regions) {
342 std::sort(Regions.begin(), Regions.end(), [](const CountedRegion &LHS
    [all...]
  /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.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// Ranges are used to highlight regions of interest in the source code.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 89 typedef llvm::DenseSet<const MemRegion *> Regions;
98 /// A (stack of) set of regions that are registered with this report as being
103 SmallVector<Regions *, 2> interestingRegions;
141 Regions &getInterestingRegions();
321 /// 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.
84 #include "clang/StaticAnalyzer/Core/PathSensitive/Regions.def"
157 /// Regions that point to an element of an array are returned as: "arr[0]".
158 /// Regions that point to a struct are returned as: "st.var".
408 /// SubRegion - A region that subsets another larger region. Most regions
471 /// TypedRegion - An abstract class representing regions that are typed.
493 /// TypedValueRegion - An abstract class representing regions having a typed value.
581 /// Blocks are represented with two kinds of regions. BlockCodeRegions
622 /// Blocks are represented with two kinds of regions. BlockCodeRegion
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
84 #include "clang/StaticAnalyzer/Core/PathSensitive/Regions.def"
157 /// Regions that point to an element of an array are returned as: "arr[0]".
158 /// Regions that point to a struct are returned as: "st.var".
408 /// SubRegion - A region that subsets another larger region. Most regions
471 /// TypedRegion - An abstract class representing regions that are typed.
493 /// TypedValueRegion - An abstract class representing regions having a typed value.
581 /// Blocks are represented with two kinds of regions. BlockCodeRegions
622 /// Blocks are represented with two kinds of regions. BlockCodeRegion
    [all...]

Completed in 3290 milliseconds

1 2