HomeSort by relevance Sort by last modified time
    Searched refs:Range (Results 151 - 175 of 1970) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 using RangeColl = std::vector<Range>;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 using RangeColl = std::vector<Range>;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 using RangeColl = std::vector<Range>;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 using RangeColl = std::vector<Range>;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; // Start of address range.
62 uint32_t Length; // End of address range (not including this address).
79 typedef std::vector<Range> RangeColl;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 typedef std::vector<Range> RangeColl;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 typedef std::vector<Range> RangeColl;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugAranges.h 35 struct Range {
36 explicit Range(uint64_t LowPC = -1ULL, uint64_t HighPC = -1ULL,
57 bool operator<(const Range &other) const {
61 uint64_t LowPC; /// Start of address range.
62 uint32_t Length; /// End of address range (not including this address).
79 using RangeColl = std::vector<Range>;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
UnicodeCharRanges.h 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper].
32 inline bool operator<(uint32_t Value, UnicodeCharRange Range) {
33 return Value < Range.Lower;
35 inline bool operator<(UnicodeCharRange Range, uint32_t Value) {
36 return Range.Upper < Value;
73 /// \brief Returns true if each of the ranges is a proper closed range
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
LoopHint.h 22 // Source range of the directive.
23 SourceRange Range;

Completed in 614 milliseconds

1 2 3 4 5 67 8 91011>>