/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 35 enum class errc { enum 36 argument_list_too_long = int(std::errc::argument_list_too_long), 37 argument_out_of_domain = int(std::errc::argument_out_of_domain), 38 bad_address = int(std::errc::bad_address), 39 bad_file_descriptor = int(std::errc::bad_file_descriptor), 40 broken_pipe = int(std::errc::broken_pipe), 45 device_or_resource_busy = int(std::errc::device_or_resource_busy), 46 directory_not_empty = int(std::errc::directory_not_empty), 47 executable_format_error = int(std::errc::executable_format_error), 48 file_exists = int(std::errc::file_exists), [all …]
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 37 inline errc __win_err_to_errc(int err) { in __win_err_to_errc() 40 errc errc; in __win_err_to_errc() member 42 {ERROR_ACCESS_DENIED, errc::permission_denied}, in __win_err_to_errc() 43 {ERROR_ALREADY_EXISTS, errc::file_exists}, in __win_err_to_errc() 44 {ERROR_BAD_NETPATH, errc::no_such_file_or_directory}, in __win_err_to_errc() 45 {ERROR_BAD_PATHNAME, errc::no_such_file_or_directory}, in __win_err_to_errc() 46 {ERROR_BAD_UNIT, errc::no_such_device}, in __win_err_to_errc() 47 {ERROR_BROKEN_PIPE, errc::broken_pipe}, in __win_err_to_errc() 48 {ERROR_BUFFER_OVERFLOW, errc in __win_err_to_errc() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | RecordInitializer.cpp | 16 std::make_error_code(std::errc::bad_address), in visit() 22 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit() 34 std::make_error_code(std::errc::bad_address), in visit() 41 std::make_error_code(std::errc::invalid_argument), in visit() 49 std::make_error_code(std::errc::invalid_argument), in visit() 63 std::make_error_code(std::errc::bad_address), in visit() 69 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit() 76 return createStringError(std::make_error_code(std::errc::invalid_argument), in visit() 88 std::make_error_code(std::errc::bad_address), in visit() 95 std::make_error_code(std::errc::invalid_argument), in visit() [all …]
|
H A D | Trace.cpp | 40 std::make_error_code(std::errc::invalid_argument)); in loadNaiveFormatLog() 45 std::make_error_code(std::errc::invalid_argument)); in loadNaiveFormatLog() 70 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 77 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 90 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 97 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 116 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 124 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 132 std::make_error_code(std::errc::executable_format_error), in loadNaiveFormatLog() 139 std::make_error_code(std::errc in loadNaiveFormatLog() [all...] |
/freebsd/tools/test/stress2/misc/ |
H A D | kevent.sh | 96 errc(1, r, "pthread_mutex_lock"); 99 errc(1, r, "pthread_cond_signal"); 101 errc(1, r, "pthread_mutex_unlock"); 120 errc(1, r, "pthread_mutex_lock"); 123 errc(1, r, "pthread_cond_wait"); 126 errc(1, r, "pthread_mutex_unlock"); 154 errc(1, r, "pthread_mutex_init"); 156 errc(1, r, "pthread_cond_init"); 159 errc(1, r, "pthread_create()"); 161 errc(1, r, "pthread_create()"); [all …]
|
H A D | kevent2.sh | 92 errc(1, r, "pthread_mutex_lock"); 95 errc(1, r, "pthread_cond_signal"); 97 errc(1, r, "pthread_mutex_unlock"); 121 errc(1, r, "pthread_mutex_lock"); 124 errc(1, r, "pthread_cond_wait"); 127 errc(1, r, "pthread_mutex_unlock"); 150 errc(1, r, "pthread_mutex_init"); 152 errc(1, r, "pthread_cond_init"); 155 errc(1, r, "pthread_create()"); 157 errc(1, r, "pthread_create()"); [all …]
|
H A D | pthread7.sh | 121 errc(1, rc, "pthread_mutex_lock"); 130 errc(1, rc, "pthread_mutex_unlock"); 139 errc(1, rc, "pthread_cond_signal"); 148 errc(1, rc, "pthread_cond_wait"); 247 errc(1, rc, "PTHREAD_PRIO_INHERIT"); 250 errc(1, rc, "pthread_mutex_init()"); 252 errc(1, rc, "pthread_cond_init()"); 254 errc(1, rc, "pthread_mutex_init()"); 256 errc(1, rc, "pthread_cond_init()"); 262 errc(1, rc, "pthread_create()"); [all …]
|
H A D | pthread2.sh | 136 errc(1, rc, "pthread_mutex_lock"); 145 errc(1, rc, "pthread_mutex_unlock"); 154 errc(1, rc, "pthread_cond_signal"); 163 errc(1, rc, "pthread_cond_wait"); 261 errc(1, rc, "pthread_mutex_init()"); 263 errc(1, rc, "pthread_cond_init()"); 265 errc(1, rc, "pthread_mutex_init()"); 267 errc(1, rc, "pthread_cond_init()"); 273 errc(1, rc, "pthread_create()"); 275 errc(1, rc, "pthread_create()"); [all …]
|
H A D | pthread3.sh | 124 errc(1, rc, "pthread_mutex_lock"); 133 errc(1, rc, "pthread_mutex_unlock"); 142 errc(1, rc, "pthread_cond_signal"); 151 errc(1, rc, "pthread_cond_wait"); 254 errc(1, rc, "pthread_mutex_init()"); 256 errc(1, rc, "pthread_cond_init()"); 258 errc(1, rc, "pthread_mutex_init()"); 260 errc(1, rc, "pthread_cond_init()"); 266 errc(1, rc, "pthread_create()"); 268 errc(1, rc, "pthread_create()"); [all …]
|
H A D | pthread4.sh | 131 errc(1, rc, "pthread_mutex_lock"); 140 errc(1, rc, "pthread_mutex_unlock"); 149 errc(1, rc, "pthread_cond_signal"); 158 errc(1, rc, "pthread_cond_wait"); 261 errc(1, rc, "pthread_mutex_init()"); 263 errc(1, rc, "pthread_cond_init()"); 265 errc(1, rc, "pthread_mutex_init()"); 267 errc(1, rc, "pthread_cond_init()"); 273 errc(1, rc, "pthread_create()"); 275 errc(1, rc, "pthread_create()"); [all …]
|
H A D | pthread6.sh | 123 errc(1, rc, "pthread_mutex_lock"); 132 errc(1, rc, "pthread_mutex_unlock"); 141 errc(1, rc, "pthread_cond_signal"); 150 errc(1, rc, "pthread_cond_wait"); 254 errc(1, rc, "pthread_mutex_init()"); 256 errc(1, rc, "pthread_cond_init()"); 258 errc(1, rc, "pthread_mutex_init()"); 260 errc(1, rc, "pthread_cond_init()"); 265 errc(1, rc, "pthread_create()"); 267 errc(1, rc, "pthread_create()"); [all …]
|
H A D | kern_umtx_inf_loop.sh | 74 if (error) errc(1, error, "pthread_mutex_lock contender"); 79 if (error) errc(1, error, "pthread_mutex_unlock contender"); 95 if (error) errc(1, error, "pthread_kill"); 102 if (error) errc(1, error, "pthread_mutex_lock signaler"); 115 if (error) errc(1, error, "pthread_mutexattr_init"); 118 if (error) errc(1, error, "pthread_mutexattr_setprotocol"); 121 if (error) errc(1, error, "pthread_mutex_init"); 124 if (error) errc(1, error, "pthread_mutexattr_destroy"); 127 //if (error) errc(1, error, "pthread_mutex_lock"); 133 if (error) errc(1, error, "pthread_create"); [all …]
|
H A D | ptrace5.sh | 131 errc(1, r, "pthread_barrier_wait"); 154 errc(1, r, "pthread_create"); 156 errc(1, r, "pthread_create"); 162 errc(1, r, "pthread_join"); 164 errc(1, r, "pthread_join"); 179 errc(1, r, "pthread_barrierattr_init"); 182 errc(1, r, "pthread_barrierattr_setpshared"); 184 errc(1, r, "pthread_barrier_init"); 197 errc(1, r, "pthread_barrier_destroy");
|
H A D | ptrace6.sh | 134 errc(1, r, "pthread_barrier_wait"); 158 errc(1, r, "pthread_create"); 160 errc(1, r, "pthread_create"); 166 errc(1, r, "pthread_join"); 168 errc(1, r, "pthread_join"); 183 errc(1, r, "pthread_barrierattr_init"); 186 errc(1, r, "pthread_barrierattr_setpshared"); 188 errc(1, r, "pthread_barrier_init"); 201 errc(1, r, "pthread_barrier_destroy");
|
H A D | umtx_suspend.sh | 43 errc(1, error, "%s: pthread_mutex_lock", __func__); 57 errc(1, error, "pthread_mutexattr_init"); 61 errc(1, error, "pthread_mutexattr_setprotocol"); 65 errc(1, error, "pthread_mutex_init"); 69 errc(1, error, "pthread_mutex_lock"); 73 errc(1, error, "pthread_create"); 81 errc(1, error, "pthread_suspend_np");
|
H A D | mmap46.sh | 152 errc(1, e, "pthread_create"); 154 errc(1, e, "pthread_create"); 156 errc(1, e, "pthread_create"); 158 errc(1, e, "pthread_create"); 160 errc(1, e, "pthread_create"); 162 errc(1, e, "pthread_create"); 164 errc(1, e, "pthread_create"); 166 errc(1, e, "pthread_create"); 168 errc(1, e, "pthread_create"); 170 errc(1, e, "pthread_create"); [all …]
|
H A D | ptrace7.sh | 164 errc(1, r, "pthread_barrier_wait"); 189 errc(1, r, "pthread_create"); 191 errc(1, r, "pthread_create"); 198 errc(1, r, "pthread_join"); 200 errc(1, r, "pthread_join"); 216 errc(1, r, "pthread_barrierattr_init"); 219 errc(1, r, "pthread_barrierattr_setpshared"); 221 errc(1, r, "pthread_barrier_init"); 235 errc(1, r, "pthread_barrier_destroy");
|
/freebsd/contrib/llvm-project/libcxx/src/ryu/ |
H A D | d2fixed.cpp | 247 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 256 return { _First, errc{} }; in __d2fixed_buffered_n() 286 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 293 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 303 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 309 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 322 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 329 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 342 return { _Last, errc::value_too_large }; in __d2fixed_buffered_n() 353 return { _Last, errc in __d2fixed_buffered_n() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | BitstreamRemarkParser.cpp | 26 std::make_error_code(std::errc::illegal_byte_sequence), in unknownRecord() 33 std::make_error_code(std::errc::illegal_byte_sequence), in malformedRecord() 167 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 172 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 187 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 198 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlock() 230 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlockInfoBlock() 241 std::make_error_code(std::errc::illegal_byte_sequence), in parseBlockInfoBlock() 263 std::make_error_code(std::errc::illegal_byte_sequence), in isBlock() 284 return createStringError(std::make_error_code(std::errc::invalid_argument), in validateMagicNumber() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinkerParallel/ |
H A D | DWARFEmitterImpl.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 42 return createStringError(std::errc::io_error, in decode() 46 return createStringError(std::errc::io_error, in decode() 50 return createStringError(std::errc::io_error, in decode() 56 return createStringError(std::errc::io_error, in decode() 60 return createStringError(std::errc::io_error, in decode() 64 return createStringError(std::errc::io_error, in decode() 90 return createStringError(std::errc::io_error, in decode() 116 return createStringError(std::errc::invalid_argument, in encode() 149 return createStringError(std::errc::invalid_argument, in encode() 167 return createStringError(std::errc in encode() [all...] |
H A D | GsymReader.cpp | 51 return createStringError(std::errc::invalid_argument, in create() 67 return createStringError(std::errc::invalid_argument, in parse() 82 return createStringError(std::errc::invalid_argument, in parse() 112 return createStringError(std::errc::invalid_argument, in parse() 118 return createStringError(std::errc::invalid_argument, in parse() 124 return createStringError(std::errc::invalid_argument, in parse() 130 return createStringError(std::errc::invalid_argument, in parse() 145 return createStringError(std::errc::invalid_argument, in parse() 152 return createStringError(std::errc::invalid_argument, in parse() 159 return createStringError(std::errc in parse() [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/ |
H A D | ObjcopyOptions.cpp | 183 errc::invalid_argument, in parseSectionFlagSet() 196 return createStringError(errc::invalid_argument, in parseRenameSectionValue() 224 errc::invalid_argument); in parseSetSectionAttribute() 229 errc::invalid_argument); in parseSetSectionAttribute() 234 errc::invalid_argument); in parseSetSectionAttribute() 241 return createStringError(errc::invalid_argument, in parseSetSectionFlagValue() 269 return createStringError(errc::invalid_argument, in parseVisibilityType() 330 return createStringError(errc::invalid_argument, in getOutputTargetInfoByTargetName() 390 return createStringError(errc::invalid_argument, in addSymbolsToRenameFromFile() 401 return errc::invalid_argument; in getAsInteger() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugAddr.cpp | 23 AddrSize, errc::not_supported, "address table at offset 0x%" PRIx64, in extractAddresses() 28 return createStringError(errc::invalid_argument, in extractAddresses() 50 return createStringError(errc::invalid_argument, in extractV5() 60 errc::invalid_argument, in extractV5() 71 errc::invalid_argument, in extractV5() 84 return createStringError(errc::not_supported, in extractV5() 90 return createStringError(errc::not_supported, in extractV5() 99 errc::invalid_argument, in extractV5() 130 WarnCallback(createStringError(errc::invalid_argument, in extract() 174 return createStringError(errc::invalid_argument, in getAddrEntry()
|
H A D | DWARFDebugArangeSet.cpp | 77 return createStringError(errc::invalid_argument, in extract() 87 return createStringError(errc::invalid_argument, in extract() 92 HeaderData.AddrSize, errc::invalid_argument, in extract() 96 return createStringError(errc::not_supported, in extract() 108 errc::invalid_argument, in extract() 122 errc::invalid_argument, in extract() 148 errc::invalid_argument, in extract() 157 return createStringError(errc::invalid_argument, in extract()
|