/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_check.c | 62 goto not_supported; in evp_pkey_public_check_combined() 72 goto not_supported; in evp_pkey_public_check_combined() 76 not_supported: in evp_pkey_public_check_combined() 107 goto not_supported; in evp_pkey_param_check_combined() 117 goto not_supported; in evp_pkey_param_check_combined() 121 not_supported: in evp_pkey_param_check_combined() 175 goto not_supported; in EVP_PKEY_pairwise_check() 185 goto not_supported; in EVP_PKEY_pairwise_check() 189 not_supported: in EVP_PKEY_pairwise_check()
|
H A D | pmeth_gn.c | 30 goto not_supported; in gen_init() 59 goto not_supported; in gen_init() 66 goto not_supported; in gen_init() 88 not_supported: in gen_init() 139 goto not_supported; in EVP_PKEY_generate() 175 goto not_supported; in EVP_PKEY_generate() 210 goto not_supported; in EVP_PKEY_generate() 231 goto not_supported; in EVP_PKEY_generate() 243 not_supported: in EVP_PKEY_generate() 342 goto not_supported; in fromdata_init() [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() 84 return createStringError(errc::not_supported, in extractV5() 90 return createStringError(errc::not_supported, in extractV5()
|
H A D | DWARFListTable.cpp | 59 HeaderData.AddrSize, errc::not_supported, in extract() 63 return createStringError(errc::not_supported, in extract()
|
H A D | DWARFDebugArangeSet.cpp | 96 return createStringError(errc::not_supported, in extract()
|
H A D | DWARFDebugLine.cpp | 384 errc::not_supported, in parse() 398 errc::not_supported, in parse() 405 errc::not_supported, in parse() 658 errc::not_supported, in advanceAddrOpIndex() 710 createStringError(errc::not_supported, in advanceForOpcode()
|
H A D | DWARFDebugMacro.cpp | 240 return createStringError(errc::not_supported, in parseMacroHeader()
|
H A D | DWARFDebugRnglists.cpp | 69 return createStringError(errc::not_supported, in extract()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Errc.h | 69 not_supported = int(std::errc::not_supported), enumerator
|
/freebsd/usr.sbin/pmcstudy/ |
H A D | pmcstudy.c | 2365 goto not_supported; in get_cpuid_set() 2371 goto not_supported; in get_cpuid_set() 2376 goto not_supported; in get_cpuid_set() 2380 goto not_supported; in get_cpuid_set() 2384 goto not_supported; in get_cpuid_set() 2388 goto not_supported; in get_cpuid_set() 2392 goto not_supported; in get_cpuid_set() 2396 goto not_supported; in get_cpuid_set() 2400 goto not_supported; in get_cpuid_set() 2404 goto not_supported; in get_cpuid_set() [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | UnimplementedError.h | 23 return llvm::errc::not_supported; in convertToErrorCode()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CSEInfo.cpp | 291 return createStringError(std::errc::not_supported, in verify() 301 return createStringError(std::errc::not_supported, in verify() 306 return createStringError(std::make_error_code(std::errc::not_supported), in verify()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 183 errc::not_supported, in handleBuffer() 193 return createStringError(errc::not_supported, in handleBuffer() 255 return createStringError(errc::not_supported, in handleObject()
|
/freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
H A D | operations.cpp | 272 m_ec = make_error_code(errc::not_supported); in __copy_file() 287 return err.report(errc::not_supported); in __copy_file() 507 return err.report(errc::not_supported); in __equivalent() 510 return err.report(errc::not_supported); in __equivalent() 522 errc error_kind = is_directory(fst) ? errc::is_a_directory : errc::not_supported; in __file_size() 551 return err.report(errc::not_supported); in __fs_is_empty()
|
H A D | error.h | 77 {ERROR_NOT_SUPPORTED, errc::not_supported}, in __win_err_to_errc()
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | Interpreter.cpp | 65 return llvm::createStringError(llvm::errc::not_supported, in GetCC1Arguments() 72 return llvm::createStringError(llvm::errc::not_supported, in GetCC1Arguments() 106 return llvm::createStringError(llvm::errc::not_supported, in CreateCI() 112 return llvm::createStringError(llvm::errc::not_supported, in CreateCI() 123 return llvm::createStringError(llvm::errc::not_supported, in CreateCI()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 60 return createStringError(errc::not_supported, in writeVariableSizedInteger() 178 return createStringError(errc::not_supported, in emitDebugAranges() 214 errc::not_supported, in emitDebugRanges() 657 return createStringError(errc::not_supported, in emitDebugAddr() 663 return createStringError(errc::not_supported, in emitDebugAddr() 930 return createStringError(errc::not_supported, in writeDWARFExpression() 1217 return createStringError(errc::not_supported, in getDWARFEmitterByName()
|
/freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
H A D | errc.h | 232 not_supported = ENOTSUP, in _LIBCPP_DECLARE_STRONG_ENUM()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | PseudoTerminal.cpp | 91 return llvm::errorCodeToError(llvm::errc::not_supported); in OpenFirstAvailablePrimary()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | DecodedThread.h | 43 return llvm::errc::not_supported; in convertToErrorCode()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
H A D | MachOLayoutBuilder.cpp | 361 return createStringError(llvm::errc::not_supported, in layoutTail() 451 return createStringError(llvm::errc::not_supported, in layoutTail()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 317 MAP_ERR_TO_COND(ERROR_NOT_SUPPORTED, not_supported); in mapWindowsError()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 451 return createStringError(errc::not_supported, in loadPrecompiledObject() 457 return createStringError(errc::not_supported, "'%s' is not a COFF object.", in loadPrecompiledObject() 925 return createStringError(errc::not_supported, in createScopes()
|
/freebsd/contrib/llvm-project/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 70 std::make_error_code(std::errc::not_supported)); in loadObj()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
H A D | SymbolFile.h | 376 return llvm::createStringError(make_error_code(llvm::errc::not_supported), in GetParameterStackSize()
|