Home
last modified time | relevance | path

Searched refs:typeError (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp72 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()
108 return typeError(ErrorLoc, StringRef("popped ") + in popRefType()
140 return typeError(ErrorLoc, in checkBr()
148 return typeError(ErrorLoc, "br " + IsStackTopInvalid.value()); in checkBr()
168 return typeError(ErrorLoc, "end " + IsStackTopInvalid.value()); in checkEnd()
185 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
188 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
214 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
[all …]
H A DWebAssemblyAsmTypeCheck.h41 bool typeError(SMLoc ErrorLoc, const Twine &Msg);
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRangeSelector.cpp36 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()
242 return typeError(ID, Node.getNodeKind(), in name()
267 return typeError(ID, N->getNodeKind()); in operator ()()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1118 Error typeError = std::move(source->typeMergingError); in addDebug() local
1119 if (typeError) { in addDebug()
1120 warnUnusable(source->file, std::move(typeError), in addDebug()