• Home
  • Raw
  • Download

Lines Matching refs:Case

267     .Case("int", tgtok::Int)  in LexIdentifier()
268 .Case("bit", tgtok::Bit) in LexIdentifier()
269 .Case("bits", tgtok::Bits) in LexIdentifier()
270 .Case("string", tgtok::String) in LexIdentifier()
271 .Case("list", tgtok::List) in LexIdentifier()
272 .Case("code", tgtok::Code) in LexIdentifier()
273 .Case("dag", tgtok::Dag) in LexIdentifier()
274 .Case("class", tgtok::Class) in LexIdentifier()
275 .Case("def", tgtok::Def) in LexIdentifier()
276 .Case("foreach", tgtok::Foreach) in LexIdentifier()
277 .Case("defm", tgtok::Defm) in LexIdentifier()
278 .Case("multiclass", tgtok::MultiClass) in LexIdentifier()
279 .Case("field", tgtok::Field) in LexIdentifier()
280 .Case("let", tgtok::Let) in LexIdentifier()
281 .Case("in", tgtok::In) in LexIdentifier()
468 .Case("eq", tgtok::XEq) in LexExclaim()
469 .Case("if", tgtok::XIf) in LexExclaim()
470 .Case("head", tgtok::XHead) in LexExclaim()
471 .Case("tail", tgtok::XTail) in LexExclaim()
472 .Case("con", tgtok::XConcat) in LexExclaim()
473 .Case("add", tgtok::XADD) in LexExclaim()
474 .Case("and", tgtok::XAND) in LexExclaim()
475 .Case("shl", tgtok::XSHL) in LexExclaim()
476 .Case("sra", tgtok::XSRA) in LexExclaim()
477 .Case("srl", tgtok::XSRL) in LexExclaim()
478 .Case("cast", tgtok::XCast) in LexExclaim()
479 .Case("empty", tgtok::XEmpty) in LexExclaim()
480 .Case("subst", tgtok::XSubst) in LexExclaim()
481 .Case("foreach", tgtok::XForEach) in LexExclaim()
482 .Case("listconcat", tgtok::XListConcat) in LexExclaim()
483 .Case("strconcat", tgtok::XStrConcat) in LexExclaim()