Home
last modified time | relevance | path

Searched refs:status_error (Results 1 – 20 of 20) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dcall.cc210 gpr_atm status_error; member
522 grpc_error* status_error = in destroy_call() local
523 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&c->status_error)); in destroy_call()
524 grpc_error_get_status(status_error, c->send_deadline, in destroy_call()
527 GRPC_ERROR_UNREF(status_error); in destroy_call()
710 gpr_atm_rel_store(&call->status_error, reinterpret_cast<gpr_atm>(error)); in set_final_status()
723 reinterpret_cast<grpc_error*>(gpr_atm_acq_load(&call->status_error)) != in set_final_status()
1668 grpc_error* status_error = in call_start_batch() local
1683 if (status_error != GRPC_ERROR_NONE) { in call_start_batch()
1686 status_error = in call_start_batch()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DFileSystem.h47 status_error, enumerator
97 explicit file_status(file_type v=file_type::status_error)
/external/llvm/include/llvm/Support/
DFileSystem.h57 status_error, enumerator
171 Type(file_type::status_error), Perms(perms_not_known) {} in file_status()
188 Type(file_type::status_error), Perms(perms_not_known) {}
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h56 status_error, enumerator
172 Type(file_type::status_error), Perms(perms_not_known) {} in file_status()
189 Type(file_type::status_error), Perms(perms_not_known) {}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileOutputBuffer.cpp182 case fs::file_type::status_error: in create()
DPath.cpp1019 return s.type() != file_type::status_error; in status_known()
1025 return file_type::status_error; in get_file_type()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DFileSystem.h68 status_error, enumerator
174 file_type Type = file_type::status_error;
/external/clang/include/clang/Basic/
DVirtualFileSystem.h47 Status() : Type(llvm::sys::fs::file_type::status_error) {} in Status()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp669 return s.type() != file_type::status_error; in status_known()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc325 result = file_status(file_type::status_error);
/external/clang/lib/Basic/
DVirtualFileSystem.cpp84 return Type != file_type::status_error; in isStatusKnown()
147 llvm::sys::fs::file_type::status_error, {}),
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp935 return s.type() != file_type::status_error; in status_known()
/external/llvm/lib/Support/
DPath.cpp933 return s.type() != file_type::status_error; in status_known()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc518 result = file_status(file_type::status_error);
/external/llvm/lib/Support/Unix/
DPath.inc396 Result = file_status(file_type::status_error);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc415 Result = file_status(file_type::status_error);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc464 Result = file_status(file_type::status_error);
/external/llvm/lib/Support/Windows/
DPath.inc466 Result = file_status(file_type::status_error);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DPath.inc533 Result = file_status(file_type::status_error);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DPath.inc697 Result = file_status(file_type::status_error);