Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp140 setError(CurrentNode, "not a mapping"); in keys()
167 setError(CurrentNode, "not a mapping"); in preflightKey()
176 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
201 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
224 setError(CurrentNode, "not a sequence"); in beginSequence()
291 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
300 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar()
318 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch()
323 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch()
335 setError(SQ->Entries[i], "unknown bit value"); in endBitSetScalar()
[all …]
H A DLockFileManager.cpp166 setError(EC, S); in LockFileManager()
185 setError(EC, S); in LockFileManager()
193 setError(EC, "failed to get host id"); in LockFileManager()
206 setError(Out.error(), S); in LockFileManager()
231 setError(EC, S); in LockFileManager()
254 setError(EC, S); in LockFileManager()
H A DYAMLParser.cpp266 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner
1031 setError("Cannot consume non-ascii characters", Current); in consume()
1037 setError("Cannot consume non-ascii characters", Current); in consume()
1106 setError( "Could not find expected : for simple key" in unrollIndent()
1438 setError("Expected quote at end of scalar", Current); in scanPlainScalar()
1486 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar()
1507 setError("Got empty plain scalar", Start); in scanAliasOrAnchor()
1542 setError("Got empty alias or anchor", Start); in scanBlockScalarIndicators()
1633 setError("Expected a line break after block scalar header", Current); in findBlockScalarIndent()
1656 setError( in findBlockScalarIndent()
2007 void Node::setError(const Twine &Msg, Token &Tok) const { setError() function in Node
2444 void Document::setError(const Twine &Message, Token &Location) const { setError() function in Document
[all...]
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp204 setError("EOF expected, but got " + next()); in readDynamicList()
208 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
219 setError("EOF expected, but got " + next()); in readVersionScript()
231 setError("anonymous version definition is used in " in readVersionScriptCommand()
291 setError("unknown directive: " + tok); in readLinkerScript()
301 setError("EOF expected, but got " + next()); in readDefsym()
325 setError("cannot find " + s + " inside " + config->sysroot); in addFile()
362 setError("unable to find " + s); in addFile()
404 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
413 setError("cannot find linker script " + tok); in readInclude()
[all …]
H A DScriptLexer.cpp91 void ScriptLexer::setError(const Twine &msg) { in setError() function in ScriptLexer
168 setError("unclosed comment in a linker script"); in skipSpace()
256 setError("unexpected EOF"); in next()
296 setError(expect + " expected, but got " + tok); in expect()
H A DScriptLexer.h23 void setError(const Twine &msg);
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp44 IO.setError(Err); in mapping()
79 IO.setError("YAML Object File missing document type tag!"); in mapping()
81 IO.setError("YAML Object File unsupported document type tag '" +
H A DCOFFYAML.cpp571 IO.setError("Size must be at least " + Twine(sizeof(LoadConfig.Size))); in mapLoadConfig()
688 IO.setError("StructuredData and SectionData can't be used together"); in mapping()
695 IO.setError("StructuredData and SizeOfRawData can't be used together"); in mapping()
H A DXCOFFYAML.cpp335 IO.setError("an auxiliary symbol of type AUX_EXCEPT cannot be defined in " in mapping()
364 IO.setError( in mapping()
H A DELFYAML.cpp1241 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " + in toValue()
1400 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h75 io.setError("key not an integer");
120 io.setError("key not an integer");
214 io.setError("key not an integer");
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLockFileManager.h92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") {
H A DYAMLParser.h173 void setError(const Twine &Message, Token &Location) const;
576 void setError(const Twine &Message, Token &Location) const;
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp142 IO.setError("Not a .tbe YAML file."); in mapping()
155 IO.setError("Not a .tbe YAML file."); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGenData/
H A DOutlinedHashTreeRecord.cpp43 io.setError("Id not an integer"); in inputOne()
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp437 void setError(Error E) { in setError() function in __anone1f06e680211::IRLinker
607 setError(NewProto.takeError()); in materialize()
647 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h152 YamlIO.setError("missing required key 'reg' or 'offset'");
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp741 IO.setError("unsupported file type"); in mapping()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp832 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()