| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | arith-1.c | 14 # error /* { dg-bogus "error" } */ 19 # error /* { dg-bogus "error" } */ 24 # error /* { dg-bogus "error" } */ 29 # error /* { dg-bogus "error" } */ 34 # error /* { dg-bogus "error" } */ 42 # error /* { dg-bogus "error" } */ 47 # error /* { dg-bogus "error" } */ 51 # error /* { dg-bogus "error" } */ 59 # error /* { dg-bogus "error" } */ 63 # error /* { dg-bogus "error" } */ [all …]
|
| H A D | arith-3.c | 123 # error Please extend the macros here so that this file tests your target 158 # error /* { dg-bogus "error" } */ 162 # error /* { dg-bogus "error" } */ 166 # error /* { dg-bogus "error" } */ 170 # error /* { dg-bogus "error" } */ 181 # error /* { dg-bogus "error" } */ 185 # error /* { dg-bogus "error" } */ 189 # error /* { dg-bogus "error" } */ 193 # error /* { dg-bogus "error" } */ 197 # error /* { dg-bogus "error" } */ [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | SymbolRecordMapping.cpp | 14 #define error(X) \ macro 21 error(IO.mapInteger(Gap.GapStartOffset)); in operator ()() 22 error(IO.mapInteger(Gap.Range)); in operator ()() 30 error(IO.mapInteger(Range.OffsetStart)); in mapLocalVariableAddrRange() 31 error(IO.mapInteger(Range.ISectStart)); in mapLocalVariableAddrRange() 32 error(IO.mapInteger(Range.Range)); in mapLocalVariableAddrRange() 37 error(IO.beginRecord(MaxRecordLength - sizeof(RecordPrefix))); in visitSymbolBegin() 42 error(IO.padToAlignment(alignOf(Container))); in visitSymbolEnd() 43 error(IO.endRecord()); in visitSymbolEnd() 49 error(IO.mapInteger(Block.Parent)); in visitKnownRecord() [all …]
|
| H A D | TypeRecordMapping.cpp | 38 #define error(X) \ macro 147 error(IO.mapInteger(Method.Attrs.Attrs, "Attrs: " + Attrs)); in operator ()() 150 error(IO.mapInteger(Padding)); in operator ()() 152 error(IO.mapInteger(Method.Type, "Type")); in operator ()() 154 error(IO.mapInteger(Method.VFTableOffset, "VFTableOffset")); in operator ()() 159 error(IO.mapStringZ(Method.Name, "Name")); in operator ()() 208 error(IO.mapStringZ(N)); in mapNameAndUniqueName() 209 error(IO.mapStringZ(U)); in mapNameAndUniqueName() 211 error(IO.mapStringZ(Name)); in mapNameAndUniqueName() 212 error(IO.mapStringZ(UniqueName)); in mapNameAndUniqueName() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| H A D | c99-float-1.c | 12 #error "FLT_ROUNDS undefined" 16 #error "FLT_RADIX undefined" 20 #error "FLT_MANT_DIG undefined" 24 #error "FLT_DIG undefined" 28 #error "FLT_MIN_EXP undefined" 32 #error "FLT_MIN_10_EXP undefined" 36 #error "FLT_MAX_EXP undefined" 40 #error "FLT_MAX_10_EXP undefined" 44 #error "FLT_MAX undefined" 48 #error "FLT_EPSILON undefined" [all …]
|
| H A D | c90-float-1.c | 12 #error "FLT_ROUNDS undefined" 16 #error "FLT_RADIX undefined" 20 #error "FLT_MANT_DIG undefined" 24 #error "FLT_DIG undefined" 28 #error "FLT_MIN_EXP undefined" 32 #error "FLT_MIN_10_EXP undefined" 36 #error "FLT_MAX_EXP undefined" 40 #error "FLT_MAX_10_EXP undefined" 44 #error "FLT_MAX undefined" 48 #error "FLT_EPSILON undefined" [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
| H A D | AdbClient.cpp | 66 Status error; in ReadAllBytes() local 76 duration_cast<microseconds>(deadline - now), status, &error); in ReadAllBytes() 77 if (error.Fail()) in ReadAllBytes() 78 return error; in ReadAllBytes() 85 error = Status( in ReadAllBytes() 88 return error; in ReadAllBytes() 93 Status error; in CreateByDeviceID() local 102 error = adb.GetDevices(connected_devices); in CreateByDeviceID() 103 if (error.Fail()) in CreateByDeviceID() 104 return error; in CreateByDeviceID() [all …]
|
| /openbsd-src/sys/kern/ |
| H A D | uipc_syscalls.c | 84 int fd, cloexec, nonblock, fflag, error; in sys_socket() local 92 error = pledge_socket(p, domain, ss); in sys_socket() 93 if (error) in sys_socket() 94 return (error); in sys_socket() 101 error = socreate(SCARG(uap, domain), &so, type, SCARG(uap, protocol)); in sys_socket() 102 if (error) in sys_socket() 103 return (error); in sys_socket() 106 error = falloc(p, &fp, &fd); in sys_socket() 107 if (error) { in sys_socket() 121 return (error); in sys_socket() 134 int error = EINVAL; dns_portcheck() local 167 int error; sys_bind() local 206 int error; sys_listen() local 258 int error, tmpfd; doaccept() local 391 int error, interrupted = 0; sys_connect() local 467 int type, cloexec, nonblock, fflag, error, sv[2]; sys_socketpair() local 577 int error; sys_sendmsg() local 625 int error = 0, flags, s; sys_sendmmsg() local 710 int error; sendit() local 830 int error; sys_recvfrom() local 860 int error; sys_recvmsg() local 915 int error = 0, flags, s; sys_recvmmsg() local 1043 int error; recvit() local 1180 int error; sys_shutdown() local 1202 int error; sys_setsockopt() local 1252 int error; sys_getsockopt() local 1298 int error; sys_getsockname() local 1345 int error; sys_getpeername() local 1382 int error; sockargs() local 1441 int rtableid, error; sys_setrtable() local 1467 int error; copyaddrout() local [all...] |
| H A D | vfs_syscalls.c | 111 int error, mntflag = 0; in sys_mount() local 119 if ((error = suser(p))) in sys_mount() 120 return (error); in sys_mount() 125 error = copyinstr(SCARG(uap, path), fspath, MNAMELEN, NULL); in sys_mount() 126 if (error) in sys_mount() 127 return(error); in sys_mount() 133 if ((error = namei(&nd)) != 0) in sys_mount() 139 error = EINVAL; in sys_mount() 146 error = copyin(SCARG(uap, data), args, vfsp->vfc_datasize); in sys_mount() 147 if (error) { in sys_mount() 366 int error; sys_unmount() local 410 int error; dounmount() local 474 int error; dounmount_leaf() local 559 int error; sys_quotactl() local 578 int error; copyout_statfs() local 611 int error; sys_statfs() local 643 int error; sys_fstatfs() local 677 int error, flags = SCARG(uap, flags); sys_getfsstat() local 732 int error; sys_fchdir() local 778 int error; sys_chdir() local 804 int error; sys_chroot() local 837 int error; change_dir() local 864 int error = 0; sys___realpath() local 955 int error, allow; sys_unveil() local 1077 int type, indx, error, localtrunc = 0; doopenat() local 1216 int indx, error; sys___tmpfd() local 1300 int error; sys_getfh() local 1344 int type, indx, error=0; sys_fhopen() local 1472 int error; sys_fhstat() local 1509 int error; sys_fhstatfs() local 1568 int error; domknodat() local 1702 int error, follow; dolinkat() local 1782 int error; dosymlinkat() local 1842 int error; dounlinkat() local 1915 int error; sys_lseek() local 1974 int error; dofaccessat() local 2059 int error, follow; dofstatat() local 2135 int follow, error; dopathconfat() local 2189 int error; doreadlinkat() local 2250 int error, follow; dochflagsat() local 2276 int error; sys_fchflags() local 2290 int error; dovchflags() local 2349 int error, follow; dofchmodat() local 2392 int error; sys_fchmod() local 2452 int error, follow; dofchownat() local 2507 int error; sys_lchown() local 2560 int error; sys_fchown() local 2612 int error; sys_utimes() local 2645 int error, i; sys_utimensat() local 2676 int error, follow; doutimensat() local 2698 int error; dovutimens() local 2752 int error; sys_futimes() local 2784 int error, i; sys_futimens() local 2814 int error; dofutimens() local 2832 int error; dotruncate() local 2865 int error; sys_truncate() local 2893 int error; sys_ftruncate() local 2921 int error; sys_fsync() local 2970 int error; dorenameat() local 3078 int error; domkdirat() local 3135 int error, eofflag; sys_getdents() local 3213 int error; sys_revoke() local 3310 int error, iovcnt = SCARG(uap, iovcnt); sys_preadv() local 3370 int error, iovcnt = SCARG(uap, iovcnt); sys_pwritev() local [all...] |
| H A D | vfs_getcwd.c | 56 int eofflag, tries, dirbuflen = 0, len, reclen, error = 0; in vfs_getcwd_scandir() local 74 error = VOP_GETATTR(lvp, &va, p->p_ucred, p); in vfs_getcwd_scandir() 75 if (error) { in vfs_getcwd_scandir() 79 return (error); in vfs_getcwd_scandir() 93 error = VOP_LOOKUP(lvp, uvpp, &cn); in vfs_getcwd_scandir() 94 if (error) { in vfs_getcwd_scandir() 98 return (error); in vfs_getcwd_scandir() 105 error = 0; in vfs_getcwd_scandir() 116 error = EINVAL; in vfs_getcwd_scandir() 141 error = VOP_READDIR(uvp, &uio, p->p_ucred, &eofflag); in vfs_getcwd_scandir() [all …]
|
| /openbsd-src/regress/sys/kern/pipe/ |
| H A D | test-run-down.c | 82 int error; in ctx_setup() local 93 error = pthread_cond_init(&ctx->c_cv, NULL); in ctx_setup() 94 if (error) in ctx_setup() 95 errc(1, error, "pthread_cond_init"); in ctx_setup() 97 error = pthread_mutex_init(&ctx->c_mtx, NULL); in ctx_setup() 98 if (error) in ctx_setup() 99 errc(1, error, "pthread_mutex_init"); in ctx_setup() 105 int error; in ctx_teardown() local 116 error = pthread_cond_destroy(&ctx->c_cv); in ctx_teardown() 117 if (error) in ctx_teardown() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeRegisterContextLinux_loongarch64.cpp | 93 Status error; in ReadRegister() local 96 error.SetErrorString("reg_info NULL"); in ReadRegister() 97 return error; in ReadRegister() 111 error = ReadGPR(); in ReadRegister() 112 if (error.Fail()) in ReadRegister() 113 return error; in ReadRegister() 120 error = ReadFPR(); in ReadRegister() 121 if (error.Fail()) in ReadRegister() 122 return error; in ReadRegister() 132 eByteOrderLittle, error); in ReadRegister() [all …]
|
| H A D | NativeRegisterContextLinux_riscv64.cpp | 95 Status error; in ReadRegister() local 98 error.SetErrorString("reg_info NULL"); in ReadRegister() 99 return error; in ReadRegister() 111 return error; in ReadRegister() 118 error = ReadGPR(); in ReadRegister() 119 if (error.Fail()) in ReadRegister() 120 return error; in ReadRegister() 127 error = ReadFPR(); in ReadRegister() 128 if (error.Fail()) in ReadRegister() 129 return error; in ReadRegister() [all …]
|
| H A D | NativeRegisterContextLinux_arm64.cpp | 163 Status error; in ReadRegister() local 166 error.SetErrorString("reg_info NULL"); in ReadRegister() 167 return error; in ReadRegister() 183 error = ReadGPR(); in ReadRegister() 184 if (error.Fail()) in ReadRegister() 185 return error; in ReadRegister() 194 error = ReadFPR(); in ReadRegister() 195 if (error.Fail()) in ReadRegister() 196 return error; in ReadRegister() 203 error = ReadAllSVE(); in ReadRegister() [all …]
|
| H A D | NativeRegisterContextLinux_ppc64le.cpp | 169 Status error; in ReadRegister() local 172 error.SetErrorString("reg_info NULL"); in ReadRegister() 173 return error; in ReadRegister() 179 error = ReadFPR(); in ReadRegister() 180 if (error.Fail()) in ReadRegister() 181 return error; in ReadRegister() 188 eByteOrderLittle, error); in ReadRegister() 194 error = ReadVSX(); in ReadRegister() 195 if (error.Fail()) in ReadRegister() 196 return error; in ReadRegister() [all …]
|
| H A D | NativeRegisterContextLinux_arm.cpp | 104 Status error; in ReadRegister() local 107 error.SetErrorString("reg_info NULL"); in ReadRegister() 108 return error; in ReadRegister() 114 error = ReadFPR(); in ReadRegister() 115 if (error.Fail()) in ReadRegister() 116 return error; in ReadRegister() 127 error = ReadRegisterRaw(full_reg, reg_value); in ReadRegister() 129 if (error.Success()) { in ReadRegister() 141 return error; in ReadRegister() 163 error.SetErrorStringWithFormat("unhandled byte size: %" PRIu32, in ReadRegister() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/t/ |
| H A D | 06_error.t | 15 is($Archive::Tar::error, "", "global error string is empty"); 16 is($t1->error, "", "error string of object 1 is empty"); 17 is($t2->error, "", "error string of object 2 is empty"); 21 isnt($t1->error, "", "error string of object 1 is set"); 22 is($Archive::Tar::error, $t1->error, "global error string equals that of object 1"); 23 is($Archive::Tar::error, Archive::Tar->error, "the class error method returns the global error"); 24 is($t2->error, "", "error string of object 2 is still empty"); 27 ok(!$t2->read($src), "error when opening $src"); 29 isnt($t2->error, "", "error string of object 1 is set"); 30 isnt($t2->error, $t1->error, "error strings of objects 1 and 2 differ"); [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | rtti1.C | 76 void error (int i) in error() function 83 if (typeid(i) != typeid(int)) error(1); in main() 84 if (typeid(s) != typeid(short)) error(2); in main() 85 if (typeid(c) != typeid(char)) error(3); in main() 86 if (typeid(l) != typeid(long)) error(4); in main() 87 if (typeid(ui) != typeid(unsigned int)) error(5); in main() 88 if (typeid(us) != typeid(unsigned short)) error(6); in main() 89 if (typeid(uc) != typeid(unsigned char)) error(7); in main() 90 if (typeid(ul) != typeid(unsigned long)) error(8); in main() 91 if (typeid(f) != typeid(float)) error(9); in main() [all …]
|
| /openbsd-src/sys/dev/sdmmc/ |
| H A D | sdmmc_mem.c | 112 int error; in sdmmc_mem_enable() local 188 error = sdmmc_mmc_command(sc, &cmd); in sdmmc_mem_enable() 189 if (error) { in sdmmc_mem_enable() 192 return error; in sdmmc_mem_enable() 195 error = sdmmc_mem_signal_voltage(sc, SDMMC_SIGNAL_VOLTAGE_180); in sdmmc_mem_enable() 196 if (error) in sdmmc_mem_enable() 197 return error; in sdmmc_mem_enable() 208 int error; in sdmmc_mem_signal_voltage() local 213 error = sdmmc_chip_bus_clock(sc->sct, sc->sch, 0, SDMMC_TIMING_LEGACY); in sdmmc_mem_signal_voltage() 214 if (error) in sdmmc_mem_signal_voltage() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeRegisterContextWindows_WoW64.cpp | 64 Status error; in GetWoW64ThreadContextHelper() local 68 error.SetError(GetLastError(), eErrorTypeWin32); in GetWoW64ThreadContextHelper() 70 __FUNCTION__, error); in GetWoW64ThreadContextHelper() 71 return error; in GetWoW64ThreadContextHelper() 79 Status error; in SetWoW64ThreadContextHelper() local 81 error.SetError(GetLastError(), eErrorTypeWin32); in SetWoW64ThreadContextHelper() 83 __FUNCTION__, error); in SetWoW64ThreadContextHelper() 84 return error; in SetWoW64ThreadContextHelper() 116 Status error = GetWoW64ThreadContextHelper(GetThreadHandle(), &tls_context); in GPRRead() local 117 if (error.Fail()) in GPRRead() [all …]
|
| H A D | NativeRegisterContextWindows_i386.cpp | 59 Status error; in GetThreadContextHelper() local 64 error.SetError(GetLastError(), eErrorTypeWin32); in GetThreadContextHelper() 66 error); in GetThreadContextHelper() 67 return error; in GetThreadContextHelper() 75 Status error; in SetThreadContextHelper() local 78 error.SetError(GetLastError(), eErrorTypeWin32); in SetThreadContextHelper() 80 error); in SetThreadContextHelper() 81 return error; in SetThreadContextHelper() 121 Status error = in GPRRead() local 123 if (error.Fail()) in GPRRead() [all …]
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_urtw.c | 97 error = urtw_read8_c(sc, val, data, 0); \ 98 if (error != 0) \ 102 error = urtw_read8_c(sc, val, data, idx); \ 103 if (error != 0) \ 107 error = urtw_write8_c(sc, val, data, 0); \ 108 if (error != 0) \ 112 error = urtw_write8_c(sc, val, data, idx); \ 113 if (error != 0) \ 117 error = urtw_read16_c(sc, val, data, 0); \ 118 if (error ! 596 usbd_status error; urtw_attach() local 783 usbd_status error = 0; urtw_close_pipes() local 810 usbd_status error; urtw_open_pipes() local 863 int i, error; urtw_alloc_rx_data_list() local 935 int i, error; urtw_alloc_tx_data_list() local 1001 int error; urtw_media_change() local 1033 usbd_status error; urtw_led_init() local 1088 usbd_status error; urtw_8225_read() local 1173 usbd_status error; urtw_8225_write_c() local 1206 usbd_status error; urtw_8225_isv2() local 1241 usbd_status error; urtw_get_rfchip() local 1290 usbd_status error; urtw_get_txpwr() local 1360 usbd_status error; urtw_get_macaddr() local 1388 usbd_status error; urtw_eprom_read32() local 1462 usbd_status error; urtw_eprom_readbit() local 1476 usbd_status error = 0; urtw_eprom_sendbits() local 1494 usbd_status error; urtw_eprom_writebit() local 1510 usbd_status error; urtw_eprom_ck() local 1528 usbd_status error; urtw_eprom_cs() local 1544 usbd_status error; urtw_read8_c() local 1560 usbd_status error; urtw_read8e() local 1576 usbd_status error; urtw_read16_c() local 1593 usbd_status error; urtw_read32_c() local 1668 usbd_status error; urtw_set_mode() local 1682 usbd_status error; urtw_8180_set_anaparam() local 1705 usbd_status error; urtw_8185_set_anaparam2() local 1727 usbd_status error; urtw_intr_disable() local 1738 usbd_status error; urtw_reset() local 1792 usbd_status error = 0; urtw_led_on() local 1813 usbd_status error = 0; urtw_led_off() local 1923 usbd_status error = 0; urtw_led_ctl() local 1949 usbd_status error; urtw_led_blink() local 1996 usbd_status error; urtw_update_msr() local 2053 usbd_status error; urtw_set_rate() local 2077 usbd_status error; urtw_intr_enable() local 2090 usbd_status error; urtw_rx_setconf() local 2131 usbd_status error; urtw_rx_enable() local 2165 usbd_status error; urtw_tx_enable() local 2209 usbd_status error; urtw_init() local 2325 int s, error = 0; urtw_ioctl() local 2569 usbd_status error; urtw_tx_start() local 2689 usbd_status error; urtw_8225_usb_init() local 2715 usbd_status error = 0; urtw_8185_rf_pins_enable() local 2726 usbd_status error; urtw_8187_write_phy() local 2758 usbd_status error; urtw_8225_setgain() local 2776 usbd_status error; urtw_8225_set_txpwrlvl() local 2824 usbd_status error; urtw_8185_tx_antenna() local 2838 usbd_status error; urtw_8225_rf_init() local 2935 usbd_status error; urtw_8225_rf_set_chan() local 2969 usbd_status error; urtw_8225_rf_set_sens() local 2996 usbd_status error; urtw_stop() local 3176 usbd_status error; urtw_8225v2_setgain() local 3200 usbd_status error; urtw_8225v2_set_txpwrlvl() local 3246 usbd_status error; urtw_8225v2_rf_init() local 3363 usbd_status error; urtw_8225v2_rf_set_chan() local 3399 usbd_status error = 0; urtw_set_chan() local 3451 usbd_status error = 0; urtw_task() local 3512 usbd_status error; urtw_8187b_update_wmm() local 3541 usbd_status error; urtw_8187b_reset() local 3589 usbd_status error; urtw_8187b_init() local 3710 usbd_status error; urtw_8225v2_b_config_mac() local 3733 usbd_status error; urtw_8225v2_b_init_rfe() local 3750 usbd_status error; urtw_8225v2_b_update_chan() local 3786 usbd_status error; urtw_8225v2_b_rf_init() local 3880 usbd_status error; urtw_8225v2_b_rf_set_chan() local 3910 usbd_status error; urtw_8225v2_b_set_txpwrlvl() local 4007 int error; urtw_set_bssid() local 4023 int error; urtw_set_macaddr() local [all...] |
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | IRMemoryMap.cpp | 291 bool zero_memory, Status &error) { in Malloc() argument 293 error.Clear(); in Malloc() 317 error.SetErrorToGenericError(); in Malloc() 318 error.SetErrorString("Couldn't malloc: invalid allocation policy"); in Malloc() 323 error.SetErrorToGenericError(); in Malloc() 324 error.SetErrorString("Couldn't malloc: address space is full"); in Malloc() 339 process_sp->AllocateMemory(allocation_size, permissions, error); in Malloc() 342 process_sp->CallocateMemory(allocation_size, permissions, error); in Malloc() 344 if (!error.Success()) in Malloc() 354 error.SetErrorToGenericError(); in Malloc() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
| H A D | NativeRegisterContextDBReg_x86.cpp | 101 Status error = ReadRegister(GetDR(6), dr6); in IsWatchpointHit() local 102 if (error.Fail()) in IsWatchpointHit() 107 return error; in IsWatchpointHit() 116 Status error = IsWatchpointHit(wp_index, is_hit); in GetWatchpointHitIndex() local 117 if (error.Fail()) { in GetWatchpointHitIndex() 119 return error; in GetWatchpointHitIndex() 121 return error; in GetWatchpointHitIndex() 134 Status error = ReadRegister(GetDR(7), dr7); in IsWatchpointVacant() local 135 if (error.Fail()) in IsWatchpointVacant() 140 return error; in IsWatchpointVacant() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptedProcessPythonInterface.cpp | 68 Status error; in ShouldStop() local 69 StructuredData::ObjectSP obj = Dispatch("is_alive", error); in ShouldStop() 71 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, obj, error)) in ShouldStop() 83 lldb::addr_t address, Status &error) { in GetMemoryRegionContainingAddress() argument 85 "get_memory_region_containing_address", error, address); in GetMemoryRegionContainingAddress() 87 if (error.Fail()) { in GetMemoryRegionContainingAddress() 89 error.AsCString(), error); in GetMemoryRegionContainingAddress() 96 Status error; in GetThreadsInfo() local 98 Dispatch<StructuredData::DictionarySP>("get_threads_info", error); in GetThreadsInfo() 100 if (!CheckStructuredDataObject(LLVM_PRETTY_FUNCTION, dict, error)) in GetThreadsInfo() [all …]
|