HomeSort by relevance Sort by last modified time
    Searched full:is_trivial (Results 26 - 48 of 48) sorted by null

12

  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 598 /// is_trivial
600 struct is_trivial
613 // Could use is_standard_layout && is_trivial instead of the builtin.
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 603 /// is_trivial
605 struct is_trivial
618 // Could use is_standard_layout && is_trivial instead of the builtin.
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits 603 /// is_trivial
605 struct is_trivial
618 // Could use is_standard_layout && is_trivial instead of the builtin.
    [all...]
  /external/libcxx/include/
type_traits 92 template <class T> struct is_trivial;
272 = is_trivial<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
type_traits 92 template <class T> struct is_trivial;
272 = is_trivial<T>::value; // C++17
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
type_traits 92 template <class T> struct is_trivial;
272 = is_trivial<T>::value; // C++17
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
type_traits 92 template <class T> struct is_trivial;
272 = is_trivial<T>::value; // C++17
    [all...]
  /external/Microsoft-GSL/gsl/
multi_span     [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 87 template <class T> struct is_trivial;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits 87 template <class T> struct is_trivial;
    [all...]
  /external/v8/src/regexp/
jsregexp.cc     [all...]
jsregexp.h 1284 bool is_trivial() { function in class:v8::internal::Trace
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Overload.h 766 static_assert(std::is_trivial<T>::value ||
    [all...]
  /art/runtime/
oat_file.cc 272 static_assert(std::is_trivial<T>::value, "T must be a trivial type");
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 1807 void is_trivial() function
    [all...]

Completed in 803 milliseconds

12