| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | ExecutorSymbolDef.h | 45 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 D | ExecutorAddress.h | 120 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 D | ExpressionSourceCode.h | 23 Wrap = true, enumerator 28 bool NeedsWrapping() const { return m_wrap == Wrap; } in NeedsWrapping()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/ |
| H A D | HLSLRootSignature.h | 122 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 D | executor_address.h | 84 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 D | ValueMap.h | 178 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 D | xo_02.HIPx.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.HP.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.J.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.JP.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.T.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.X.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.XP.err | 9 --instance OR -I <name> Wrap in an instance of the given name 24 --wrap <path> Wrap output in a set of containers
|
| H A D | xo_02.H.err | 9 --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 D | freebsd-sources.pl | 32 use Text::Wrap;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionSourceCode.h | 50 Wrap, wrap_kind); in CreateWrapped()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | DXContainerYAML.h | 169 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 D | wrap.asn1 | 9 -- Taken from RFC 3370, Section 4.3.1 Triple-DES Key Wrap
|
| /freebsd/contrib/libxo/doc/ |
| H A D | xo.rst | 203 --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 D | HLSLRootSignatureTokenKinds.def | 208 TEXTURE_ADDRESS_MODE_ENUM(Wrap, "TEXTURE_ADDRESS_WRAP")
|
| /freebsd/crypto/heimdal/appl/gssmask/ |
| H A D | gssmask.c | 734 HandleOP(Wrap) in HandleOP() argument 1060 S(Wrap),
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DXContainerConstants.def | 188 TEXTURE_ADDRESS_MODE(1, Wrap)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrFormats.td | 175 // Wrap the REGISTER part in another dag to make sure
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaHLSL.cpp | 3794 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 D | hxtool-commands.in | 120 help = "Wrap a file within a SignedData object"
|