Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DScriptParser.cpp194 setError("EOF expected, but got " + next()); in readDynamicList()
209 setError("EOF expected, but got " + next()); in readVersionScript()
277 setError("unknown directive: " + tok); in readLinkerScript()
336 setError("unable to find " + s); in addFile()
635 setError("unknown target: " + tok); in readTarget()
953 setError("expected filename pattern"); in readOutputSectionDescription()
1217 setError("unknown constant: " + s); in readConstant()
1317 setError("unrecognised flag: " + tok); in readInputSectionFlags()
1323 setError("expected & or )"); in readInputSectionFlags()
1531 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.h24 void setError(const Twine &msg);
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLTraits.cpp146 setError(CurrentNode, "not a mapping"); in keys()
171 setError(CurrentNode, "not a mapping"); in preflightKey()
228 setError(CurrentNode, "not a sequence"); in beginSequence()
295 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
350 setError(CurrentNode, "unexpected scalar"); in scalarString()
362 setError(hnode->_node, message); in setError()
375 void Input::setError(Node *node, const Twine &message) { in setError() function in Input
448 setError(N, "unknown node kind"); in createHNodes()
453 void Input::setError(const Twine &Message) { in setError() function in Input
454 setError(CurrentNode, Message); in setError()
[all …]
H A DLockFileManager.cpp167 setError(EC, S); in LockFileManager()
186 setError(EC, S); in LockFileManager()
194 setError(EC, "failed to get host id"); in LockFileManager()
207 setError(Out.error(), S); in LockFileManager()
230 setError(EC, OSS.str()); in LockFileManager()
253 setError(EC, S); in LockFileManager()
H A DYAMLParser.cpp1490 setError("Got empty plain scalar", Start); in scanPlainScalar()
1524 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1637 setError( in findBlockScalarIndent()
2008 Doc->setError(Msg, Tok); in setError()
2078 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2086 setError("Unrecognized escape code", T); in unescapeDoubleQuoted()
2226 setError("Null key in Key Value.", peekNext()); in getValue()
2382 setError("Could not find closing ]!", T); in increment()
2389 setError("Expected , between entries!", T); in increment()
2551 setError("Unexpected token", T); in parseBlockNode()
[all …]
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DObjectYAML.cpp42 IO.setError(Err); in mapping()
74 IO.setError("YAML Object File missing document type tag!"); in mapping()
76 IO.setError("YAML Object File unsupported document type tag '" + in mapping()
H A DXCOFFYAML.cpp294 IO.setError("an auxiliary symbol of type AUX_EXCEPT cannot be defined in " in mapping()
321 IO.setError( in mapping()
H A DELFYAML.cpp1193 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " + in toValue()
1352 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp73 Block *setError; // switch completion token and all values to error state member
205 machinery.setError = nullptr; // created lazily only if needed in setupCoroMachinery()
214 if (coro.setError) in setupSetErrorBlock()
215 return coro.setError; in setupSetErrorBlock()
217 coro.setError = coro.func.addBlock(); in setupSetErrorBlock()
218 coro.setError->moveBefore(coro.cleanup); in setupSetErrorBlock()
221 ImplicitLocOpBuilder::atBlockBegin(coro.func->getLoc(), coro.setError); in setupSetErrorBlock()
231 return coro.setError; in setupSetErrorBlock()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DLockFileManager.h92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") {
H A DYAMLParser.h172 void setError(const Twine &Message, Token &Location) const;
570 void setError(const Twine &Message, Token &Location) const;
/llvm-project-15.0.7/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");
/llvm-project-15.0.7/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
/llvm-project-15.0.7/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp141 IO.setError("Not a .tbe YAML file."); in mapping()
154 IO.setError("Not a .tbe YAML file."); in mapping()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DClangTidyOptions.cpp40 IO.setError("Too many elements in line range."); in element()
115 IO.setError("expected a sequence or map"); in yamlize()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DYAMLSerialization.cpp85 I.setError(llvm::toString(ID.takeError())); in denormalize()
327 I.setError(std::string("Bad hex file digest: ") + HexString); in denormalize()
/llvm-project-15.0.7/llvm/lib/Linker/
H A DIRMover.cpp429 void setError(Error E) { in setError() function in __anon496259980211::IRLinker
596 setError(NewProto.takeError()); in materialize()
636 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h174 YamlIO.setError("missing required key 'reg' or 'offset'");
/llvm-project-15.0.7/llvm/lib/TextAPI/
H A DTextStub.cpp776 IO.setError("unsupported file type"); in mapping()
/llvm-project-15.0.7/clang/unittests/Tooling/
H A DRefactoringTest.cpp1162 ExpectedChange.setError("ok"); in TEST_F()
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp618 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()