Searched refs:typeError (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmTypeCheck.cpp | 72 bool WebAssemblyAsmTypeCheck::typeError(SMLoc ErrorLoc, const Twine &Msg) { in typeError() function in llvm::WebAssemblyAsmTypeCheck 88 return typeError(ErrorLoc, in popType() 95 return typeError(ErrorLoc, in popType() 104 return typeError(ErrorLoc, StringRef("empty stack while popping reftype")); in popRefType() 108 return typeError(ErrorLoc, StringRef("popped ") + in popRefType() 119 return typeError(ErrorLoc, StringRef("no local type specified for index ") + in getLocal() 127 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd() 141 return typeError( in checkEnd() 160 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef() 163 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef() [all …]
|
| H A D | WebAssemblyAsmTypeCheck.h | 40 bool typeError(SMLoc ErrorLoc, const Twine &Msg);
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/ |
| H A D | RangeSelector.cpp | 36 static Error typeError(StringRef ID, const ASTNodeKind &Kind) { in typeError() function 41 static Error typeError(StringRef ID, const ASTNodeKind &Kind, in typeError() function 196 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member() 240 return typeError(ID, Node.getNodeKind(), in name() 265 return typeError(ID, N->getNodeKind()); in operator ()()
|
| /openbsd-src/gnu/llvm/lld/COFF/ |
| H A D | PDB.cpp | 1117 Error typeError = std::move(source->typeMergingError); in addDebug() local 1118 if (typeError) { in addDebug() 1119 warnUnusable(source->file, std::move(typeError), in addDebug()
|