Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dsemantic3.d1158 … immutable bool isnothrow = f.isnothrow && !(funcdecl.flags & FUNCFLAG.nothrowInprocess); in visit() local
H A Dmtype.d4205 bool isnothrow; /// nothrow member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h602 bool isnothrow; // true: nothrow variable
H A Dfunc.c2191 bool isnothrow = f->isnothrow & !(flags & FUNCFLAGnothrowInprocess); in semantic3() local