Home
last modified time | relevance | path

Searched refs:TOKnothrow (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtokens.h162 TOKnothrow, enumerator
H A Dtokens.c319 { "nothrow", TOKnothrow },
H A Dparse.c548 case TOKnothrow: stc = STCnothrow; goto Lstc; in parseDeclDefs()
1096 case TOKnothrow: stc = STCnothrow; break; in parsePostfix()
3648 case TOKnothrow: stc = STCnothrow; goto L1; in parseStorageClasses()
5064 case TOKnothrow: in parseStatement()
6305 case TOKnothrow: in isDeclarator()
6607 case TOKnothrow: in skipAttributes()
H A Dhdrgen.c3292 { STCnothrow, TOKnothrow, NULL }, in stcToChars()