Searched refs:typeError (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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() 140 return typeError(ErrorLoc, in checkBr() 145 return typeError(ErrorLoc, "br: insufficient values on the type stack"); in checkBr() 148 return typeError(ErrorLoc, "br " + IsStackTopInvalid.value()); in checkBr() 156 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd() [all …]
|
H A D | WebAssemblyAsmTypeCheck.h | 41 bool typeError(SMLoc ErrorLoc, const Twine &Msg);
|
/freebsd/contrib/llvm-project/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 189 return typeError(ID, Node->getNodeKind(), "MemberExpr"); in member() 235 return typeError(ID, Node.getNodeKind(), in name() 260 return typeError(ID, N->getNodeKind()); in operator ()()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 1118 Error typeError = std::move(source->typeMergingError); in addDebug() local 1119 if (typeError) { in addDebug() 1120 warnUnusable(source->file, std::move(typeError), in addDebug()
|