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