Searched refs:isFunctionPointer (Results 1 – 11 of 11) sorted by relevance
348 else static if (isFunctionPointer!T) in hasIndirections()363 else static if (isFunctionPointer!T) in hasUnsharedIndirections()434 template isFunctionPointer(T...)440 enum bool isFunctionPointer = true; variable442 enum bool isFunctionPointer = false; variable445 enum bool isFunctionPointer = false; variable
789 static if (isFunctionPointer!T) in fqnType()1183 static if (!isFunctionPointer!func && !isDelegate!func2142 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 …]
164 static assert(isFunctionPointer!t1 || isDelegate!t1); in checkops()176 static assert(isFunctionPointer!t2 || isDelegate!t2); in checkops()408 && (isFunctionPointer!F || !hasUnsharedAliasing!F); in isSpawnable()
250 (isFunctionPointer!F || !hasUnsharedAliasing!F) && in isSafeTask()488 static if (isFunctionPointer!(_args[0])) in Task()
487 static if (!isFunctionPointer!A && !isDelegate!A) in VariantN()
885 ~ (isFunctionPointer!T ? " function(" : "(") in fqnType()1317 static if (!isFunctionPointer!func && !isDelegate!func2331 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 …]
236 static assert(isFunctionPointer!t1 || isDelegate!t1, in checkops()489 && (isFunctionPointer!F || !hasUnsharedAliasing!F); in isSpawnable()
234 (isFunctionPointer!F || !hasUnsharedAliasing!F) && in isSafeTask()472 static if (isFunctionPointer!(_args[0])) in Task()
586 static if (!isFunctionPointer!A && !isDelegate!A) in VariantN()
571 if (isFunctionPointer!T)
11519 import std.traits : isDelegate, isFunctionPointer;11532 static if (isFunctionPointer!_fun || isDelegate!_fun)