Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCSKYAttributeParserTest.cpp16 struct CSKYAttributeSection { struct
23 CSKYAttributeSection(unsigned tag, unsigned value) : Tag(tag) { in CSKYAttributeSection() argument
27 CSKYAttributeSection(unsigned tag, const char *value) : Tag(tag) { in CSKYAttributeSection() function
78 CSKYAttributeSection Section(Tag, Value); in testAttributeInt()
95 CSKYAttributeSection Section(Tag, Value); in testAttributeString()
110 CSKYAttributeSection Section(Tag, Value); in testParseError()