| /llvm-project-15.0.7/lld/ELF/ |
| H A D | ScriptParser.cpp | 194 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 D | ScriptLexer.cpp | 96 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 D | ScriptLexer.h | 24 void setError(const Twine &msg);
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 146 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 D | LockFileManager.cpp | 167 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 D | YAMLParser.cpp | 1490 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 D | ObjectYAML.cpp | 42 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 D | XCOFFYAML.cpp | 294 IO.setError("an auxiliary symbol of type AUX_EXCEPT cannot be defined in " in mapping() 321 IO.setError( in mapping()
|
| H A D | ELFYAML.cpp | 1193 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 D | AsyncToAsyncRuntime.cpp | 73 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 D | LockFileManager.h | 92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") {
|
| H A D | YAMLParser.h | 172 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 D | ModuleSummaryIndexYAML.h | 75 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 D | AtomicChange.h | 77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
|
| /llvm-project-15.0.7/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 141 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 D | ClangTidyOptions.cpp | 40 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 D | YAMLSerialization.cpp | 85 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 D | IRMover.cpp | 429 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 D | SIMachineFunctionInfo.h | 174 YamlIO.setError("missing required key 'reg' or 'offset'");
|
| /llvm-project-15.0.7/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 776 IO.setError("unsupported file type"); in mapping()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 1162 ExpectedChange.setError("ok"); in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 618 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
|