| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| STLForwardCompat.h | 32 struct conjunction // NOLINT(readability-identifier-naming) struct in namespace:llvm 34 template <typename B1> struct conjunction<B1> : B1 {}; struct in namespace:llvm 36 struct conjunction<B1, Bn...> struct in namespace:llvm 37 : std::conditional<bool(B1::value), conjunction<Bn...>, B1>::type {};
|
| Any.h | 69 llvm::conjunction<
|
| STLExtras.h | 1300 using are_base_of = conjunction<std::is_base_of<T, Ts>...>; 1413 using sort_trivially_copyable = conjunction<
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/ |
| jemalloc_mangle.sh | 9 * so that it is possible to use jemalloc in conjunction with another allocator
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/ |
| jemalloc_mangle.sh | 9 * so that it is possible to use jemalloc in conjunction with another allocator
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| execution_impl.h | 24 using __are_iterators_of = std::conjunction<
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| traits.h | 102 using And = std::conjunction<T...>;
|
| enum-flags.h | 144 using EnumIsSafeForBitwiseComplement = std::conjunction<
|
| /src/external/gpl3/gcc/dist/contrib/ |
| compareSumTests3 | 117 This option may only be used in conjunction with C<-i>. 143 $error = "-x may only be given in conjunction with -i.";
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| simd_converter.h | 78 conjunction<is_same<_From, _To>, is_same<_AFrom, _ATo>>> 99 conjunction<is_same<_From, _To>, is_same<_AFrom, _ATo>>>
|
| simd.h | 573 : conjunction<__is_vectorizable<_Ptr>, __is_vectorizable<_ValueType>> {}; 1108 typename = enable_if_t<conjunction< 1112 conjunction<is_same<_DecayedFrom, _UInt>, is_unsigned<_To>>, 4568 conjunction< 4579 conjunction< 4591 conjunction< 4850 template <typename _Up, typename = enable_if_t<conjunction< 5428 conjunction<is_integral<_Tp>, 5472 conjunction<
|
| simd_math.h | 178 negation<conjunction< \
|
| simd_builtin.h | 832 struct _IsValid : conjunction<_IsValidAbiTag, __is_vectorizable<_Tp>, 967 : conjunction<
|
| simd_fixed_size.h | 1111 struct _IsValid : conjunction<_IsValidAbiTag, __is_vectorizable<_Tp>,
|
| simd_sve.h | 607 : conjunction<_IsValidAbiTag, __bool_constant<__have_sve>,
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| compareSumTests3 | 117 This option may only be used in conjunction with C<-i>. 143 $error = "-x may only be given in conjunction with -i.";
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| simd_converter.h | 66 conjunction<is_same<_From, _To>, is_same<_AFrom, _ATo>>>>>
|
| simd.h | 551 : conjunction<__is_vectorizable<_Ptr>, __is_vectorizable<_ValueType>> {}; 1073 typename = enable_if_t<conjunction< 1077 conjunction<is_same<_DecayedFrom, _UInt>, is_unsigned<_To>>, 4485 conjunction< 4496 conjunction< 4508 conjunction< 4747 template <typename _Up, typename = enable_if_t<conjunction< 5325 conjunction<is_integral<_Tp>, 5369 conjunction<
|
| simd_math.h | 178 negation<conjunction< \
|
| simd_builtin.h | 832 struct _IsValid : conjunction<_IsValidAbiTag, __is_vectorizable<_Tp>, 967 : conjunction<
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| enum-flags.h | 144 using EnumIsSafeForBitwiseComplement = std::conjunction<
|
| /src/games/warp/ |
| config.h.SH | 35 * VMS. It is currently only set in conjunction with the EUNICE symbol.
|
| /src/sys/arch/ia64/stand/common/ |
| help.common | 55 most useful in conjunction with scripts and the '@' line prefix.
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| std-name-hint.h | 754 {"conjunction", "<type_traits>", cxx17},
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-replication.c | 253 #define ADDR_NAME_LOGGER(log_type, address, preamble, conjunction, number, fullname, interfaceIndex) \ 258 conjunction, fullname, number, interfaceIndex); \ 263 conjunction, fullname, number, interfaceIndex); \
|