Home
last modified time | relevance | path

Searched defs:hasIndirections (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d342 template hasIndirections(T) in hasIndirections() function
345 enum hasIndirections = anySatisfy!(.hasIndirections, typeof(T.tupleof)); in hasIndirections() local
347 enum hasIndirections = T.sizeof && is(E == void) ? true : hasIndirections!(BaseElemOf!E); in hasIndirections() local
349 enum hasIndirections = false; in hasIndirections() local
351 enum hasIndirections = isPointer!T || isDelegate!T || isDynamicArray!T || in hasIndirections() local