Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dtraits.d584 alias FunctionTypeOf = Fsym; // HIT: (nested) function symbol variable
588 alias FunctionTypeOf = Fobj; // HIT: callable object variable
592 alias FunctionTypeOf = Ftyp; // HIT: callable type variable
597 alias FunctionTypeOf = T; // HIT: function variable
599 alias FunctionTypeOf = Fptr; // HIT: function pointer variable
601 alias FunctionTypeOf = Fdlg; // HIT: delegate variable