Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/utils/TableGen/
H A DCodeGenIntrinsics.h111 enum ArgAttribute { NoCapture, Returned, ReadOnly, WriteOnly, ReadNone }; enumerator
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmt.cpp1844 bool ReadOnly = true, ReadNone = true; in EmitAsmStmt() local