Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.h157 IS_VOLATILE = 0x1, enumerator
165 (IsVolatile ? IS_VOLATILE : 0) | (IsUnused ? IS_UNUSED : 0)),
170 bool isVolatile() const { return Value.getInt() & IS_VOLATILE; } in isVolatile()