Home
last modified time | relevance | path

Searched refs:HasContextPointer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d388 struct HasContextPointer { int opCall() { return ++local; } } in opCall() struct
389 static assert(hasIndirections!HasContextPointer);
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d3417 struct HasContextPointer { int opCall() { return ++local; } }
3418 static assert(hasIndirections!HasContextPointer);