Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DCSKYAttributeParserTest.cpp74 static bool testAttributeInt(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttributeInt() argument
86 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttributeInt()
91 unsigned ExpectedTag, in testAttributeString() argument
103 Optional<StringRef> Attr = Parser.getAttributeString(ExpectedTag); in testAttributeString()
H A DRISCVAttributeParserTest.cpp35 static bool testAttribute(unsigned Tag, unsigned Value, unsigned ExpectedTag, in testAttribute() argument
47 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testAttribute()
H A DARMAttributeParser.cpp29 unsigned ExpectedTag, unsigned ExpectedValue) { in testBuildAttr() argument
40 Optional<unsigned> Attr = Parser.getAttributeValue(ExpectedTag); in testBuildAttr()