Home
last modified time | relevance | path

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

12345678910>>...12

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Dpackage.d583 struct Range in TotalContainer() struct
588 @property bool empty() in TotalContainer()
593 @property ref T front() //ref return optional in TotalContainer()
598 @property void front(T value) //Only when front does not return by ref in TotalContainer()
603 T moveFront() in TotalContainer()
608 void popFront() in TotalContainer()
613 @property ref T back() //ref return optional in TotalContainer()
618 @property void back(T value) //Only when front does not return by ref in TotalContainer()
623 T moveBack() in TotalContainer()
628 void popBack() in TotalContainer()
[all …]
H A Dslist.d175 struct Range in SList() struct
177 private Node * _head; in SList()
178 private this(Node * p) { _head = p; } in SList()
181 @property bool empty() const { return !_head; } in SList()
184 @property ref T front() in SList()
191 void popFront() in SList()
198 @property Range save() { return this; } in SList()
200 T moveFront() in SList()
208 bool sameHead(Range rhs) in SList()
H A Darray.d472 alias Range = RangeT!Array; variable
1543 struct Range struct
1547 /// Range primitives argument
1548 @property Range save() in save() argument
1561 @property bool empty() in empty()
1566 @property T front() in front()
1572 @property void front(bool value) in front()
1578 T moveFront() in moveFront()
1584 void popFront() in popFront()
1590 @property T back() in back()
[all …]
H A Ddlist.d287 struct Range in DList() struct
291 DRange _base; in DList()
292 alias _base this; in DList()
294 private this(BaseNode* first, BaseNode* last) in DList()
298 private this(BaseNode* n) in DList()
303 @property ref T front() in DList()
308 @property ref T back() in DList()
315 @property Range save() { return this; } in DList()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dpackage.d578 struct Range in TotalContainer() struct
583 @property bool empty() in TotalContainer()
588 @property ref T front() //ref return optional in TotalContainer()
593 @property void front(T value) //Only when front does not return by ref in TotalContainer()
598 T moveFront() in TotalContainer()
603 void popFront() in TotalContainer()
608 @property ref T back() //ref return optional in TotalContainer()
613 @property void back(T value) //Only when front does not return by ref in TotalContainer()
618 T moveBack() in TotalContainer()
623 void popBack() in TotalContainer()
[all …]
H A Dslist.d231 struct Range struct
242 assert(!empty, "SList.Range.front: Range is empty"); in front() argument
249 assert(!empty, "SList.Range.popFront: Range is empty"); in popFront() argument
254 @property Range save() { return this; } in save() argument
260 assert(!empty, "SList.Range.moveFront: Range is empty"); in moveFront() argument
264 bool sameHead(Range rhs) in sameHead() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAranges.h35 struct Range { struct
36 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() function
52 bool operator<(const Range &other) const { argument
74 using RangeColl = std::vector<Range>; argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DAnnotations.h50 struct Range { struct
54 friend bool operator==(const Range &L, const Range &R) { argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp64 MIToken &MIToken::reset(TokenKind Kind, StringRef Range) { in reset()
172 auto Range = C; in lexName() local
281 auto Range = C; in maybeLexIdentifier() local
295 auto Range = C; in maybeLexMachineBasicBlock() local
329 auto Range = C; in maybeLexIndex() local
342 auto Range = C; in maybeLexIndexAndName() local
415 auto Range = C; in lexVirtualRegister() local
431 Cursor Range = C; in lexNamedVirtualRegister() local
456 auto Range = C; in maybeLexRegister() local
472 auto Range = C; in maybeLexGlobalValue() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAttr.cpp27 SourceRange Range) { in handleFallThroughAttr()
54 SourceRange Range) { in handleSuppressAttr()
199 SourceRange Range) { in handleNoMergeAttr()
213 SourceRange Range) { in handleMustTailAttr()
219 SourceRange Range) { in handleLikely()
228 SourceRange Range) { in handleUnlikely()
357 SourceRange Range) { in handleOpenCLUnrollHint()
388 SourceRange Range) { in ProcessStmtAttribute()
/netbsd-src/sys/lib/libunwind/
H A DAddressSpace.hpp359 struct Range { struct in _Unwind::LocalAddressSpace
360 rb_node_t range_link;
361 rb_node_t dso_link;
362 pint_t hdr_base; // Pointer to FDE if hdr_start == 0
363 pint_t hdr_start;
364 pint_t hdr_entries;
365 pint_t first_pc;
366 pint_t last_pc;
367 pint_t data_base;
368 pint_t ehframe_base;
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dkernighan_ritchie.d178 static struct Range in byNodePtr() struct
180 Node* start, current; in byNodePtr()
181 @property bool empty() { return !current; } in byNodePtr()
182 @property Node* front() { return current; } in byNodePtr()
183 void popFront() in byNodePtr()
189 @property Range save() { return this; } in byNodePtr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp31 StringRef clang::tooling::getText(CharSourceRange Range, in getText()
37 CharSourceRange clang::tooling::maybeExtendRange(CharSourceRange Range, in maybeExtendRange()
53 llvm::Error clang::tooling::validateEditRange(const CharSourceRange &Range, in validateEditRange()
96 CharSourceRange Range = Lexer::makeFileCharRange(EditRange, SM, LangOpts); in getRangeForEdit() local
323 CharSourceRange Range = CharSourceRange::getTokenRange(Decl.getSourceRange()); in getAssociatedRange() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dkernighan_ritchie.d183 static struct Range in byNodePtr() struct
185 Node* start, current; in byNodePtr()
186 @property bool empty() { return !current; } in byNodePtr()
187 @property Node* front() { return current; } in byNodePtr()
188 void popFront() in byNodePtr()
194 @property Range save() { return this; } in byNodePtr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp45 const FileEntry *File, SourceRange Range) in InclusionDirective()
59 PreprocessingRecord::getPreprocessedEntitiesInRange(SourceRange Range) { in getPreprocessedEntitiesInRange()
137 PreprocessingRecord::getPreprocessedEntitiesInRangeSlow(SourceRange Range) { in getPreprocessedEntitiesInRangeSlow()
203 SourceRange Range = PPE->getSourceRange(); in getLoc() local
394 SourceRange Range) { in addMacroExpansion()
424 SourceRange Range) { in Defined()
431 void PreprocessingRecord::SourceRangeSkipped(SourceRange Range, in SourceRangeSkipped()
439 SourceRange Range, in MacroExpands()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPIBugReporter.cpp37 SourceRange Range = RequestRegion->sourceRange(); in reportDoubleNonblocking() local
59 SourceRange Range = RequestRegion->sourceRange(); in reportMissingWait() local
80 SourceRange Range = RequestRegion->sourceRange(); in reportUnmatchedWait() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h91 SourceRange Range; variable
96 PreprocessedEntity(EntityKind Kind, SourceRange Range) in PreprocessedEntity()
137 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective()
154 SourceRange Range) in MacroDefinitionRecord()
176 MacroExpansion(IdentifierInfo *BuiltinName, SourceRange Range) in MacroExpansion()
180 MacroExpansion(MacroDefinitionRecord *Definition, SourceRange Range) in MacroExpansion()
555 SourceRange Range; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMicrosoftMangle.cpp1879 SourceRange Range) { in mangleObjCLifetime()
1908 SourceRange Range) { in mangleObjCKindOfType()
2059 SourceRange Range) { in mangleFunctionArgumentType()
2134 SourceRange Range) { in mangleAddressSpaceType()
2205 void MicrosoftCXXNameMangler::mangleType(QualType T, SourceRange Range, in mangleType()
2277 SourceRange Range) { in mangleType()
2508 SourceRange Range; in mangleFunctionType() local
2769 Qualifiers, SourceRange Range) { in mangleType()
2905 Qualifiers Quals, SourceRange Range) { in mangleType()
2921 Qualifiers, SourceRange Range) { in mangleType()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp20 void AddressRanges::insert(AddressRange Range) { in insert()
99 for (auto Range : Ranges) in encode() local
110 for (auto &Range : Ranges) in decode() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcstub/
H A Dgc.d114 struct Range struct
121 __gshared Range* ranges = null; argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dread.d25 void skipData(Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) in skipData() argument
283 private T unformatRange(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec) in unformatRange() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSafeStackLayout.h30 StackLifetime::LiveRange Range; member
43 StackLifetime::LiveRange Range; member
H A DLiveIntervalUnion.cpp29 void LiveIntervalUnion::unify(LiveInterval &VirtReg, const LiveRange &Range) { in unify()
56 void LiveIntervalUnion::extract(LiveInterval &VirtReg, const LiveRange &Range) { in extract()
H A DLiveRegMatrix.cpp111 TRI, VirtReg, PhysReg, [&](unsigned Unit, const LiveRange &Range) { in assign()
128 [&](unsigned Unit, const LiveRange &Range) { in unassign()
171 const LiveRange &Range) { in checkRegUnitInterference()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp15 SourceRange Range) { in pushContextFrame()
65 Diagnostics::ArgStream Diagnostics::addError(SourceRange Range, in addError()
162 static void maybeAddLineAndColumn(SourceRange Range, in maybeAddLineAndColumn()

12345678910>>...12