Searched defs:isFuture (Results 1 – 3 of 3) sorted by relevance
160 bool isFuture() { return (storage_class & STCfuture) != 0; } in isFuture() function
154 bool isFuture() const { return (storage_class & STCfuture) != 0; } in isFuture() function
540 final bool isFuture() const pure nothrow @nogc @safe in isFuture() function