/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/opencv3/modules/core/misc/java/src/java/ |
D | core+Range.java | 4 public class Range { class 8 public Range(int s, int e) { in Range() method in Range 13 public Range() { in Range() method in Range 17 public Range(double[] vals) { in Range() method in Range
|
/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/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/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
|
D | PPCallbacks.h | 243 const MacroDefinition &MD, SourceRange Range, in MacroExpands() 261 SourceRange Range) { in Defined() 267 virtual void SourceRangeSkipped(SourceRange Range) { in SourceRangeSkipped() 439 SourceRange Range, const MacroArgs *Args) override { in MacroExpands() 456 SourceRange Range) override { in Defined() 461 void SourceRangeSkipped(SourceRange Range) override { in SourceRangeSkipped()
|
/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/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/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/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/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/clang/include/clang/ASTMatchers/Dynamic/ |
D | Diagnostics.h | 46 SourceRange Range; member 145 SourceRange Range; member 153 SourceRange Range; member
|
/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/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/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region_unittest.cc | 554 struct Range { in TEST() struct 555 int start; in TEST() 556 int end; in TEST() 625 struct Range { in TEST() struct 626 int start; in TEST() 627 int end; in TEST()
|
/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;
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 12 public uint Range; field in SevenZip.Compression.RangeCoder.Encoder 125 public uint Range; field in SevenZip.Compression.RangeCoder.Decoder
|
/external/lzma/CPP/7zip/Compress/ |
D | RangeCoder.h | 22 UInt32 Range; variable 111 UInt32 Range; variable
|
/external/clang/include/clang/Rewrite/Core/ |
D | HTMLRewrite.h | 40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ITokenStream.cs | 48 int Range { property
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | ITokenStream.cs | 50 int Range property
|