Home
last modified time | relevance | path

Searched refs:STCvolatile (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.h102 #define STCvolatile 0x40000000000000ULL /// destined for volatile in the back end macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.h85 #define STCvolatile 0x80000000000LL // destined for volatile in the back end macro
H A Dexpression.c1840 gate->storage_class |= STCtemp | STCctfe | STCvolatile; in functionParameters()
6591 vcond = copyToTemp(STCvolatile, "__cond", ce->econd); in hookDtors()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Ddecl.cc1531 if (decl->storage_class & STCvolatile) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Ddecl.cc1352 if (decl->storage_class & STCvolatile) in get_symbol_decl()