Searched refs:setError (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp143 setError(CurrentNode, "not a mapping");
168 setError(CurrentNode, "not a mapping");
175 setError(CurrentNode, Twine("missing required key '") + Key + "'");
198 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'");
219 setError(CurrentNode, "not a sequence");
286 setError(CurrentNode, "unknown enumerated scalar");
295 setError(CurrentNode, "expected sequence of bit values");
313 setError(CurrentNode, "unexpected scalar in sequence of bit values");
318 setError(CurrentNode, "expected sequence of bit values");
330 setError(S
351 void Input::setError(HNode *hnode, const Twine &message) { function in class:Input
366 void Input::setError(Node *node, const Twine &message) { function in class:Input
425 void Input::setError(const Twine &Message) { function in class:Input
733 void Output::setError(const Twine &message) { function in class:Output
[all...]
H A DLockFileManager.cpp162 setError(EC, S);
181 setError(EC, S);
189 setError(EC, "failed to get host id");
207 setError(Out.error(), S);
230 setError(EC, OSS.str());
253 setError(EC, S);
H A DYAMLParser.cpp270 void setError(const Twine &Message, StringRef::iterator Position) { function in class:llvm::yaml::Scanner
285 void setError(const Twine &Message) { function in class:llvm::yaml::Scanner
286 setError(Message, Current);
937 setError("Cannot consume non-ascii characters");
943 setError("Cannot consume non-ascii characters");
996 setError( "Could not find expected : for simple key"
1318 setError("Expected quote at end of scalar", Current);
1348 setError("Found unexpected ':' while scanning a plain scalar", Current);
1376 setError("Found invalid tab character in indentation", Tmp);
1397 setError("Go
1878 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2312 void Document::setError(const Twine &Message, Token &Location) const { function in class:Document
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h25 void setError(const Twine &msg);
H A DScriptParser.cpp182 setError("EOF expected, but got " + next());
186 setError("\"local:\" scope not supported in --dynamic-list");
197 setError("EOF expected, but got " + next());
209 setError("anonymous version definition is used in "
263 setError("unknown directive: " + tok);
273 setError("EOF expected, but got " + next());
304 setError("unable to find " + s);
345 setError("there is a cycle in linker script INCLUDEs");
354 setError("cannot find linker script " + tok);
418 setError("unknow
[all...]
H A DScriptLexer.cpp76 void ScriptLexer::setError(const Twine &msg) { function in class:lld::elf::ScriptLexer
237 setError("unexpected EOF");
287 setError(expect + " expected, but got " + tok);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp57 IO.setError("YAML Object File missing document type tag!");
59 IO.setError("YAML Object File unsupported document type tag '" +
H A DELFYAML.cpp926 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " +
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") { function in class:llvm::LockFileManager
H A DYAMLParser.h167 void setError(const Twine &Message, Token &Location) const;
562 void setError(const Twine &Message, Token &Location) const;
H A DYAMLTraits.h790 virtual void setError(const Twine &) = 0;
1002 io.setError(Twine(Result));
1022 YamlIO.setError(Twine(Result));
1046 io.setError(Twine(Result));
1069 io.setError(Err);
1434 void setError(const Twine &message) override;
1513 void setError(HNode *hnode, const Twine &message);
1514 void setError(Node *node, const Twine &message);
1581 void setError(const Twine &message) override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h34 /// Calling setError on an AtomicChange stores the error message and marks it as
73 void setError(llvm::StringRef Error) { this->Error = Error; } function in class:clang::tooling::AtomicChange
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h74 io.setError("key not an integer");
119 io.setError("key not an integer");
210 io.setError("key not an integer");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp133 IO.setError("Not a .tbe YAML file.");
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileYAML.cpp779 io.setError(stream.str());
784 io.setError(Twine("file is wrong architecture. Expected ("
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp427 void setError(Error E) { function in class:__anon1920::IRLinker
580 setError(NewProto.takeError());
615 setError(linkGlobalValueBody(*New, *SGV));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h179 YamlIO.setError("missing required key 'reg' or 'offset'");
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp189 _io.setError(Twine("no such atom name: ") + name);
198 _io.setError(Twine("duplicate atom name: ") + name);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp776 IO.setError("unsupported file type");
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp358 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));

Completed in 352 milliseconds