Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h60 void endOfFunction(SMLoc ErrorLoc);
H A DWebAssemblyAsmTypeCheck.cpp170 void WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc) { in endOfFunction() function in llvm::WebAssemblyAsmTypeCheck
H A DWebAssemblyAsmParser.cpp1116 TC.endOfFunction(ErrorLoc); in onEndOfFunction()