Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLToken.h49 kw_to, enumerator
DLLParser.cpp2093 ParseToken(lltok::kw_to, "expected 'to' in constantexpr cast") || in ParseValID()
3186 ParseToken(lltok::kw_to, "expected 'to' in invoke") || in ParseInvoke()
3365 ParseToken(lltok::kw_to, "expected 'to' after cast value") || in ParseCast()
/external/llvm/lib/AsmParser/
DLLToken.h75 kw_to, enumerator
DLLParser.cpp2937 ParseToken(lltok::kw_to, "expected 'to' in constantexpr cast") || in ParseValID()
5262 ParseToken(lltok::kw_to, "expected 'to' in invoke") || in ParseInvoke()
5405 if (Lex.getKind() == lltok::kw_to) { in ParseCleanupRet()
5431 if (ParseToken(lltok::kw_to, "expected 'to' in catchret") || in ParseCatchRet()
5474 if (EatIfPresent(lltok::kw_to)) { in ParseCatchSwitch()
5630 ParseToken(lltok::kw_to, "expected 'to' after cast value") || in ParseCast()