/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugAranges.h | 34 struct Range { struct 54 bool operator<(const Range &other) const { argument 77 typedef std::vector<Range> RangeColl; argument
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 58 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset() 155 auto Range = C; in lexName() local 178 auto Range = C; in maybeLexIntegerType() local 235 auto Range = C; in maybeLexIdentifier() local 250 auto Range = C; in maybeLexMachineBasicBlock() local 281 auto Range = C; in maybeLexIndex() local 294 auto Range = C; in maybeLexIndexAndName() local 352 auto Range = C; in lexVirtualRegister() local 367 auto Range = C; in maybeLexRegister() local 384 auto Range = C; in maybeLexGlobalValue() local [all …]
|
/external/easymock/src/org/easymock/internal/ |
D | Range.java | 20 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/ |
D | RangeMap.h | 35 struct Range struct 43 Range () : in Range() argument 49 Range (BaseType b, SizeType s) : in Range() argument 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/ |
D | PPCallbacksTest.cpp | 148 StringRef GetSourceString(CharSourceRange Range) { in GetSourceString() 245 CharSourceRange Range = in TEST_F() local 255 CharSourceRange Range = in TEST_F() local 266 CharSourceRange Range = in TEST_F() local 277 CharSourceRange Range = in TEST_F() local 288 CharSourceRange Range = in TEST_F() local 300 CharSourceRange Range = in TEST_F() local 310 CharSourceRange Range = in TEST_F() local 321 CharSourceRange Range = in TEST_F() local
|
/external/clang/include/clang/Tooling/Core/ |
D | Replacement.h | 38 Range() : Offset(0), Length(0) {} in Range() function 39 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function 233 const CharSourceRange Range = in Replacement() local
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 30 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 371 SourceRange Range) { in addMacroExpansion() 401 SourceRange Range) { in Defined() 408 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped() 414 SourceRange Range, in MacroExpands()
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 79 SourceRange Range; variable 82 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity() 125 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() 142 SourceRange Range) in MacroDefinitionRecord() 164 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion() 168 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion() 515 SourceRange Range; member
|
/external/lldb/source/Utility/ |
D | Range.cpp | 14 Range::Range (const Range& rng) : in Range() function in Range 21 Range::Range (Range::ValueType low, in Range() function in Range
|
/external/clang/lib/AST/ |
D | MicrosoftMangle.cpp | 1424 SourceRange Range) { in mangleArgumentType() 1474 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType() 1539 SourceRange Range) { in mangleType() 1746 SourceRange Range; in mangleFunctionType() local 1971 Qualifiers, SourceRange Range) { in mangleType() 2087 SourceRange Range) { in mangleType() 2103 Qualifiers, SourceRange Range) { in mangleType() 2112 Qualifiers, SourceRange Range) { in mangleType() 2124 SourceRange Range) { in mangleType() 2131 Qualifiers Quals, SourceRange Range) { in mangleType() [all …]
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
D | ColorTags.java | 65 class Range { class in ColorTags 68 Range(int start, String colorStr) { in Range() method in ColorTags.Range
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/ |
D | LinuxPrereqs.h | 48 Range() {}; in Range() function 49 Range(int _min, int _max) : min(_min), max(_max) {}; in Range() function
|
/external/clang/lib/Sema/ |
D | SemaStmtAttr.cpp | 27 SourceRange Range) { in handleFallThroughAttr() 208 SourceRange Range) { in ProcessStmtAttribute() 229 SourceRange Range) { in ProcessStmtAttributes()
|
/external/llvm/lib/CodeGen/ |
D | LiveRegMatrix.cpp | 104 const LiveRange &Range) { in assign() 121 const LiveRange &Range) { in unassign() 164 const LiveRange &Range) { in checkRegUnitInterference()
|
D | LiveIntervalUnion.cpp | 29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify() 56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Diagnostics.cpp | 16 SourceRange Range) { in pushContextFrame() 66 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range, in addError() 153 static void maybeAddLineAndColumn(SourceRange Range, in maybeAddLineAndColumn()
|
/external/marisa-trie/lib/marisa/ |
D | range.h | 10 Range() : begin_(0), end_(0), pos_(0) {} in Range() function 11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() function
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | RangeDateRule.java | 155 class Range { class 156 public Range(Date start, DateRule rule) { in Range() method in Range
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | RangeDateRule.java | 161 class Range { class 162 public Range(Date start, DateRule rule) { in Range() method in Range
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | range.h | 10 Range() : begin_(0), end_(0), pos_(0) {} in Range() function 11 Range(UInt32 begin, UInt32 end, UInt32 pos) in Range() function
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugRanges.h | 24 typedef RangeList::Entry Range; typedef
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 46 SourceRange Range; member 145 SourceRange Range; member 153 SourceRange Range; member
|
/external/deqp/modules/glshared/ |
D | glsFboUtil.hpp | 51 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/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | policy_compiler.cc | 85 struct PolicyCompiler::Range { struct in sandbox::bpf_dsl::PolicyCompiler 86 uint32_t from; 87 CodeGen::Node node;
|