OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_impl
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
region.d
538
private Region!(NullAllocator, minAlign, growDownwards)
_impl
;
562
assert(!
_impl
._current);
563
_impl
= typeof(
_impl
)(_store);
564
assert(
_impl
._current.alignedAt(alignment));
576
auto result =
_impl
.allocate(n);
579
if (
_impl
._current) return null; // no more room
581
assert(
_impl
._current);
592
auto result =
_impl
.alignedAllocate(n, a);
595
if (
_impl
._current) return null; // no more roo
[
all
...]
/src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
f7wraps.sh
131
.global F7_NAME(${n}
_impl
)
132
ldi ZH, hi8(gs(F7_NAME(${n}
_impl
)))
133
ldi ZL, lo8(gs(F7_NAME(${n}
_impl
)))
/src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
f7wraps.sh
131
.global F7_NAME(${n}
_impl
)
132
ldi ZH, hi8(gs(F7_NAME(${n}
_impl
)))
133
ldi ZL, lo8(gs(F7_NAME(${n}
_impl
)))
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
atomic.d
732
/* Start with "
_impl
". If S has a field with that name, append
734
string name = "
_impl
";
814
static struct S3 { int* p; int
_impl
; int _impl_; int _impl__; }
1250
static struct S { int*
_impl
; }
1253
static assert(is(typeof(atomicLoad(s).
_impl
) == shared(int)*));
1255
assert(u.
_impl
is null);
1256
u.
_impl
= new shared int(42);
1257
assert(atomicLoad(*u.
_impl
) == 42);
/src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d
2091
union { private RefCounted!OuterRange
_impl
; }
2092
private @trusted ref impl() { return
_impl
; }
2093
private @trusted ref implPL() { return
_impl
.refCountedPayload; }
2103
_impl
= RefCounted!OuterRange(0, r, savedR.move);
2107
_impl
= RefCounted!OuterRange(0, r, savedR.move, false);
2115
// since
_impl
has to be in a union, we have to manually trigger
2117
auto temp =
_impl
;
2118
_impl
= temp;
2183
_impl
.destroy;
6060
string
_impl
;
[
all
...]
searching.d
2290
string
_impl
;
2293
@property size_t length() const { return
_impl
.length; }
2294
@property void length(size_t len) {
_impl
.length = len; }
2299
@property bool empty() const { return
_impl
.empty; }
2300
@property dchar front() const { return
_impl
.front; }
2301
void popFront() {
_impl
.popFront(); }
/src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py
1641
self.
_impl
= impl
1643
self.
_impl
= None
1665
# We can't access
_Impl
::_M_size because
_Impl
is incomplete
1702
return self._iterator(self.
_impl
, self._typename)
/src/external/gpl3/gcc.old/dist/libphobos/src/std/
typecons.d
5301
protected ReturnType!fn
_impl
(alias fn)(Parameters!fn)
5316
_impl
!parent(args);
5318
return
_impl
!parent(args);
Completed in 43 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026