HomeSort by relevance Sort by last modified time
    Searched defs:status_error (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 47 status_error, enumerator in enum:llvm::sys::fs::file_type::_
97 explicit file_status(file_type v=file_type::status_error)
334 /// @results True if status() != status_error.
340 /// @param result Set to true if status() != status_error.
  /external/grpc-grpc/src/core/lib/surface/
call.cc 210 gpr_atm status_error; member in struct:grpc_call
522 grpc_error* status_error = local
523 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&c->status_error));
524 grpc_error_get_status(status_error, c->send_deadline,
527 GRPC_ERROR_UNREF(status_error);
710 gpr_atm_rel_store(&call->status_error, reinterpret_cast<gpr_atm>(error));
723 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&call->status_error)) !=
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 57 status_error, member in class:llvm::sys::fs::file_type
171 Type(file_type::status_error), Perms(perms_not_known) {}
188 Type(file_type::status_error), Perms(perms_not_known) {}
548 /// @returns True if status() != status_error.
554 /// @param result Set to true if status() != status_error.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
FileSystem.h 68 status_error, member in class:llvm::sys::fs::file_type
174 file_type Type = file_type::status_error;
674 /// @returns True if status() != status_error.
680 /// @param result Set to true if status() != status_error.
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
FileSystem.h 56 status_error, member in class:llvm::sys::fs::file_type
172 Type(file_type::status_error), Perms(perms_not_known) {}
189 Type(file_type::status_error), Perms(perms_not_known) {}
559 /// @returns True if status() != status_error.
565 /// @param result Set to true if status() != status_error.
    [all...]

Completed in 786 milliseconds