Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp67 bool IsNext(AsmToken::TokenKind Kind) { in IsNext() function in __anon7af60ea60111::WasmAsmParser
74 if (!IsNext(Kind)) in Expect()
122 if (!(IsNext(AsmToken::Comma) && IsNext(AsmToken::At) && in parseDirectiveType()