HomeSort by relevance Sort by last modified time
    Searched refs:HasError (Results 26 - 50 of 67) sorted by null

12 3

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
JITSymbol.h 50 HasError = 1U << 0,
75 bool hasError() const {
76 return (Flags & HasError) == HasError;
198 : Err(std::move(Err)), Flags(JITSymbolFlags::HasError) {}
225 if (Flags.hasError())
234 if (Flags.hasError())
242 if (Flags.hasError())
250 return !Flags.hasError() && (CachedAddr || GetAddress);
255 if (Flags.hasError())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
BinaryStreamArray.h 180 assert(Array && !HasError);
185 assert(Array && !HasError);
224 HasError = true;
235 bool HasError{false};
Error.h 450 : HasError(true)
471 : HasError(false)
511 if (!HasError)
520 Unchecked = HasError;
522 return !HasError;
539 return HasError && (*getErrorStorage())->template isA<ErrT>();
550 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
589 HasError = Other.HasError;
595 if (!HasError)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.cpp 67 HasError = true;
RuntimeDyldImpl.h 319 bool HasError;
473 ProcessAllSections(false), HasError(false) {
544 bool hasError() { return HasError; }
547 void clearError() { HasError = false; }
  /external/webrtc/webrtc/base/
task.h 103 bool HasError() const { return (GetState() == STATE_ERROR); }
taskparent.cc 93 if (child->HasError())
  /external/llvm/tools/llc/
llc.cpp 214 bool *HasError = static_cast<bool *>(Context);
216 *HasError = true;
259 bool HasError = false;
260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError);
489 auto HasError = *static_cast<bool *>(Context.getDiagnosticContext());
490 if (HasError)
  /external/image_io/src/gcontainer/
gcontainer.cc 61 if (jpeg_scanner.HasError()) {
127 !output_destination.HasError();
  /external/grpc-grpc/test/cpp/util/
proto_file_parser.h 74 bool HasError() const { return has_error_; }
grpc_tool.cc 194 if (parser->HasError() && print_mode) {
487 if (parser->HasError()) {
499 if (parser->HasError()) {
553 if (parser->HasError()) {
637 if (parser->HasError()) {
674 if (parser->HasError() && print_mode) {
731 if (parser->HasError()) {
756 if (parser->HasError()) {
836 if (parser->HasError()) {
849 if (parser->HasError()) {
    [all...]
  /external/libbrillo/brillo/errors/
error.h 71 bool HasError(const std::string& domain, const std::string& code) const;
error.cc 90 bool Error::HasError(const std::string& domain, const std::string& code) const {
  /external/pdfium/xfa/fxfa/fm2js/
cxfa_fmparser.h 22 bool HasError() const;
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 265 if (HasError() || raised_reset_)
281 if (HasError() || raised_reset_)
320 if (HasError() || raised_reset_)
386 bool XmppEngineImpl::HasError() {
xmppengineimpl.h 185 bool HasError();
  /external/pdfium/fxjs/
JS_Define.h 79 if (result.HasError()) {
107 if (result.HasError()) {
135 if (result.HasError()) {
  /external/swiftshader/third_party/subzero/src/
IceDefs.h 427 if (!HasError) {
428 HasError = true;
435 bool HasError = false;
IceCfg.h 82 bool hasError() const { return HasError; }
321 bool HasError = false;
  /external/image_io/src/jpeg/
jpeg_xmp_data_extractor.cc 26 if (HasError()) {
jpeg_apple_depth_builder.cc 57 if (scanner.HasError()) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 296 bool HasError;
425 ProcessAllSections(false), HasError(false) {
475 bool hasError() { return HasError; }
478 void clearError() { HasError = false; }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFGdbIndex.cpp 89 if (HasError) {
182 HasError = HasContent && !parseImpl(Data);
  /external/image_io/src/extras/
base64_decoder_data_destination.cc 66 if (!encoded_buffer || !transfer_range.IsValid() || HasError()) {
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 63 void HasError(const Status& s, StringPiece substr) {
421 HasError(InstantiateAndRun(flr0_, "XTimesTwo", {{"T", DT_FLOAT}},
436 HasError(InstantiateAndRun(flr0_, "XTimesTwo", {{"T", DT_FLOAT}},
639 HasError(InstantiateAndRun(flr0_, "XTimesTwo", {{"T", DT_FLOAT}}, options,
647 HasError(InstantiateAndRun(flr0_, "XTimesTwo",
658 HasError(
669 HasError(InstantiateAndRun(flr0_, "XTimesTwo", {{"T", DT_FLOAT}}, options,
676 HasError(
    [all...]

Completed in 1018 milliseconds

12 3