Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Daffix_allocator.d27 hasStaticallyKnownAlignment;
32 static if (hasStaticallyKnownAlignment!Allocator)
45 static if (hasStaticallyKnownAlignment!Allocator)
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Daffix_allocator.d30 hasStaticallyKnownAlignment;
35 static if (hasStaticallyKnownAlignment!Allocator)
48 static if (hasStaticallyKnownAlignment!Allocator)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d50 template hasStaticallyKnownAlignment(Allocator) in hasStaticallyKnownAlignment() function
52 enum hasStaticallyKnownAlignment = __traits(compiles, in hasStaticallyKnownAlignment() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/
H A Dcommon.d53 template hasStaticallyKnownAlignment(Allocator) in hasStaticallyKnownAlignment() function
55 enum hasStaticallyKnownAlignment = __traits(compiles, in hasStaticallyKnownAlignment() local