Home
last modified time | relevance | path

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

123456789

/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/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp58 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/
Dcore+Range.java4 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/
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/clang/unittests/Lex/
DPPCallbacksTest.cpp148 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/
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
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/
DPreprocessingRecord.h79 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
DPPCallbacks.h243 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/
DReplacement.h38 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/
DMicrosoftMangle.cpp1424 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/
DSemaStmtAttr.cpp27 SourceRange Range) { in handleFallThroughAttr()
208 SourceRange Range) { in ProcessStmtAttribute()
229 SourceRange Range) { in ProcessStmtAttributes()
/external/llvm/lib/CodeGen/
DLiveRegMatrix.cpp104 const LiveRange &Range) { in assign()
121 const LiveRange &Range) { in unassign()
164 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/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/clang/lib/ASTMatchers/Dynamic/
DDiagnostics.cpp16 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/
DDiagnostics.h46 SourceRange Range; member
145 SourceRange Range; member
153 SourceRange Range; member
/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/icu/android_icu4j/src/main/java/android/icu/util/
DRangeDateRule.java155 class Range { class
156 public Range(Date start, DateRule rule) { in Range() method in Range
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region_unittest.cc554 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/
Dpolicy_compiler.cc85 struct PolicyCompiler::Range { struct in sandbox::bpf_dsl::PolicyCompiler
86 uint32_t from;
87 CodeGen::Node node;
/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/lzma/CPP/7zip/Compress/
DRangeCoder.h22 UInt32 Range; variable
111 UInt32 Range; variable
/external/clang/include/clang/Rewrite/Core/
DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DITokenStream.cs48 int Range { property
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DITokenStream.cs50 int Range property

123456789