Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/crypto/openssl/crypto/evp/
H A Dpmeth_check.c63 goto not_supported; in evp_pkey_public_check_combined()
73 goto not_supported; in evp_pkey_public_check_combined()
77 not_supported: in evp_pkey_public_check_combined()
109 goto not_supported; in evp_pkey_param_check_combined()
119 goto not_supported; in evp_pkey_param_check_combined()
123 not_supported: in evp_pkey_param_check_combined()
179 goto not_supported; in EVP_PKEY_pairwise_check()
189 goto not_supported; in EVP_PKEY_pairwise_check()
193 not_supported: in EVP_PKEY_pairwise_check()
H A Dpmeth_gn.c30 goto not_supported; in gen_init()
57 goto not_supported; in gen_init()
64 goto not_supported; in gen_init()
86 not_supported: in gen_init()
137 goto not_supported; in EVP_PKEY_generate()
172 goto not_supported; in EVP_PKEY_generate()
207 goto not_supported; in EVP_PKEY_generate()
228 goto not_supported; in EVP_PKEY_generate()
240 not_supported: in EVP_PKEY_generate()
339 goto not_supported; in fromdata_init()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAddr.cpp23 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 DDWARFListTable.cpp59 HeaderData.AddrSize, errc::not_supported, in extract()
63 return createStringError(errc::not_supported, in extract()
H A DDWARFDebugArangeSet.cpp96 return createStringError(errc::not_supported, in extract()
H A DDWARFDebugLine.cpp383 errc::not_supported, in parse()
397 errc::not_supported, in parse()
404 errc::not_supported, in parse()
658 errc::not_supported, in advanceAddrOpIndex()
710 createStringError(errc::not_supported, in advanceForOpcode()
H A DDWARFDebugMacro.cpp240 return createStringError(errc::not_supported, in parseMacroHeader()
H A DDWARFDebugRnglists.cpp69 return createStringError(errc::not_supported, in extract()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h69 not_supported = int(std::errc::not_supported), enumerator
/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c2365 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/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts_s390x.inc36 goto not_supported;
40 goto not_supported;
72 not_supported:
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUnimplementedError.h23 return llvm::errc::not_supported; in convertToErrorCode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCSEInfo.cpp298 return createStringError(std::errc::not_supported, in verify()
308 return createStringError(std::errc::not_supported, in verify()
313 return createStringError(std::make_error_code(std::errc::not_supported), in verify()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp185 errc::not_supported, in handleBuffer()
195 return createStringError(errc::not_supported, in handleBuffer()
257 return createStringError(errc::not_supported, in handleObject()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp73 return llvm::createStringError(llvm::errc::not_supported, in GetCC1Arguments()
80 return llvm::createStringError(llvm::errc::not_supported, in GetCC1Arguments()
114 return llvm::createStringError(llvm::errc::not_supported, in CreateCI()
120 return llvm::createStringError(llvm::errc::not_supported, in CreateCI()
131 return llvm::createStringError(llvm::errc::not_supported, in CreateCI()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp393 m_ec = make_error_code(errc::not_supported); in __copy_file()
408 return err.report(errc::not_supported); in __copy_file()
628 return err.report(errc::not_supported); in __equivalent()
631 return err.report(errc::not_supported); in __equivalent()
643 errc error_kind = is_directory(fst) ? errc::is_a_directory : errc::not_supported; in __file_size()
672 return err.report(errc::not_supported); in __fs_is_empty()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h232 not_supported = ENOTSUP, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/
H A Derrc.h228 not_supported = ENOTSUP, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp59 return createStringError(errc::not_supported, in writeVariableSizedInteger()
174 return createStringError(errc::not_supported, in emitDebugAranges()
210 errc::not_supported, in emitDebugRanges()
684 return createStringError(errc::not_supported, in emitDebugAddr()
690 return createStringError(errc::not_supported, in emitDebugAddr()
956 return createStringError(errc::not_supported, in writeDWARFExpression()
1243 return createStringError(errc::not_supported, in getDWARFEmitterByName()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DPseudoTerminal.cpp87 return llvm::errorCodeToError(llvm::errc::not_supported); in OpenFirstAvailablePrimary()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DDecodedThread.h43 return llvm::errc::not_supported; in convertToErrorCode()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.cpp361 return createStringError(llvm::errc::not_supported, in layoutTail()
448 return createStringError(llvm::errc::not_supported, in layoutTail()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DErrorHandling.cpp348 MAP_ERR_TO_COND(ERROR_NOT_SUPPORTED, not_supported); in mapWindowsError()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp107 return errc::not_supported; in __win_err_to_errc()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp446 return createStringError(errc::not_supported, in loadPrecompiledObject()
452 return createStringError(errc::not_supported, "'%s' is not a COFF object.", in loadPrecompiledObject()
919 return createStringError(errc::not_supported, in createScopes()

12