| /openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/Base/ |
| H A D | Common.pm | 571 sub IO::Compress::Base::Parameters::setError 607 return $self->setError("Expected even number of parameters, got 1") 618 return $self->setError("Expected even number of parameters, got $count") 661 return $self->setError("Muliple instances of '$key' found") 678 return $self->setError("unknown key value(s) $bad") ; 699 return $self->setError("Parameter '$key' not writable") 704 return $self->setError("Parameter '$key' not a scalar reference") 711 return $self->setError("Parameter '$key' not a scalar") 731 return $self->setError("Parameter '$key' must be an unsigned int, got 'undef'") 733 return $self->setError("Paramete [all...] |
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | ScriptParser.cpp | 194 setError("EOF expected, but got " + next()); in readDynamicList() 198 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList() 209 setError("EOF expected, but got " + next()); in readVersionScript() 221 setError("anonymous version definition is used in " in readVersionScriptCommand() 277 setError("unknown directive: " + tok); in readLinkerScript() 287 setError("EOF expected, but got " + next()); in readDefsym() 299 setError("cannot find " + s + " inside " + config->sysroot); in addFile() 336 setError("unable to find " + s); in addFile() 378 setError("there is a cycle in linker script INCLUDEs"); in readInclude() 387 setError("cannot find linker script " + tok); in readInclude() [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);
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 146 setError(CurrentNode, "not a mapping"); in keys() 171 setError(CurrentNode, "not a mapping"); in preflightKey() 180 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey() 205 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping() 228 setError(CurrentNode, "not a sequence"); in beginSequence() 295 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar() 304 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar() 322 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch() 327 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch() 339 setError(SQ->Entries[i].get(), "unknown bit value"); in endBitSetScalar() [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 | 266 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner 1022 setError("Cannot consume non-ascii characters", Current); in consume() 1028 setError("Cannot consume non-ascii characters", Current); in consume() 1088 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates() 1410 setError("Expected quote at end of scalar", Current); in scanFlowScalar() 1441 setError("Found unexpected ':' while scanning a plain scalar", Current); in scanPlainScalar() 1469 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar() 1490 setError("Got empty plain scalar", Start); in scanPlainScalar() 1524 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor() 1614 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/lib/Compress/Raw/ |
| H A D | Zlib.pm | 188 sub Compress::Raw::Zlib::Parameters::setError 223 return $self->setError("Expected even number of parameters, got 1") 233 return $self->setError("Expected even number of parameters, got $count") 289 return $self->setError("unknown key value(s) @Bad") ; 325 return $self->setError("Parameter '$key' must be an unsigned int, got 'undef'") 327 return $self->setError("Parameter '$key' must be an unsigned int, got '$value'") 335 return $self->setError("Parameter '$key' must be a signed int, got 'undef'") 337 return $self->setError("Parameter '$key' must be a signed int, got '$value'") 345 return $self->setError("Parameter '$key' must be an int, got '$value'")
|
| /openbsd-src/gnu/llvm/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 | 1207 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " + in toValue() 1366 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
|
| /openbsd-src/gnu/llvm/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; 571 void setError(const Twine &Message, Token &Location) const;
|
| /openbsd-src/gnu/llvm/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");
|
| /openbsd-src/gnu/llvm/clang/include/clang/Tooling/Refactoring/ |
| H A D | AtomicChange.h | 77 void setError(llvm::StringRef Error) { this->Error = std::string(Error); } in setError() function
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Linker/ |
| H A D | IRMover.cpp | 432 void setError(Error E) { in setError() function in __anon61347bbf0211::IRLinker 602 setError(NewProto.takeError()); in materialize() 642 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIMachineFunctionInfo.h | 149 YamlIO.setError("missing required key 'reg' or 'offset'");
|
| /openbsd-src/gnu/llvm/llvm/lib/TextAPI/ |
| H A D | TextStub.cpp | 776 IO.setError("unsupported file type"); in mapping()
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 788 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()
|