Home
last modified time | relevance | path

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

/freebsd-13.1/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
85 return typeError(ErrorLoc, in popType()
95 return typeError( in popType()
107 return typeError(ErrorLoc, StringRef("no local type specified for index ") + in getLocal()
115 return typeError(ErrorLoc, "end: insufficient values on the type stack"); in checkEnd()
120 return typeError( in checkEnd()
139 return typeError(ErrorLoc, StringRef("expected expression operand")); in getSymRef()
142 return typeError(ErrorLoc, StringRef("expected symbol operand")); in getSymRef()
164 return typeError(ErrorLoc, StringRef("symbol ") + WasmSym->getName() + in getGlobal()
176 typeError(ErrorLoc, in endOfFunction()
[all …]
H A DWebAssemblyAsmTypeCheck.h45 bool typeError(SMLoc ErrorLoc, const Twine &Msg);
/freebsd-13.1/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()
240 return typeError(ID, Node.getNodeKind(), in name()
265 return typeError(ID, N->getNodeKind()); in operator ()()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DPDB.cpp1106 Error typeError = std::move(source->typeMergingError); in addDebug() local
1107 if (typeError) { in addDebug()
1108 warnUnusable(source->file, std::move(typeError)); in addDebug()