Home
last modified time | relevance | path

Searched refs:conjunction (Results 1 – 25 of 154) sorted by relevance

1234567

/openbsd-src/gnu/llvm/libcxx/include/__type_traits/
H A Dconjunction.h43 struct conjunction : true_type {}; struct
46 struct conjunction<_Arg> : _Arg {};
49 struct conjunction<_Arg, _Args...> : conditional_t<!bool(_Arg::value), _Arg, conjunction<_Args...>>…
52 inline constexpr bool conjunction_v = conjunction<_Args...>::value;
/openbsd-src/share/snmp/
H A DTRANSPORT-ADDRESS-MIB.txt296 in conjunction with TransportAddressType or TransportDomain
315 in conjunction with TransportAddressType or TransportDomain
335 in conjunction with TransportAddressType or TransportDomain
356 in conjunction with TransportAddressType or TransportDomain
375 in conjunction with TransportAddressType or TransportDomain
411 in conjunction with TransportAddressType or TransportDomain
H A DINET-ADDRESS-MIB.txt152 conjunction with InetAddressType, as a pair."
169 conjunction with InetAddressType, as a pair."
195 conjunction with InetAddressType, as a pair."
220 conjunction with InetAddressType, as a pair."
245 conjunction with InetAddressType, as a pair."
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dt-iris5-616 # -hidden_symbol option, which is documented to be ignored in conjunction
/openbsd-src/gnu/llvm/llvm/
H A DRELEASE_TESTERS.TXT4 They will also, in conjunction with the release manager and the code owners,
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DAny.h73 std::conjunction<
/openbsd-src/sbin/isakmpd/
H A DREADME61 page isakmpd.policy(5) describes the policy model used in conjunction with
/openbsd-src/games/hack/
H A DREAD_ME38 /etc/termcap Used in conjunction with the environment variable
/openbsd-src/gnu/llvm/libcxx/include/
H A Dtype_traits406 template<class... B> struct conjunction; // C++17
408 inline constexpr bool conjunction_v = conjunction<B...>::value; // C++17
437 #include <__type_traits/conjunction.h>
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-i960.texi165 You can use the @samp{.leafproc} directive in conjunction with the
174 A @samp{.leafproc} declaration is meant for use in conjunction with the
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-i960.texi165 You can use the @samp{.leafproc} directive in conjunction with the
174 A @samp{.leafproc} declaration is meant for use in conjunction with the
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.chacha20poly130542 keyed by K_2, is used in conjunction with poly1305 to build an AEAD
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i370/
H A DREADME35 This compiler, in conjunction with the gas/binutils assembler, defines
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl586delta.pod19 work in conjunction with firewalls such as McAfee Guardian. For full details
H A Dperldtrace.pod28 I<probes> for instrumentation. You can use these in conjunction
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A Ddsymutil.rst64 used in conjunction with ``--update`` option, this option will cause redundant
H A Dllvm-pdbutil.rst278 In conjunction with :option:`-streams`, add information to the output about
388 When used in conjunction with :option:`-type-index` or :option:`-id-index`,
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Issues.csv212 "`2569 <https://wg21.link/LWG2569>`__","conjunction and disjunction requirements are too strict","I…
213 "`2570 <https://wg21.link/LWG2570>`__","[fund.ts.v2] conjunction and disjunction requirements are t…
216 "`2587 <https://wg21.link/LWG2587>`__","""Convertible to bool"" requirement in conjunction and disj…
217 …link/LWG2588>`__","[fund.ts.v2] ""Convertible to bool"" requirement in conjunction and disjunction…
/openbsd-src/gnu/llvm/llvm/include/llvm/Option/
H A DOptParser.td57 // help text. Clients *can* use this in conjunction with the OptTable::PrintHelp
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dinc-hist.texinfo256 This is most useful in conjunction with Readline.
422 conjunction with @samp{s}, as in @code{gs/@var{old}/@var{new}/},
/openbsd-src/gnu/lib/libreadline/doc/
H A Dhsuser.texinfo268 This is most useful in conjunction with Readline.
434 conjunction with @samp{s}, as in @code{gs/@var{old}/@var{new}/},
/openbsd-src/gnu/usr.bin/cvs/
H A DREADME54 following tasks are not included; they can be done in conjunction with
/openbsd-src/gnu/llvm/llvm/docs/
H A DReleaseProcess.rst82 * On non-release testing, you can use ``-final`` in conjunction with
/openbsd-src/gnu/llvm/clang/docs/analyzer/user-docs/
H A DTaintAnalysisConfiguration.rst151 It is used in conjunction with `VariadicIndex` to specify arguments inside a variadic argument.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DNEWS13 this can be used in conjunction with the --add-gnu-debuglink switch to create

1234567