Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h60 void endOfFunction(SMLoc ErrorLoc);
H A DWebAssemblyAsmTypeCheck.cpp170 void WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc) {
H A DWebAssemblyAsmParser.cpp1116 TC.endOfFunction(ErrorLoc); in onEndOfFunction()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/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()
/dports/lang/rust/rustc-1.58.1-src/src/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.h60 void endOfFunction(SMLoc ErrorLoc);
H A DWebAssemblyAsmTypeCheck.cpp173 void WebAssemblyAsmTypeCheck::endOfFunction(SMLoc ErrorLoc) { in endOfFunction() function in llvm::WebAssemblyAsmTypeCheck
H A DWebAssemblyAsmParser.cpp1116 TC.endOfFunction(ErrorLoc); in onEndOfFunction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/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()
/dports/devel/llvm13/llvm-project-13.0.1.src/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);
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/IR/
H A DCheckUses.Mod143 endOfFunction = 4;
170 | endOfFunction:
1105 WarnSym(errList, pragmaHistory, proc.endOfProc, endOfFunction);
/dports/devel/binaryen/binaryen-version_98/src/wasm/
H A Dwasm-binary.cpp1587 endOfFunction = pos + size; in readFunctions()
1634 if (pos != endOfFunction) { in readFunctions()
1891 if (pos == endOfFunction) { in processExpressions()
2493 if (pos == endOfFunction) { in readExpression()
2805 assert(pos + 1 == endOfFunction); in continueControlFlow()
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-binary.h1338 Index endOfFunction = -1; variable