Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 25 of 186) sorted by relevance

12345678

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h34 struct Range { struct
54 bool operator<(const Range &other) const { argument
77 typedef std::vector<Range> RangeColl; argument
/external/easymock/src/org/easymock/internal/
DRange.java20 public class Range implements Serializable { class
28 public Range(int count) { in Range() method in Range
32 public Range(int minimum, int maximum) { in Range() method in Range
/external/lldb/include/lldb/Core/
DRangeMap.h35 struct Range struct
43 Range () : in Range() argument
49 Range (BaseType b, SizeType s) : in Range() function
64 GetRangeBase () const in GetRangeBase() argument
70 SetRangeBase (BaseType b) in SetRangeBase() argument
82 GetRangeEnd () const in GetRangeEnd() argument
88 SetRangeEnd (BaseType end) in SetRangeEnd() argument
117 return (GetRangeBase() <= r) && (r < GetRangeEnd()); in Contains() argument
127 Contains (const Range& range) const in Contains() argument
133 Overlap (const Range &rhs) const in Overlap() argument
/external/clang/unittests/Lex/
DPPCallbacksTest.cpp147 StringRef GetSourceString(CharSourceRange Range) { in GetSourceString()
244 CharSourceRange Range = in TEST_F() local
254 CharSourceRange Range = in TEST_F() local
265 CharSourceRange Range = in TEST_F() local
276 CharSourceRange Range = in TEST_F() local
287 CharSourceRange Range = in TEST_F() local
299 CharSourceRange Range = in TEST_F() local
309 CharSourceRange Range = in TEST_F() local
320 CharSourceRange Range = in TEST_F() local
/external/clang/lib/Lex/
DPreprocessingRecord.cpp30 SourceRange Range) in InclusionDirective()
49 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
127 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
193 SourceRange Range = PPE->getSourceRange(); in getLoc() local
369 SourceRange Range) { in addMacroExpansion()
400 SourceRange Range) { in Defined()
407 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped()
412 SourceRange Range, in MacroExpands()
/external/clang/include/clang/Tooling/Core/
DReplacement.h37 Range() : Offset(0), Length(0) {} in Range() function
38 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function
221 const CharSourceRange Range = in Replacement() local
/external/clang/lib/AST/
DMicrosoftMangle.cpp1371 SourceRange Range) { in mangleArgumentType()
1412 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType()
1482 SourceRange Range) { in mangleType()
1592 SourceRange Range; in mangleFunctionType() local
1797 SourceRange Range) { in mangleType()
1912 SourceRange Range) { in mangleType()
1926 SourceRange Range) { in mangleType()
1936 SourceRange Range) { in mangleType()
1948 SourceRange Range) { in mangleType()
1953 SourceRange Range) { in mangleType()
[all …]
/external/clang/include/clang/Lex/
DPreprocessingRecord.h79 SourceRange Range; variable
82 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity()
127 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective()
143 explicit MacroDefinition(const IdentifierInfo *Name, SourceRange Range) in MacroDefinition()
165 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion()
169 MacroExpansion(MacroDefinition *Definition, SourceRange Range) in MacroExpansion()
516 SourceRange Range; member
/external/lldb/source/Utility/
DRange.cpp14 Range::Range (const Range& rng) : in Range() function in Range
21 Range::Range (Range::ValueType low, in Range() function in Range
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DColorTags.java65 class Range { class in ColorTags
68 Range(int start, String colorStr) { in Range() method in ColorTags.Range
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp107 const LiveRange &Range) { in assign()
124 const LiveRange &Range) { in unassign()
159 const LiveRange &Range) { in checkRegUnitInterference()
DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify()
56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
/external/clang/lib/Sema/
DSemaStmtAttr.cpp27 SourceRange Range) { in handleFallThroughAttr()
194 SourceRange Range) { in ProcessStmtAttribute()
215 SourceRange Range) { in ProcessStmtAttributes()
/external/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp16 SourceRange Range) { in pushContextFrame()
66 Diagnostics::ArgStream Diagnostics::addError(const SourceRange &Range, in addError()
153 static void maybeAddLineAndColumn(const SourceRange &Range, in maybeAddLineAndColumn()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRangeDateRule.java161 class Range { class
162 public Range(Date start, DateRule rule) { in Range() method in Range
/external/marisa-trie/lib/marisa/
Drange.h10 Range() : begin_(0), end_(0), pos_(0) {} in Range() function
11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() function
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Drange.h10 Range() : begin_(0), end_(0), pos_(0) {} in Range() function
11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() function
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h46 SourceRange Range; member
145 SourceRange Range; member
153 SourceRange Range; member
/external/deqp/modules/glshared/
DglsFboUtil.hpp51 struct Range struct
53 typedef const T* const_iterator;
55 const T* m_begin;
56 const T* m_end;
58 const T* begin (void) const { return m_begin; } in begin()
59 const T* end (void) const { return m_end; } in end()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugRanges.h24 typedef RangeList::Entry Range; typedef
/external/clang/include/clang/Rewrite/Core/
DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs12 public uint Range; field in SevenZip.Compression.RangeCoder.Encoder
125 public uint Range; field in SevenZip.Compression.RangeCoder.Decoder
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DTriangleCollector.java63 private static class Range { class in TriangleCollector
67 public Range(int start, int length) { in Range() method in TriangleCollector.Range
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfLabColorSpaceDictionary_autogen.cpp35 SkPdfArray* SkPdfLabColorSpaceDictionary::Range(SkPdfNativeDoc* doc) { in Range() function in SkPdfLabColorSpaceDictionary
DSkPdfFunctionCommonDictionary_autogen.cpp35 SkPdfArray* SkPdfFunctionCommonDictionary::Range(SkPdfNativeDoc* doc) { in Range() function in SkPdfFunctionCommonDictionary

12345678