Searched refs:LP_FUNC_ATTR_WRITEONLY (Results 1 – 2 of 2) sorted by relevance
58 LP_FUNC_ATTR_WRITEONLY = LLVM_VERSION_MAJOR >= 4 ? (1 << 7) : 0, enumerator
162 case LP_FUNC_ATTR_WRITEONLY: return "writeonly"; in attr_to_str()