Home
last modified time | relevance | path

Searched refs:FUNCFLAGnothrowInprocess (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c432 fd->flags |= FUNCFLAGnothrowInprocess; in initInferAttributes()
1874 if (flags & FUNCFLAGnothrowInprocess) in semantic3()
2191 bool isnothrow = f->isnothrow & !(flags & FUNCFLAGnothrowInprocess); in semantic3()
2195 if (flags & FUNCFLAGnothrowInprocess && blockexit & BEthrow) in semantic3()
2205 flags &= ~FUNCFLAGnothrowInprocess; in semantic3()
H A Ddeclaration.h508 #define FUNCFLAGnothrowInprocess 4 // working on determining nothrow macro