Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h81 kw_to, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp4180 parseToken(lltok::kw_to, "expected 'to' in constantexpr cast") || in parseValID()
7305 parseToken(lltok::kw_to, "expected 'to' in invoke") || in parseInvoke()
7425 if (Lex.getKind() == lltok::kw_to) { in parseCleanupRet()
7451 if (parseToken(lltok::kw_to, "expected 'to' in catchret") || in parseCatchRet()
7492 if (EatIfPresent(lltok::kw_to)) { in parseCatchSwitch()
7601 parseToken(lltok::kw_to, "expected 'to' in callbr") || in parseCallBr()
7765 parseToken(lltok::kw_to, "expected 'to' after cast value") || in parseCast()