Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDWasmAsmParser.cpp74 bool isNext(AsmToken::TokenKind Kind) { in isNext() function in __anonba0f81980111::WasmAsmParser
82 if (!isNext(Kind)) in expect()
186 if (!(isNext(AsmToken::Comma) && isNext(AsmToken::At) && in parseDirectiveType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
HDWebAssemblyAsmParser.cpp272 bool isNext(AsmToken::TokenKind Kind) { in isNext() function in __anonf373c2d30111::WebAssemblyAsmParser
280 if (!isNext(Kind)) in expect()
336 if (!isNext(AsmToken::Comma)) in parseRegTypeList()
396 if (IsLoadStore && isNext(AsmToken::Colon)) { in checkForP2AlignIfLoadStore()
588 if (!isNext(AsmToken::Comma)) in ParseInstruction()