Home
last modified time | relevance | path

Searched refs:Wrap (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DExecutorSymbolDef.h45 toPtr(WrapFn &&Wrap = WrapFn()) const {
46 return Addr.toPtr<T>(std::forward<WrapFn>(Wrap));
53 toPtr(WrapFn &&Wrap = WrapFn()) const {
54 return Addr.toPtr<T>(std::forward<WrapFn>(Wrap));
H A DExecutorAddress.h120 toPtr(WrapFn &&Wrap = WrapFn()) const {
123 return Wrap(reinterpret_cast<T>(IntPtr));
130 toPtr(WrapFn &&Wrap = WrapFn()) const {
133 return Wrap(reinterpret_cast<T *>(IntPtr));
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h23 Wrap = true, enumerator
28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h122 dxbc::TextureAddressMode AddressU = dxbc::TextureAddressMode::Wrap;
123 dxbc::TextureAddressMode AddressV = dxbc::TextureAddressMode::Wrap;
124 dxbc::TextureAddressMode AddressW = dxbc::TextureAddressMode::Wrap;
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dexecutor_address.h84 toPtr(WrapFn &&Wrap = WrapFn()) const {
87 return Wrap(reinterpret_cast<T>(IntPtr));
93 toPtr(WrapFn &&Wrap = WrapFn()) const {
96 return Wrap(reinterpret_cast<T *>(IntPtr));
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h178 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert()
184 Map.insert(std::make_pair(Wrap(KV.first), std::move(KV.second))); in insert()
208 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
212 return Map[Wrap(Key)];
233 ValueMapCVH Wrap(KeyT key) const { in Wrap() function
/freebsd/contrib/libxo/tests/xo/saved/
H A Dxo_02.HIPx.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.HP.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.J.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.JP.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.T.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.X.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.XP.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
H A Dxo_02.H.err9 --instance OR -I <name> Wrap in an instance of the given name
24 --wrap <path> Wrap output in a set of containers
/freebsd/contrib/unbound/
H A Dfreebsd-sources.pl32 use Text::Wrap;
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.h50 Wrap, wrap_kind); in CreateWrapped()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h169 uint32_t AddressU = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);
170 uint32_t AddressV = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);
171 uint32_t AddressW = llvm::to_underlying(dxbc::TextureAddressMode::Wrap);
/freebsd/crypto/openssl/providers/common/der/
H A Dwrap.asn19 -- Taken from RFC 3370, Section 4.3.1 Triple-DES Key Wrap
/freebsd/contrib/libxo/doc/
H A Dxo.rst203 --instance OR -I <name> Wrap in an instance of the given name
218 --wrap <path> Wrap output in a set of containers
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DHLSLRootSignatureTokenKinds.def208 TEXTURE_ADDRESS_MODE_ENUM(Wrap, "TEXTURE_ADDRESS_WRAP")
/freebsd/crypto/heimdal/appl/gssmask/
H A Dgssmask.c734 HandleOP(Wrap) in HandleOP() argument
1060 S(Wrap),
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainerConstants.def188 TEXTURE_ADDRESS_MODE(1, Wrap)
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td175 // Wrap the REGISTER part in another dag to make sure
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp3794 bool Wrap; member in __anone207d6480e11::InitListTransformer
3799 if (!Wrap) { in castInitializer()
3944 Wrap(Entity.getType()->isIncompleteArrayType()) { in InitListTransformer()
3949 if (Wrap) { in InitListTransformer()
3964 if (!Wrap) in generateInitLists()
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in120 help = "Wrap a file within a SignedData object"

12