/minix3/external/bsd/libc++/dist/libcxx/test/thread/futures/futures.future_error/ |
H A D | code.pass.cpp | 22 std::error_code ec = std::make_error_code(std::future_errc::broken_promise); in main() local 27 std::error_code ec = std::make_error_code(std::future_errc::future_already_retrieved); in main() local 32 std::error_code ec = std::make_error_code(std::future_errc::promise_already_satisfied); in main() local 37 std::error_code ec = std::make_error_code(std::future_errc::no_state); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/thread/futures/futures.future_error/ |
H A D | code.pass.cpp | 24 std::error_code ec = std::make_error_code(std::future_errc::broken_promise); in main() local 29 std::error_code ec = std::make_error_code(std::future_errc::future_already_retrieved); in main() local 34 std::error_code ec = std::make_error_code(std::future_errc::promise_already_satisfied); in main() local 39 std::error_code ec = std::make_error_code(std::future_errc::no_state); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
H A D | int_error_category.pass.cpp | 22 std::error_condition ec(6, std::system_category()); in main() local 27 std::error_condition ec(8, std::generic_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
H A D | assign.pass.cpp | 22 std::error_condition ec; in main() local 28 std::error_condition ec; in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
H A D | assign.pass.cpp | 22 std::error_code ec; in main() local 28 std::error_code ec; in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
H A D | bool.pass.cpp | 23 const std::error_code ec(6, std::generic_category()); in main() local 27 const std::error_code ec(0, std::generic_category()); in main() local
|
H A D | default_error_condition.pass.cpp | 22 const std::error_code ec(6, std::generic_category()); in main() local 27 const std::error_code ec(6, std::system_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/ |
H A D | bool.pass.cpp | 23 const std::error_code ec(6, std::generic_category()); in main() local 27 const std::error_code ec(0, std::generic_category()); in main() local
|
H A D | default_error_condition.pass.cpp | 22 const std::error_code ec(6, std::generic_category()); in main() local 27 const std::error_code ec(6, std::system_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
H A D | int_error_category.pass.cpp | 22 std::error_code ec(6, std::system_category()); in main() local 27 std::error_code ec(8, std::generic_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/ |
H A D | assign.pass.cpp | 22 std::error_condition ec; in main() local 28 std::error_condition ec; in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
H A D | int_error_category.pass.cpp | 22 std::error_code ec(6, std::system_category()); in main() local 27 std::error_code ec(8, std::generic_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
H A D | assign.pass.cpp | 22 std::error_code ec; in main() local 28 std::error_code ec; in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
H A D | bool.pass.cpp | 23 const std::error_condition ec(6, std::generic_category()); in main() local 27 const std::error_condition ec(0, std::generic_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/ |
H A D | int_error_category.pass.cpp | 22 std::error_condition ec(6, std::system_category()); in main() local 27 std::error_condition ec(8, std::generic_category()); in main() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/ |
H A D | bool.pass.cpp | 23 const std::error_condition ec(6, std::generic_category()); in main() local 27 const std::error_condition ec(0, std::generic_category()); in main() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Object/ |
H A D | Object.cpp | 101 if (std::error_code ec = (*unwrap(Sym))->getSection(*unwrap(Sect))) in LLVMMoveToContainingSection() local 129 if (std::error_code ec = (*unwrap(SI))->getName(ret)) in LLVMGetSectionName() local 140 if (std::error_code ec = (*unwrap(SI))->getContents(ret)) in LLVMGetSectionContents() local 177 if (std::error_code ec = (*unwrap(SI))->getName(ret)) in LLVMGetSymbolName() local 184 if (std::error_code ec = (*unwrap(SI))->getAddress(ret)) in LLVMGetSymbolAddress() local 191 if (std::error_code ec = (*unwrap(SI))->getSize(ret)) in LLVMGetSymbolSize() local 199 if (std::error_code ec = (*unwrap(RI))->getAddress(ret)) in LLVMGetRelocationAddress() local 206 if (std::error_code ec = (*unwrap(RI))->getOffset(ret)) in LLVMGetRelocationOffset() local 218 if (std::error_code ec = (*unwrap(RI))->getType(ret)) in LLVMGetRelocationType() local 226 if (std::error_code ec = (*unwrap(RI))->getTypeName(ret)) in LLVMGetRelocationTypeName() local [all …]
|
/minix3/external/bsd/elftoolchain/dist/libelf/ |
H A D | libelf_extended.c | 58 _libelf_setshnum(Elf *e, void *eh, int ec, size_t shnum) in _libelf_setshnum() 88 _libelf_setshstrndx(Elf *e, void *eh, int ec, size_t shstrndx) in _libelf_setshstrndx() 117 _libelf_setphnum(Elf *e, void *eh, int ec, size_t phnum) in _libelf_setphnum()
|
H A D | gelf_ehdr.c | 61 int ec; in gelf_getehdr() local 116 gelf_newehdr(Elf *e, int ec) in gelf_newehdr() 129 int ec; in gelf_update_ehdr() local
|
H A D | elf_shstrndx.c | 43 int ec; in _libelf_getshdrstrndx() local 75 int ec; in elf_setshstrndx() local
|
H A D | elf_scn.c | 54 int ec, swapbytes; in _libelf_load_section_headers() local 141 int ec; in elf_getscn() local 180 int ec; in elf_newscn() local
|
H A D | gelf_shdr.c | 60 int ec; in gelf_getshdr() local 100 int ec; in gelf_update_shdr() local
|
/minix3/external/bsd/bind/dist/lib/dns/ |
H A D | pkcs11ecdsa_link.c | 85 pk11_object_t *ec = key->keydata.pkey; in pkcs11ecdsa_createctx() local 183 pk11_object_t *ec = key->keydata.pkey; in pkcs11ecdsa_sign() local 304 pk11_object_t *ec = key->keydata.pkey; in pkcs11ecdsa_verify() local 487 pk11_object_t *ec; in pkcs11ecdsa_generate() local 589 pk11_object_t *ec = key->keydata.pkey; in pkcs11ecdsa_isprivate() local 600 pk11_object_t *ec = key->keydata.pkey; in pkcs11ecdsa_destroy() local 633 pk11_object_t *ec; in pkcs11ecdsa_todns() local 665 pk11_object_t *ec; in pkcs11ecdsa_fromdns() local 753 pk11_object_t *ec; in pkcs11ecdsa_tofile() local 821 pk11_object_t *ec; in pkcs11ecdsa_fetch() local [all …]
|
/minix3/external/bsd/libc++/dist/libcxx/src/ |
H A D | mutex.cpp | 32 int ec = pthread_mutex_lock(&__m_); in lock() local 46 int ec = pthread_mutex_unlock(&__m_); in unlock() local 56 int ec = pthread_mutexattr_init(&attr); in recursive_mutex() local 92 int ec = pthread_mutex_lock(&__m_); in lock() local
|
H A D | condition_variable.cpp | 44 int ec = pthread_cond_wait(&__cv_, lk.mutex()->native_handle()); in wait() local 74 int ec = pthread_cond_timedwait(&__cv_, lk.mutex()->native_handle(), &ts); in __do_timed_wait() local
|