Searched refs:IS_VOLATILE (Results 1 – 1 of 1) sorted by relevance
157 IS_VOLATILE = 0x1, enumerator165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),170 bool isVolatile() const { return Value.getInt() & IS_VOLATILE; } in isVolatile()