Searched refs:typeToString (Results 1 – 5 of 5) sorted by relevance
65 s += WebAssembly::typeToString(VT); in dumpTypeStack()90 WebAssembly::typeToString(EVT.value()) in popType()96 ErrorLoc, StringRef("popped ") + WebAssembly::typeToString(PVT) + in popType()97 ", expected " + WebAssembly::typeToString(EVT.value())); in popType()109 WebAssembly::typeToString(PVT) + in popRefType()142 ErrorLoc, StringRef("end got ") + WebAssembly::typeToString(PVT) + in checkEnd()143 ", expected " + WebAssembly::typeToString(EVT)); in checkEnd()
201 static std::string typeToString(Fortran::common::TypeCategory cat, int kind) { in typeToString() function230 typeId.append(typeToString(cat, kind)); in mangleArrayLiteral()251 static std::string typeToString(mlir::Type t) { in typeToString() function253 return "ref_" + typeToString(refT.getEleTy()); in typeToString()283 name.append(typeToString(funTy.getResult(0))); in mangleIntrinsicProcedure()286 name.append(".").append(typeToString(funTy.getInput(i))); in mangleIntrinsicProcedure()
49 OS << WebAssembly::typeToString(Type); in printTypes()71 << WebAssembly::typeToString( in emitGlobalType()82 << WebAssembly::typeToString(static_cast<wasm::ValType>(Type.ElemType)); in emitTableType()
102 const char *WebAssembly::typeToString(wasm::ValType Type) { in typeToString() function in WebAssembly111 S += WebAssembly::typeToString(Type); in typeListToString()
102 const char *typeToString(wasm::ValType Type);