| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| bit.h | 38 #if (__has_feature(is_trivially_copyable) && defined(_LIBCPP_VERSION)) || \ 41 typename = std::enable_if_t<std::is_trivially_copyable<To>::value>, 42 typename = std::enable_if_t<std::is_trivially_copyable<From>::value> 43 #elif __has_feature(is_trivially_copyable) 49 // llvm/Support/type_traits.h's is_trivially_copyable we don't want to
|
| PointerIntPair.h | 130 // Specialize is_trivially_copyable to avoid limitation of llvm::is_trivially_copyable 135 struct is_trivially_copyable<PointerIntPair<PointerTy, IntBits, IntType, PtrTraits, Info>> : std::true_type { struct in namespace:llvm 137 static_assert(std::is_trivially_copyable<PointerIntPair<PointerTy, IntBits, IntType, PtrTraits, Info>>::value, 138 "inconsistent behavior between llvm:: and std:: implementation of is_trivially_copyable");
|
| DenseMap.h | 429 if (std::is_trivially_copyable<KeyT>::value && 430 std::is_trivially_copyable<ValueT>::value)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| bcache.h | 155 template<typename T, typename = gdb::Requires<std::is_trivially_copyable<T>>> 169 template<typename T, typename = gdb::Requires<std::is_trivially_copyable<T>>>
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_type_traits.h | 128 struct is_trivially_copyable struct in namespace:__sanitizer 134 struct is_trivially_copyable struct in namespace:__sanitizer
|
| sanitizer_dense_map.h | 323 if (__sanitizer::is_trivially_copyable<KeyT>::value && 324 __sanitizer::is_trivially_copyable<ValueT>::value)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| type_traits.h | 135 // An implementation of `std::is_trivially_copyable` since STL version 140 class is_trivially_copyable { class in namespace:llvm 180 static_assert(value == std::is_trivially_copyable<T>::value, 181 "inconsistent behavior between llvm:: and std:: implementation of is_trivially_copyable"); 185 class is_trivially_copyable<T*> : public std::true_type { class in namespace:llvm
|
| /src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| FileEntry.h | 49 class OptionalStorage<clang::FileEntryRef, /*is_trivially_copyable*/ true>; 189 static_assert(std::is_trivially_copyable<FileEntryRef>::value, 222 static_assert(std::is_trivially_copyable<Optional<clang::FileEntryRef>>::value, 322 std::is_trivially_copyable<
|
| DirectoryEntry.h | 187 std::is_trivially_copyable<Optional<clang::DirectoryEntryRef>>::value, 290 static_assert(std::is_trivially_copyable<
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| GSIStreamBuilder.h | 142 static_assert(std::is_trivially_copyable<BulkPublic>::value,
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| packed-selftests.c | 48 CHECK_TRAIT (is_trivially_copyable); variable
|
| enum-flags-selftests.c | 67 static_assert (std::is_trivially_copyable<EnumFlag>::value);
|
| array-view-selftests.c | 32 CHECK_TRAIT (is_trivially_copyable); variable
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| packed.h | 83 static_assert (std::is_trivially_copyable<packed>::value);
|
| poison.h | 67 std::is_trivially_copyable<T>>
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| packed-selftests.c | 48 CHECK_TRAIT (is_trivially_copyable); variable
|
| enum-flags-selftests.c | 67 static_assert (std::is_trivially_copyable<EF>::value);
|
| array-view-selftests.c | 32 CHECK_TRAIT (is_trivially_copyable); variable
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| packed.h | 83 static_assert (std::is_trivially_copyable<packed>::value);
|
| poison.h | 67 std::is_trivially_copyable<T>>
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| TypeHashing.h | 174 static_assert(std::is_trivially_copyable<GloballyHashedType>::value,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| vec.h | 1091 but not std::is_trivially_copyable nor 1093 static_assert (std::is_trivially_copyable <T>::value, ""); 1111 static_assert (std::is_trivially_copyable <T>::value, ""); 1161 static_assert (std::is_trivially_copyable <T>::value, ""); 1177 static_assert (std::is_trivially_copyable <T>::value, ""); 1197 struct is_trivially_copyable_or_pair : std::is_trivially_copyable<T> { }; 1201 : std::integral_constant<bool, std::is_trivially_copyable<T>::value 1202 && std::is_trivially_copyable<U>::value> { };
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| std_function.h | 70 : is_trivially_copyable<_Tp>::type
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| std_function.h | 70 : is_trivially_copyable<_Tp>::type
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| DifferenceEngine.cpp | 70 if (std::is_trivially_copyable<T>::value)
|