Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h160 bool isFuture() { return (storage_class & STCfuture) != 0; } in isFuture() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h154 bool isFuture() const { return (storage_class & STCfuture) != 0; } in isFuture() function
H A Ddeclaration.d540 final bool isFuture() const pure nothrow @nogc @safe in isFuture() function