OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArgAttribute
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenIntrinsics.h
76
enum
ArgAttribute
{
79
std::vector<std::pair<unsigned,
ArgAttribute
> > ArgumentAttributes;
/external/llvm/utils/TableGen/
CodeGenIntrinsics.h
111
enum
ArgAttribute
{ NoCapture, Returned, ReadOnly, WriteOnly, ReadNone };
112
std::vector<std::pair<unsigned,
ArgAttribute
>> ArgumentAttributes;
Completed in 80 milliseconds