HomeSort by relevance Sort by last modified time
    Searched defs:Regions (Results 1 - 25 of 29) 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; }
  /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/ltp/testcases/kernel/fs/dmapi/
event_sd.c 65 dm_region_t Regions[10];
155 * TEST : read - no regions
226 Regions[0].rg_offset = 0;
227 Regions[0].rg_size = 0;
228 Regions[0].rg_flags = DM_REGION_READ;
306 Regions[0].rg_offset = 0;
307 Regions[0].rg_size = 0;
308 Regions[0].rg_flags = DM_REGION_READ;
387 Regions[0].rg_offset = 0;
388 Regions[0].rg_size = 0
    [all...]
mmap.c 149 * TEST : mmap - no regions
214 dm_region_t Regions[1];
221 Regions[0].rg_offset = 0;
222 Regions[0].rg_size = 0;
223 Regions[0].rg_flags = DM_REGION_WRITE;
236 numRegions, Regions, &exactflag)) == -1)
279 dm_region_t Regions[1];
286 Regions[0].rg_offset = 0;
287 Regions[0].rg_size = 0;
288 Regions[0].rg_flags = DM_REGION_TRUNCATE
    [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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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.
  /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-3957855/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...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/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...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/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...]
  /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...]
  /prebuilts/clang/host/linux-x86/clang-3957855/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...]
  /prebuilts/clang/host/linux-x86/clang-3960126/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 209 milliseconds

1 2