Home
last modified time | relevance | path

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

12345678910

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAranges.h22 struct Range { struct
44 bool isValidRange() const { return Length > 0; } in isValidRange() argument
46 static bool SortedOverlapCheck(const Range &curr_range, in SortedOverlapCheck() argument
53 bool contains(const Range &range) const { in contains() argument
73 const Range *rangeAtIndex(uint32_t idx) const { in rangeAtIndex() argument
/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/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp62 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset()
156 auto Range = C; in lexName() local
179 auto Range = C; in maybeLexIntegerType() local
236 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
359 auto Range = C; in lexVirtualRegister() local
374 auto Range = C; in maybeLexRegister() local
390 auto Range = C; in maybeLexGlobalValue() local
[all …]
/external/clang/include/clang/Tooling/Core/
DReplacement.h40 Range() : Offset(0), Length(0) {} in Range() function
41 Range(unsigned Offset, unsigned Length) : Offset(Offset), Length(Length) {} in Range() function
246 const CharSourceRange Range = in Replacement() local
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIBugReporter.cpp38 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() local
60 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() local
81 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait() local
/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/lib/Sema/
DSemaStmtAttr.cpp27 SourceRange Range) { in handleFallThroughAttr()
227 SourceRange Range) { in handleOpenCLUnrollHint()
273 SourceRange Range) { in ProcessStmtAttribute()
296 SourceRange Range) { in ProcessStmtAttributes()
/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
/external/clang/unittests/Tooling/
DRefactoringTest.cpp439 TEST(Range, overlaps) { in TEST() argument
448 TEST(Range, contains) { in TEST() argument
455 TEST(Range, CalculateRangesOfReplacements) { in TEST() argument
472 TEST(Range, RangesAfterReplacements) { in TEST() argument
479 TEST(Range, RangesBeforeReplacements) { in TEST() argument
486 TEST(Range, NotAffectedByReplacements) { in TEST() argument
496 TEST(Range, RangesWithNonOverlappingReplacements) { in TEST() argument
506 TEST(Range, RangesWithOverlappingReplacements) { in TEST() argument
517 TEST(Range, MergeIntoOneRange) { in TEST() argument
524 TEST(Range, ReplacementsStartingAtRangeOffsets) { in TEST() argument
[all …]
/external/llvm/lib/CodeGen/
DSafeStackLayout.h25 StackColoring::LiveRange Range; member
36 StackColoring::LiveRange Range; member
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/clang/lib/AST/
DMicrosoftMangle.cpp1476 SourceRange Range) { in mangleArgumentType()
1547 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType()
1614 SourceRange Range) { in mangleType()
1800 SourceRange Range; in mangleFunctionType() local
2030 Qualifiers, SourceRange Range) { in mangleType()
2163 SourceRange Range) { in mangleType()
2179 Qualifiers, SourceRange Range) { in mangleType()
2188 Qualifiers, SourceRange Range) { in mangleType()
2200 SourceRange Range) { in mangleType()
2207 Qualifiers Quals, SourceRange Range) { in mangleType()
[all …]
/external/clang/lib/Tooling/
DFixIt.cpp22 StringRef getText(SourceRange Range, const ASTContext &Context) { in getText()
/external/clang/lib/Format/
DAffectedRangeManager.cpp61 const CharSourceRange &Range) { in affectsCharSourceRange()
80 CharSourceRange Range = CharSourceRange::getCharRange(Start, End); in affectsTokenRange() local
/external/clang/include/clang/Rewrite/Core/
DHTMLRewrite.h40 inline void HighlightRange(Rewriter &R, SourceRange Range, in HighlightRange()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLoopRanges.cpp50 MachineLoopRange *&Range = Cache[Loop]; in getLoopRange() local
64 const std::pair<SlotIndex, SlotIndex> &Range = Indexes.getMBBRange(*I); in MachineLoopRange() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRangeDateRule.java157 class Range { class
158 public Range(Date start, DateRule rule) { in Range() method in Range
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRangeDateRule.java163 class Range { class
164 public Range(Date start, DateRule rule) { in Range() method in Range
/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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFastQueue.cs67 public virtual int Range property in Antlr.Runtime.Misc.FastQueue
/external/clang/include/clang/Sema/
DLoopHint.h23 SourceRange Range; member

12345678910