Home
last modified time | relevance | path

Searched defs:ReadNone (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enumerator
/external/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h46 const Attributes ReadNone = 1<<9; ///< Function does not access memory variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenIntrinsics.h137 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enumerator
/external/clang/lib/CodeGen/
DCGStmt.cpp1844 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local