/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 210 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/ |
D | FileSystem.h | 47 status_error, enumerator 97 explicit file_status(file_type v=file_type::status_error)
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 57 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/ |
D | FileSystem.h | 56 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/ |
D | FileOutputBuffer.cpp | 182 case fs::file_type::status_error: in create()
|
D | Path.cpp | 1019 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/ |
D | FileSystem.h | 68 status_error, enumerator 174 file_type Type = file_type::status_error;
|
/external/clang/include/clang/Basic/ |
D | VirtualFileSystem.h | 47 Status() : Type(llvm::sys::fs::file_type::status_error) {} in Status()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | PathV2.cpp | 669 return s.type() != file_type::status_error; in status_known()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | PathV2.inc | 325 result = file_status(file_type::status_error);
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 84 return Type != file_type::status_error; in isStatusKnown() 147 llvm::sys::fs::file_type::status_error, {}),
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 935 return s.type() != file_type::status_error; in status_known()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 933 return s.type() != file_type::status_error; in status_known()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | PathV2.inc | 518 result = file_status(file_type::status_error);
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 396 Result = file_status(file_type::status_error);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 415 Result = file_status(file_type::status_error);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 464 Result = file_status(file_type::status_error);
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 466 Result = file_status(file_type::status_error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Path.inc | 533 Result = file_status(file_type::status_error);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 697 Result = file_status(file_type::status_error);
|