Home
last modified time | relevance | path

Searched refs:fullyQualifiedName (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d471 template fullyQualifiedName(T...)
476 enum fullyQualifiedName = fqnType!(T[0], false, false, false, false); variable
478 enum fullyQualifiedName = fqnSym!(T[0]); variable
484 static assert(fullyQualifiedName!fullyQualifiedName == "std.traits.fullyQualifiedName");
542 enum fqnTuple = fullyQualifiedName!(T[0]); in fqnTuple()
573 alias fqn = fullyQualifiedName;
604 assert("TemplatedStruct.foo" == fullyQualifiedName!(TemplatedStructAlias!().foo));
663 [staticMap!(fullyQualifiedName, parameters)]) in fqnType()
820 alias fqn = fullyQualifiedName;
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d565 enum fullyQualifiedName(T) = fqnType!(T, false, false, false, false);
568 enum fullyQualifiedName(alias T) = fqnSym!(T);
573 static assert(fullyQualifiedName!fullyQualifiedName == "std.traits.fullyQualifiedName");
632 enum fqnTuple = fullyQualifiedName!(T[0]); in fqnTuple()
663 alias fqn = fullyQualifiedName;
694 assert("TemplatedStruct.foo" == fullyQualifiedName!(TemplatedStructAlias!().foo));
754 [staticMap!(fullyQualifiedName, parameters)]) in fqnType()
912 alias fqn = fullyQualifiedName;
H A Dtypecons.d6697 "Cannot automatically initialize `" ~ fullyQualifiedName!T ~
6698 "` because `" ~ fullyQualifiedName!T ~
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/
H A Dtypecons.d852 "Non-static nested type " ~ fullyQualifiedName!T ~ " must be " ~ in Final()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/
H A Dtypecons.d848 "Non-static nested type " ~ fullyQualifiedName!T ~ " must be " ~ in Final()
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddmodule.d1460 void fullyQualifiedName(ref OutBuffer buf) nothrow in fullyQualifiedName() function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d454 fullyQualifiedName!T ~ ".this()` is annotated with " ~
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d3181 fullyQualifiedName!fun, in ReduceSeedType()
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d4744 fullyQualifiedName!fun,