Searched refs:kAttrReadOnly (Results 1 – 3 of 3) sorted by relevance
/art/compiler/llvm/ |
D | intrinsic_func_list.def | 98 kAttrReadOnly | kAttrNoThrow, 119 kAttrReadOnly | kAttrNoThrow, 126 kAttrReadOnly | kAttrNoThrow, 133 kAttrReadOnly | kAttrNoThrow, 165 kAttrReadOnly | kAttrNoThrow, 172 kAttrReadOnly | kAttrNoThrow, 190 kAttrReadOnly | kAttrNoThrow, 206 kAttrReadOnly | kAttrNoThrow, 251 kAttrReadOnly | kAttrNoThrow, 258 kAttrReadOnly | kAttrNoThrow, [all …]
|
D | intrinsic_helper.h | 57 kAttrReadOnly = 1 << 1, enumerator
|
D | intrinsic_helper.cc | 140 if (info.attr_ & kAttrReadOnly) { in IntrinsicHelper()
|