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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp143 setError(CurrentNode, "not a mapping");
168 setError(CurrentNode, "not a mapping");
177 setError(CurrentNode, Twine("missing required key '") + Key + "'");
200 setError(NN.second.get(), Twine("unknown key '") + NN.first() + "'");
221 setError(CurrentNode, "not a sequence");
288 setError(CurrentNode, "unknown enumerated scalar");
297 setError(CurrentNode, "expected sequence of bit values");
315 setError(CurrentNode, "unexpected scalar in sequence of bit values");
320 setError(CurrentNode, "expected sequence of bit values");
332 setError(S
353 void Input::setError(HNode *hnode, const Twine &message) { function in class:Input
368 void Input::setError(Node *node, const Twine &message) { function in class:Input
427 void Input::setError(const Twine &Message) { function in class:Input
735 void Output::setError(const Twine &message) { function in class:Output
[all...]
H A DLockFileManager.cpp167 setError(EC, S);
186 setError(EC, S);
194 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
933 setError("Cannot consume non-ascii characters", Current);
939 setError("Cannot consume non-ascii characters", Current);
992 setError( "Could not find expected : for simple key"
1314 setError("Expected quote at end of scalar", Current);
1344 setError("Found unexpected ':' while scanning a plain scalar", Current);
1372 setError("Found invalid tab character in indentation", Tmp);
1393 setError("Got empty plain scalar", Start);
1427 setError("Got empty alias or anchor", Start);
1498 setError("Expecte
1874 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2308 void Document::setError(const Twine &Message, Token &Location) const { function in class:Document
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h25 void setError(const Twine &msg);
H A DScriptParser.cpp185 setError("EOF expected, but got " + next());
189 setError("\"local:\" scope not supported in --dynamic-list");
200 setError("EOF expected, but got " + next());
212 setError("anonymous version definition is used in "
266 setError("unknown directive: " + tok);
276 setError("EOF expected, but got " + next());
324 setError("unable to find " + s);
366 setError("there is a cycle in linker script INCLUDEs");
375 setError("cannot find linker script " + tok);
440 setError("unknow
[all...]
H A DScriptLexer.cpp76 void ScriptLexer::setError(const Twine &msg) { function in class:ScriptLexer
237 setError("unexpected EOF");
287 setError(expect + " expected, but got " + tok);
/freebsd-13-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.cpp967 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " +
1118 IO.setError("Content and ContentArray can't be used together");
/freebsd-13-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.h791 virtual void setError(const Twine &) = 0;
1003 io.setError(Twine(Result));
1023 YamlIO.setError(Twine(Result));
1047 io.setError(Twine(Result));
1070 io.setError(Err);
1433 void setError(const Twine &message) override;
1512 void setError(HNode *hnode, const Twine &message);
1513 void setError(Node *node, const Twine &message);
1580 void setError(const Twine &message) override;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h35 /// Calling setError on an AtomicChange stores the error message and marks it as
77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } function in class:clang::tooling::AtomicChange
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h75 io.setError("key not an integer");
120 io.setError("key not an integer");
211 io.setError("key not an integer");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp133 IO.setError("Not a .tbe YAML file.");
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp431 void setError(Error E) { function in class:__anon3709::IRLinker
584 setError(NewProto.takeError());
619 setError(linkGlobalValueBody(*New, *SGV));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h179 YamlIO.setError("missing required key 'reg' or 'offset'");
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DTextStub.cpp776 IO.setError("unsupported file type");
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp395 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle));

Completed in 166 milliseconds