HomeSort by relevance Sort by last modified time
    Searched full:is_trivially_constructible (Results 1 - 16 of 16) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_constructible.pass.cpp 13 // struct is_trivially_constructible;
20 static_assert(( std::is_trivially_constructible<T>::value), "");
26 static_assert(( std::is_trivially_constructible<T, A0>::value), "");
32 static_assert((!std::is_trivially_constructible<T>::value), "");
38 static_assert((!std::is_trivially_constructible<T, A0>::value), "");
44 static_assert((!std::is_trivially_constructible<T, A0, A1>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_trivially_constructible.pass.cpp 13 // struct is_trivially_constructible;
20 static_assert(( std::is_trivially_constructible<T>::value), "");
26 static_assert(( std::is_trivially_constructible<T, A0>::value), "");
32 static_assert((!std::is_trivially_constructible<T>::value), "");
38 static_assert((!std::is_trivially_constructible<T, A0>::value), "");
44 static_assert((!std::is_trivially_constructible<T, A0, A1>::value), "");
  /external/clang/test/PCH/
cxx-traits.cpp 14 bool default_construct_int = n::is_trivially_constructible<int>::value;
15 bool copy_construct_int = n::is_trivially_constructible<int, const int&>::value;
cxx-traits.h 16 struct is_trivially_constructible { struct in namespace:n
  /external/libcxx/include/
type_traits 110 template <class T, class... Args> struct is_trivially_constructible;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 105 template <class T, class... Args> struct is_trivially_constructible;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 105 template <class T, class... Args> struct is_trivially_constructible;
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 2012 struct is_trivially_constructible { struct
    [all...]
  /external/libcxx/include/experimental/
type_traits 114 = is_trivially_constructible<T, Args...>::value;
328 = is_trivially_constructible<_Tp, _Ts...>::value;
  /external/libcxx/www/
type_traits_design.html 152 <td><tt>is_trivially_constructible&lt;T, Args...&gt;</tt></td>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
type_traits     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
type_traits     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 330 milliseconds