Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLToken.h91 kw_unwind, enumerator
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3947 parseOptionalToken(lltok::kw_unwind, CanThrow) || in parseValID()
7307 parseToken(lltok::kw_unwind, "expected 'unwind' in invoke") || in parseInvoke()
7421 if (parseToken(lltok::kw_unwind, "expected 'unwind' in cleanupret")) in parseCleanupRet()
7488 if (parseToken(lltok::kw_unwind, "expected 'unwind' after catchswitch scope")) in parseCatchSwitch()