HomeSort by: relevance | last modified time | path
    Searched defs:is_trivially_copyable (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/unittests/
packed-selftests.c 48 CHECK_TRAIT (is_trivially_copyable); variable
array-view-selftests.c 32 CHECK_TRAIT (is_trivially_copyable); variable
  /src/external/gpl3/gdb.old/dist/gdb/unittests/
packed-selftests.c 48 CHECK_TRAIT (is_trivially_copyable); variable
array-view-selftests.c 32 CHECK_TRAIT (is_trivially_copyable); variable
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
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");
  /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
  /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

Completed in 29 milliseconds