Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp139 setError(CurrentNode, "not a mapping"); in keys()
166 setError(CurrentNode, "not a mapping"); in preflightKey()
175 setError(CurrentNode, Twine("missing required key '") + Key + "'"); in preflightKey()
200 setError(ReportLoc, Twine("unknown key '") + NN.first() + "'"); in endMapping()
223 setError(CurrentNode, "not a sequence"); in beginSequence()
290 setError(CurrentNode, "unknown enumerated scalar"); in endEnumScalar()
299 setError(CurrentNode, "expected sequence of bit values"); in beginBitSetScalar()
317 setError(CurrentNode, "unexpected scalar in sequence of bit values"); in bitSetMatch()
322 setError(CurrentNode, "expected sequence of bit values"); in bitSetMatch()
334 setError(SQ->Entries[i], "unknown bit value"); in endBitSetScalar()
[all …]
H A DYAMLParser.cpp265 void setError(const Twine &Message, StringRef::iterator Position) { in setError() function in llvm::yaml::Scanner
1030 setError("Cannot consume non-ascii characters", Current); in consume()
1036 setError("Cannot consume non-ascii characters", Current); in consume()
1105 setError( "Could not find expected : for simple key" in removeStaleSimpleKeyCandidates()
1438 setError("Expected quote at end of scalar", Current); in scanFlowScalar()
1486 setError("Found invalid tab character in indentation", Tmp); in scanPlainScalar()
1507 setError("Got empty plain scalar", Start); in scanPlainScalar()
1542 setError("Got empty alias or anchor", Start); in scanAliasOrAnchor()
1633 setError("Expected a line break after block scalar header", Current); in scanBlockScalarHeader()
1656 setError( in findBlockScalarIndent()
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp190 setError("EOF expected, but got " + tok); in readDynamicList()
194 setError("\"local:\" scope not supported in --dynamic-list"); in readDynamicList()
206 setError("EOF expected, but got " + tok); in readVersionScript()
216 setError("unexpected EOF"); in readVersionScriptCommand()
220 setError("anonymous version definition is used in " in readVersionScriptCommand()
282 setError("unknown directive: " + tok); in readLinkerScript()
295 setError("EOF expected, but got " + next()); in readDefsym()
320 setError("cannot find " + s + " inside " + ctx.arg.sysroot); in addFile()
357 setError("unable to find " + s); in addFile()
396 setError("there is a cycle in linker script INCLUDEs"); in readInclude()
[all …]
H A DScriptLexer.cpp80 void ScriptLexer::setError(const Twine &msg) { in setError() function in ScriptLexer
174 setError("unclosed comment in a linker script"); in skipSpace()
237 setError("unexpected EOF"); in expect()
239 setError(expect + " expected, but got " + tok); in expect()
250 setError("unexpected EOF"); in till()
H A DScriptLexer.h70 void setError(const Twine &msg);
/freebsd/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 '" +
H A DCOFFYAML.cpp594 IO.setError("Size must be at least " + Twine(sizeof(LoadConfig.Size))); in mapLoadConfig()
711 IO.setError("StructuredData and SectionData can't be used together"); in mapping()
718 IO.setError("StructuredData and SizeOfRawData can't be used together"); in mapping()
H A DXCOFFYAML.cpp335 IO.setError("an auxiliary symbol of type AUX_EXCEPT cannot be defined in " in mapping()
364 IO.setError( in mapping()
H A DELFYAML.cpp1273 YamlIO.setError("an unknown value is used for symbol's 'Other' field: " + in toValue()
1432 IO.setError("Content and ContentArray can't be used together"); in sectionMapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h77 io.setError("key not an integer");
122 io.setError("key not an integer");
221 io.setError("key not an integer");
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h175 void setError(const Twine &Message, Token &Location) const;
578 void setError(const Twine &Message, Token &Location) const;
/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DOutlinedHashTreeRecord.cpp43 io.setError("Id not an integer"); in inputOne()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfYAML.h151 Io.setError("Key is not a valid validation event");
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp338 void setError(Error E) { in setError() function in __anone1f06e680211::IRLinker
506 setError(NewProto.takeError()); in materialize()
546 setError(linkGlobalValueBody(*New, *SGV)); in materialize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h158 YamlIO.setError("missing required key 'reg' or 'offset'");
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp740 IO.setError("unsupported file type"); in mapping()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp901 IO.setError(Twine("Unknown value for BasedOnStyle: ", BasedOnStyle)); in mapping()