Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp209 bool WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc) { in endOfFunction() function in llvm::WebAssemblyAsmTypeCheck
285 if (endOfFunction(ErrorLoc)) in typeCheck()
291 if (Name == "return_call_indirect" && endOfFunction(ErrorLoc)) in typeCheck()
304 if (Name == "return_call" && endOfFunction(ErrorLoc)) in typeCheck()
H A DWebAssemblyAsmTypeCheck.h57 bool endOfFunction(SMLoc ErrorLoc);
H A DWebAssemblyAsmParser.cpp1106 TC.endOfFunction(ErrorLoc); in onEndOfFunction()