Home
last modified time | relevance | path

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

/freebsd-14.2/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()
224 setError(CurrentNode, "not a sequence"); in beginSequence()
291 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
335 setError(SQ->Entries[i], "unknown bit value"); in endBitSetScalar()
346 setError(CurrentNode, "unexpected scalar"); in scalarString()
358 setError(hnode->_node, message); in setError()
465 setError(N, "unknown node kind"); in createHNodes()
470 void Input::setError(const Twine &Message) { in setError() function in Input
471 setError(CurrentNode, Message); in setError()
[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()
229 setError(EC, OSS.str()); in LockFileManager()
252 setError(EC, S); in LockFileManager()
H A DYAMLParser.cpp1507 setError("Got empty plain scalar", Start); in scanPlainScalar()
1542 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1656 setError( in findBlockScalarIndent()
2025 Doc->setError(Msg, Tok); in setError()
2121 setError("Unrecognized escape code", T); in getDoubleQuotedValue()
2130 setError("Unrecognized escape code", T); in getDoubleQuotedValue()
2290 setError("Null key in Key Value.", peekNext()); in getValue()
2446 setError("Could not find closing ]!", T); in increment()
2453 setError("Expected , between entries!", T); in increment()
2615 setError("Unexpected token", T); in parseBlockNode()
[all …]
/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp197 setError("EOF expected, but got " + next()); in readDynamicList()
212 setError("EOF expected, but got " + next()); in readVersionScript()
280 setError("unknown directive: " + tok); in readLinkerScript()
340 setError("unable to find " + s); in addFile()
652 setError("unknown target: " + tok); in readTarget()
974 setError("expected filename pattern"); in readOutputSectionDescription()
1245 setError("unknown constant: " + s); in readConstant()
1345 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1351 setError("expected & or )"); in readInputSectionFlags()
1562 setError("malformed number: " + tok); in readPrimary()
[all …]
H A DScriptLexer.cpp96 void ScriptLexer::setError(const Twine &msg) { in setError() function in ScriptLexer
173 setError("unclosed comment in a linker script"); in skipSpace()
261 setError("unexpected EOF"); in next()
311 setError(expect + " expected, but got " + tok); in expect()
H A DScriptLexer.h23 void setError(const Twine &msg);
/freebsd-14.2/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 '" + in mapping()
H A DXCOFFYAML.cpp303 IO.setError("an auxiliary symbol of type AUX_EXCEPT cannot be defined in " in mapping()
332 IO.setError( in mapping()
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 DELFYAML.cpp1223 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " + in toValue()
1382 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h75 io.setError("key not an integer");
120 io.setError("key not an integer");
212 io.setError("key not an integer");
/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp436 void setError(Error E) { in setError() function in __anon8299d39e0211::IRLinker
606 setError(NewProto.takeError()); in materialize()
646 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h152 YamlIO.setError("missing required key 'reg' or 'offset'");
/freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp741 IO.setError("unsupported file type"); in mapping()
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp839 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()