Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dtorque-parser.cc2174 struct TorqueGrammar : Grammar { struct
2175 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 …]