Home
last modified time | relevance | path

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

/art/compiler/llvm/
Dintrinsic_func_list.def98 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 …]
Dintrinsic_helper.h57 kAttrReadOnly = 1 << 1, enumerator
Dintrinsic_helper.cc140 if (info.attr_ & kAttrReadOnly) { in IntrinsicHelper()