Home
last modified time | relevance | path

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

12

/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/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/ExecutionEngine/Orc/Shared/
H A DExecutorAddress.h89 toPtr(WrapFn &&Wrap = WrapFn()) const {
92 return Wrap(reinterpret_cast<T>(IntPtr));
99 toPtr(WrapFn &&Wrap = WrapFn()) const {
102 return Wrap(reinterpret_cast<T *>(IntPtr));
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h173 auto MapResult = Map.insert(std::make_pair(Wrap(KV.first), KV.second)); in insert()
179 Map.insert(std::make_pair(Wrap(KV.first), std::move(KV.second))); in insert()
203 return Map.FindAndConstruct(Wrap(Key)); in FindAndConstruct()
207 return Map[Wrap(Key)];
228 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/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/crypto/heimdal/appl/gssmask/
H A Dgssmask.c734 HandleOP(Wrap) in HandleOP() argument
1060 S(Wrap),
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrFormats.td175 // Wrap the REGISTER part in another dag to make sure
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in120 help = "Wrap a file within a SignedData object"
/freebsd/contrib/less/
H A Dless.hlp273 Wrap lines at spaces.
/freebsd/contrib/diff/
H A DChangeLog1333 (authorship_msgid, option_help_msgid): Wrap in N_().
1402 (authorship_msgid, option_help_msgid): Wrap in N_().
1492 (authorship_msgid, option_help_msgid): Wrap in N_().
1564 (authorship_msgid): Wrap in N_().
1570 (option_help_msgid): Wrap in N_().
1612 (free_software_msgid): Wrap contents in N_.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.td726 // the list. Wrap around causes an error.
/freebsd/crypto/heimdal/
H A DChangeLog.200547 * lib/hdb, kdc, kadmin/load.c: Wrap hdb_entry with hdb_entry_ex, patch
50 * lib/hdb/hdb-ldap.c: Wrap hdb_entry with hdb_entry_ex, add url
H A DChangeLog.2006531 * lib/hdb/db3.c: Wrap function call pointer calls in (*func) to
1982 * lib/krb5/krb5_locl.h: Wrap KRB5_ADDRESSLESS_DEFAULT with #ifndef
/freebsd/crypto/heimdal/lib/kadm5/
H A DChangeLog316 * Wrap hdb_entry with hdb_entry_ex, patch originally

12