Searched defs:isnothrow (Results 1 – 4 of 4) sorted by relevance
1158 … immutable bool isnothrow = f.isnothrow && !(funcdecl.flags & FUNCFLAG.nothrowInprocess); in visit() local
4205 bool isnothrow; /// nothrow member
602 bool isnothrow; // true: nothrow variable
2191 bool isnothrow = f->isnothrow & !(flags & FUNCFLAGnothrowInprocess); in semantic3() local