Searched refs:VOLATILE (Results 1 – 2 of 2) sorted by relevance
94 return isSet(VOLATILE) in isVolatile()174 set(VOLATILE, volatile) in setVolatile()282 const val VOLATILE = 1 shl 10 constant305 "volatile" -> VOLATILE in bit()324 FINAL or TRANSIENT or VOLATILE or DEPRECATED or VARARG or
98 if (modifierList.hasModifierProperty(PsiModifier.VOLATILE)) { in computeFlag()99 flags = flags or VOLATILE in computeFlag()