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

1 2 3 4 5 6 7 8 9

  /external/clang/lib/Format/
AffectedRangeManager.h 11 /// \brief AffectedRangeManager class manages affected ranges in the code.
29 const ArrayRef<CharSourceRange> Ranges)
30 : SourceMgr(SourceMgr), Ranges(Ranges.begin(), Ranges.end()) {}
38 // Returns true if 'Range' intersects with one of the input ranges.
43 // input ranges.
47 // Returns true if one of the input ranges intersect the leading empty lines
61 const SmallVector<CharSourceRange, 8> Ranges;
  /external/clang/unittests/Format/
SortIncludesTest.cpp 28 auto Ranges = GetCodeRange(Code);
30 applyAllReplacements(Code, sortIncludes(Style, Code, Ranges, FileName));
33 *Sorted, reformat(Style, *Sorted, Ranges, FileName));
  /external/libchrome/base/metrics/
bucket_ranges.h 5 // BucketRanges stores the vector of ranges that delimit what samples are
7 // same ranges for all their corresponding buckets should share the same
11 // value will need a BucketRanges with 6 ranges:
35 typedef std::vector<HistogramBase::Sample> Ranges;
46 // A bucket is defined by a consecutive pair of entries in |ranges|, so there
47 // is one fewer bucket than there are ranges. For example, if |ranges| is
52 // Checksum methods to verify whether the ranges are corrupted (e.g. bad
65 Ranges ranges_;
  /external/llvm/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 LLVM_CONSTEXPR UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 755 const MDNode *Ranges;
757 ReuseLoadInfo() : IsInvariant(false), Alignment(0), Ranges(nullptr) {}
    [all...]
  /external/llvm/unittests/Support/
SourceMgrTest.cpp 41 const Twine &Msg, ArrayRef<SMRange> Ranges,
44 SM.PrintMessage(OS, Loc, Kind, Msg, Ranges, FixIts);
132 SMRange Ranges[] = { getRange(0, 3), getRange(4, 3) };
133 printMessage(getLoc(4), SourceMgr::DK_Error, "message", Ranges, None);
143 SMRange Ranges[] = { getRange(0, 3), getRange(2, 4) };
144 printMessage(getLoc(4), SourceMgr::DK_Error, "message", Ranges, None);
  /external/v4l2_codec2/vda/
ranges.h 21 // Ranges allows holding an ordered list of ranges of [start,end) intervals.
22 // The canonical example use-case is holding the list of ranges of buffered
25 class Ranges {
30 // Returns the number of stored ranges, post coallescing.
33 // Return the number of disjoint ranges.
40 // Clear all ranges.
44 Ranges<T> IntersectionWith(const Ranges<T>& other) const;
59 size_t Ranges<T>::Add(T start, T end)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
UnicodeCharRanges.h 1 //===--- UnicodeCharRanges.h - Types and functions for character ranges ---===//
49 /// Array pointed by \p Ranges should have the lifetime at least as long as
52 /// instances per each array of ranges, as possible.
59 constexpr UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {}
61 UnicodeCharSet(CharRanges Ranges) : Ranges(Ranges) {
69 return std::binary_search(Ranges.begin(), Ranges.end(), C)
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.h 49 /// \brief Return the number of source ranges for the diagnostic.
52 /// \brief Return the source ranges for the diagnostic.
84 std::vector<CXSourceRange> Ranges;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 41 std::vector<DWARFAddressRange> Ranges;
50 DieRangeInfo(std::vector<DWARFAddressRange> Ranges)
51 : Ranges(std::move(Ranges)) {}
61 /// This is used for finding overlapping ranges within the same DIE.
64 /// Finds an address range in the sorted vector of ranges.
66 auto Begin = Ranges.begin();
67 auto End = Ranges.end();
74 /// Inserts the address range info. If any of its ranges overlaps with a
81 /// Return true if ranges in this object contains all ranges within RHS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 41 std::vector<DWARFAddressRange> Ranges;
50 DieRangeInfo(std::vector<DWARFAddressRange> Ranges)
51 : Ranges(std::move(Ranges)) {}
61 /// This is used for finding overlapping ranges within the same DIE.
64 /// Finds an address range in the sorted vector of ranges.
66 auto Begin = Ranges.begin();
67 auto End = Ranges.end();
74 /// Inserts the address range info. If any of its ranges overlaps with a
81 /// Return true if ranges in this object contains all ranges within RHS
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFVerifier.h 41 std::vector<DWARFAddressRange> Ranges;
50 DieRangeInfo(std::vector<DWARFAddressRange> Ranges)
51 : Ranges(std::move(Ranges)) {}
61 /// This is used for finding overlapping ranges within the same DIE.
64 /// Finds an address range in the sorted vector of ranges.
66 auto Begin = Ranges.begin();
67 auto End = Ranges.end();
74 /// Inserts the address range info. If any of its ranges overlaps with a
81 /// Return true if ranges in this object contains all ranges within RHS
    [all...]

Completed in 1810 milliseconds

1 2 3 4 5 6 7 8 9