| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 140 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 D | LockFileManager.cpp | 166 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 D | YAMLParser.cpp | 1507 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 D | ScriptParser.cpp | 197 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 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 | 23 void setError(const Twine &msg);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ObjectYAML.cpp | 44 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 D | XCOFFYAML.cpp | 303 IO.setError("an auxiliary symbol of type AUX_EXCEPT cannot be defined in " in mapping() 332 IO.setError( in mapping()
|
| H A D | COFFYAML.cpp | 571 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 D | ELFYAML.cpp | 1223 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 D | LockFileManager.h | 92 void setError(const std::error_code &EC, StringRef ErrorMsg = "") {
|
| H A D | YAMLParser.h | 173 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 D | ModuleSummaryIndexYAML.h | 75 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 D | AtomicChange.h | 77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 142 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 D | IRMover.cpp | 436 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 D | SIMachineFunctionInfo.h | 152 YamlIO.setError("missing required key 'reg' or 'offset'");
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 741 IO.setError("unsupported file type"); in mapping()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 839 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
|