Home
last modified time | relevance | path

Searched refs:isFunctionPointer (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d348 else static if (isFunctionPointer!T) in hasIndirections()
363 else static if (isFunctionPointer!T) in hasUnsharedIndirections()
434 template isFunctionPointer(T...)
440 enum bool isFunctionPointer = true; variable
442 enum bool isFunctionPointer = false; variable
445 enum bool isFunctionPointer = false; variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d789 static if (isFunctionPointer!T) in fqnType()
1183 static if (!isFunctionPointer!func && !isDelegate!func
2142 if (isFunctionPointer!T || isDelegate!T)
2231 if (isFunctionPointer!T || isDelegate!T)
2672 static if (is(T[0] foo : U*, U) && !isFunctionPointer!(T[0]))
2768 static if (is(T[0] foo : U*, U) && !isFunctionPointer!(T[0]))
3100 else static if (isFunctionPointer!T)
6583 template isFunctionPointer(T...)
6589 enum bool isFunctionPointer = true;
6591 enum bool isFunctionPointer = false;
[all …]
H A Dconcurrency.d164 static assert(isFunctionPointer!t1 || isDelegate!t1); in checkops()
176 static assert(isFunctionPointer!t2 || isDelegate!t2); in checkops()
408 && (isFunctionPointer!F || !hasUnsharedAliasing!F); in isSpawnable()
H A Dparallelism.d250 (isFunctionPointer!F || !hasUnsharedAliasing!F) && in isSafeTask()
488 static if (isFunctionPointer!(_args[0])) in Task()
H A Dvariant.d487 static if (!isFunctionPointer!A && !isDelegate!A) in VariantN()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d885 ~ (isFunctionPointer!T ? " function(" : "(") in fqnType()
1317 static if (!isFunctionPointer!func && !isDelegate!func
2331 if (isFunctionPointer!T || isDelegate!T)
2422 if (isFunctionPointer!T || isDelegate!T)
2991 static if (is(T foo : U*, U) && !isFunctionPointer!T)
3170 static if (is(T foo : U*, U) && !isFunctionPointer!T)
5472 isFunctionPointer!F && isFunctionPointer!G)
7431 enum bool isFunctionPointer(alias T) = is(typeof(*T) == function);
7440 static assert( isFunctionPointer!fpfoo);
7441 static assert( isFunctionPointer!(void function()));
[all …]
H A Dconcurrency.d236 static assert(isFunctionPointer!t1 || isDelegate!t1, in checkops()
489 && (isFunctionPointer!F || !hasUnsharedAliasing!F); in isSpawnable()
H A Dparallelism.d234 (isFunctionPointer!F || !hasUnsharedAliasing!F) && in isSafeTask()
472 static if (isFunctionPointer!(_args[0])) in Task()
H A Dvariant.d586 static if (!isFunctionPointer!A && !isDelegate!A) in VariantN()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d571 if (isFunctionPointer!T)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d11519 import std.traits : isDelegate, isFunctionPointer;
11532 static if (isFunctionPointer!_fun || isDelegate!_fun)