Home
last modified time | relevance | path

Searched defs:is_trivially_copy_constructible (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Dtype_traits.h99 struct is_trivially_copy_constructible struct
103 struct is_trivially_copy_constructible<T &> : std::true_type {}; struct
105 struct is_trivially_copy_constructible<T &&> : std::false_type {}; struct
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
H A Dtype_traits.h410 struct is_trivially_copy_constructible struct

Completed in 2 milliseconds