Searched defs:add_volatile (Results 1 – 4 of 4) sorted by relevance
83 bool add_volatile = !(existing_mask & SpvMemoryAccessVolatileMask) && in Apply() local
86 bool add_volatile = !(existing_mask & SpvMemoryAccessVolatileMask) && in Apply() local
12 template< class T> struct add_volatile { typedef volatile T type; }; argument