Home
last modified time | relevance | path

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

/external/llvm/lib/AsmParser/
DLLToken.h53 kw_to, enumerator
DLLParser.cpp2773 ParseToken(lltok::kw_to, "expected 'to' in constantexpr cast") || in ParseValID()
5043 ParseToken(lltok::kw_to, "expected 'to' in invoke") || in ParseInvoke()
5186 if (Lex.getKind() == lltok::kw_to) { in ParseCleanupRet()
5212 if (ParseToken(lltok::kw_to, "expected 'to' in catchret") || in ParseCatchRet()
5255 if (EatIfPresent(lltok::kw_to)) { in ParseCatchSwitch()
5411 ParseToken(lltok::kw_to, "expected 'to' after cast value") || in ParseCast()