Home
last modified time | relevance | path

Searched refs:ErrorCollector (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm-project/llvm/tools/llvm-elfabi/
DErrorCollector.h30 class ErrorCollector {
34 ErrorCollector(bool UseFatalErrors = true) : ErrorsAreFatal(UseFatalErrors) {} in ErrorsAreFatal()
36 ErrorCollector(const ErrorCollector &Stub) = delete;
37 ErrorCollector &operator=(const ErrorCollector &Other) = delete;
38 ~ErrorCollector();
DErrorCollector.cpp19 void ErrorCollector::escalateToFatal() { ErrorsAreFatal = true; } in escalateToFatal()
21 void ErrorCollector::addError(Error &&Err, StringRef Tag) { in addError()
28 Error ErrorCollector::makeError() { in makeError()
40 void ErrorCollector::log(raw_ostream &OS) { in log()
49 bool ErrorCollector::allErrorsHandled() const { return Errors.empty(); } in allErrorsHandled()
51 ErrorCollector::~ErrorCollector() { in ~ErrorCollector()
60 LLVM_ATTRIBUTE_NORETURN void ErrorCollector::fatalUnhandledError() { in fatalUnhandledError()
DCMakeLists.txt9 ErrorCollector.cpp
Dllvm-elfabi.cpp91 ErrorCollector EC(/*UseFatalErrors=*/false); in readInputFile()
/external/protobuf/src/google/protobuf/io/
Dtokenizer.h54 class ErrorCollector; variable
66 class PROTOBUF_EXPORT ErrorCollector {
68 inline ErrorCollector() {} in ErrorCollector() function
69 virtual ~ErrorCollector();
84 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
98 Tokenizer(ZeroCopyInputStream* input, ErrorCollector* error_collector);
265 ErrorCollector* error_collector_;
Dtokenizer.cc190 ErrorCollector::~ErrorCollector() {} in ~ErrorCollector()
195 ErrorCollector* error_collector) in Tokenizer()
/external/google-styleguide/cpplint/
Dcpplint_unittest.py55 class ErrorCollector(object): class
128 error_collector = ErrorCollector(self.assert_)
146 error_collector = ErrorCollector(self.assert_)
163 error_collector = ErrorCollector(self.assert_)
191 error_collector = ErrorCollector(self.assert_)
203 error_collector = ErrorCollector(self.assert_)
243 error_collector = ErrorCollector(self.assert_)
260 error_collector = ErrorCollector(self.assert_)
466 error_collector = ErrorCollector(self.assert_)
475 error_collector = ErrorCollector(self.assert_)
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1258 DescriptorPool::ErrorCollector::~ErrorCollector() {} in ~ErrorCollector()
1273 ErrorCollector* error_collector) in DescriptorPool()
3127 DescriptorPool::ErrorCollector* error_collector);
3140 DescriptorPool::ErrorCollector* error_collector_;
3173 DescriptorPool::ErrorCollector::ErrorLocation location,
3176 DescriptorPool::ErrorCollector::ErrorLocation location,
3186 DescriptorPool::ErrorCollector::ErrorLocation location,
3190 DescriptorPool::ErrorCollector::ErrorLocation location,
3433 bool AddOptionError(DescriptorPool::ErrorCollector::ErrorLocation location, in AddOptionError()
3443 return AddOptionError(DescriptorPool::ErrorCollector::OPTION_NAME, msg); in AddNameError()
[all …]
Ddescriptor.h1567 class ErrorCollector; variable
1569 ErrorCollector* error_collector = nullptr);
1630 class PROTOBUF_EXPORT ErrorCollector {
1632 inline ErrorCollector() {} in ErrorCollector() function
1633 virtual ~ErrorCollector();
1675 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(ErrorCollector);
1687 const FileDescriptorProto& proto, ErrorCollector* error_collector);
1852 ErrorCollector* default_error_collector_;
Dtext_format.h62 class ErrorCollector; // tokenizer.h variable
525 void RecordErrorsTo(io::ErrorCollector* error_collector) { in RecordErrorsTo()
584 io::ErrorCollector* error_collector_;
Dtext_format.cc256 io::ErrorCollector* error_collector, in ParserImpl()
1177 class ParserErrorCollector : public io::ErrorCollector {
1197 io::ErrorCollector* error_collector_;
1401 io::ErrorCollector* error_collector) { in CheckParseInputSize()
/external/junit-params/src/test/java/junitparams/
DRulesTest.java5 import org.junit.rules.ErrorCollector;
25 public ErrorCollector errors = new ErrorCollector();
/external/protobuf/src/google/protobuf/compiler/
Dparser.h92 void RecordErrorsTo(io::ErrorCollector* error_collector) { in RecordErrorsTo()
263 DescriptorPool::ErrorCollector::ErrorLocation location);
527 io::ErrorCollector* error_collector_;
568 DescriptorPool::ErrorCollector::ErrorLocation location, int* line,
575 DescriptorPool::ErrorCollector::ErrorLocation location, int line,
585 std::pair<const Message*, DescriptorPool::ErrorCollector::ErrorLocation>,
Dparser.cc473 DescriptorPool::ErrorCollector::ErrorLocation location) { in RecordLegacyLocation()
636 DescriptorPool::ErrorCollector::OTHER); in Parse()
759 DescriptorPool::ErrorCollector::NAME); in ParseMessageDefinition()
936 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::TYPE); in ParseMessageFieldNoLabel()
1009 location.RecordLegacyLocation(field, DescriptorPool::ErrorCollector::NAME); in ParseMessageFieldNoLabel()
1031 DescriptorPool::ErrorCollector::NUMBER); in ParseMessageFieldNoLabel()
1059 DescriptorPool::ErrorCollector::NAME); in ParseMessageFieldNoLabel()
1205 DescriptorPool::ErrorCollector::DEFAULT_VALUE); in ParseDefaultAssignment()
1340 DescriptorPool::ErrorCollector::OPTION_NAME); in ParseJsonName()
1347 field, DescriptorPool::ErrorCollector::OPTION_VALUE); in ParseJsonName()
[all …]
Dimporter.h102 DescriptorPool::ErrorCollector* GetValidationErrorCollector() { in GetValidationErrorCollector()
124 : public DescriptorPool::ErrorCollector {
Dimporter.cc92 : public io::ErrorCollector {
196 if (location == DescriptorPool::ErrorCollector::IMPORT) { in AddError()
212 if (location == DescriptorPool::ErrorCollector::IMPORT) { in AddWarning()
Dparser_unittest.cc63 class MockErrorCollector : public io::ErrorCollector {
82 class MockValidationErrorCollector : public DescriptorPool::ErrorCollector {
85 io::ErrorCollector* wrapped_collector) in MockValidationErrorCollector()
95 if (location == DescriptorPool::ErrorCollector::IMPORT) { in AddError()
105 io::ErrorCollector* wrapped_collector_;
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-elfabi/
DBUILD.gn9 "ErrorCollector.cpp",
/external/junit/
DREADME.version9 Don't convert assumption failures into errors in rules/ErrorCollector
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.h64 DescriptorPool::ErrorCollector* error_collector;
Ddescriptor_pool.cc72 class BuildFileErrorCollector : public DescriptorPool::ErrorCollector {
220 PyObject* SetErrorFromCollector(DescriptorPool::ErrorCollector* self, in SetErrorFromCollector()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dparse_text_proto.cc29 class NoOpErrorCollector : public protobuf::io::ErrorCollector {
/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils.h40 class StringErrorCollector : public protobuf::io::ErrorCollector {
/external/junit/src/main/java/org/junit/rules/
DErrorCollector.java37 public class ErrorCollector extends Verifier { class
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dxla_mlir_translate.cc43 class NoOpErrorCollector : public tensorflow::protobuf::io::ErrorCollector {

12