Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp234 bool WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc) { in endOfFunction() function in llvm::WebAssemblyAsmTypeCheck
375 if (endOfFunction(ErrorLoc)) in typeCheck()
383 if (Name == "return_call_indirect" && endOfFunction(ErrorLoc)) in typeCheck()
397 if (Name == "return_call" && endOfFunction(ErrorLoc)) in typeCheck()
H A DWebAssemblyAsmTypeCheck.h60 bool endOfFunction(SMLoc ErrorLoc);
H A DWebAssemblyAsmParser.cpp1135 TC.endOfFunction(ErrorLoc); in onEndOfFunction()