Home
last modified time | relevance | path

Searched refs:_source (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d2527 private R _source; member
2533 return _source.front; in front()
2538 _source.popFront(); in popFront()
2544 _source.popFront(); in popBack()
2549 @property auto save() { return Result(_source.save, empty); } in save()
2554 return _source.front; in back()
2561 return _source.front; in opIndex()
2566 return n > m ? this : Result(_source, false); in opSlice()
2569 @property R source() { return _source; } in source()
6740 this._source = source; in this()
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dbuffer.h950 #define ISC__BUFFER_PUTSTR(_b, _source) \ argument
955 ISC_REQUIRE((_source) != NULL); \
956 _length = (unsigned int)strlen(_source); \
964 memmove(_cp, (_source), _length); \
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/range/
H A Dpackage.d2863 private R _source;
2869 return _source.front;
2874 _source.popFront();
2880 _source.popFront();
2885 @property auto save() { return Result(_source.save, empty); }
2890 return _source.front;
2897 return _source.front;
2909 return n > m ? this : Result(_source, true);
2912 @property R source() { return _source; }
7777 this._source = source;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCoverageMappingFormat.rst149 .. _source code range:
590 .. _source range: