Searched defs:TorqueGrammar (Results 1 – 1 of 1) sorted by relevance
2174 struct TorqueGrammar : Grammar { struct2175 static bool MatchWhitespace(InputPosition* pos) { in MatchWhitespace()2191 static bool MatchIdentifier(InputPosition* pos) { in MatchIdentifier()2201 static bool MatchAnnotation(InputPosition* pos) { in MatchAnnotation()2209 static bool MatchIntrinsicName(InputPosition* pos) { in MatchIntrinsicName()2217 static bool MatchStringLiteral(InputPosition* pos) { in MatchStringLiteral()2243 static bool MatchHexLiteral(InputPosition* pos) { in MatchHexLiteral()2255 static bool MatchIntegerLiteral(InputPosition* pos) { in MatchIntegerLiteral()2267 static bool MatchFloatingPointLiteral(InputPosition* pos) { in MatchFloatingPointLiteral()2288 static base::Optional<ParseResult> MakeExtendedVectorIfAnnotation( in MakeExtendedVectorIfAnnotation()[all …]