Home
last modified time | relevance | path

Searched refs:isFuture (Results 1 – 10 of 10) sorted by relevance

/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 Dtraits.d575 if (e.ident == Id.isFuture) in semanticTraits()
577 return isDeclX(t => t.isFuture()); in semanticTraits()
H A Ddeclaration.d540 final bool isFuture() const pure nothrow @nogc @safe in isFuture() function
H A Dfunc.d668 if (fdv.isFuture()) in findVtblIndex()
H A Ddsymbolsem.d3597 if (fdv.isFuture()) in funcDeclarationSemantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc545 if (!d->isFuncHidden (fd) || fd->isFuture ()) in finish_vtable()
562 if (fd2->isFuture ()) in finish_vtable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc443 if (!d->isFuncHidden (fd) || fd->isFuture ()) in finish_vtable()
460 if (fd2->isFuture ()) in finish_vtable()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h160 bool isFuture() { return (storage_class & STCfuture) != 0; } in isFuture() function
H A Dfunc.c971 if (fdv->isFuture()) in semantic()
2827 if (fdv->isFuture()) in findVtblIndex()
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS1437 isDeprecated, isDisabled, isFuture, isModule, isPackage,