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

  /external/clang/test/PCH/
cxx-traits.cpp 10 bool default_construct_int = is_trivially_constructible<int>::value;
11 bool copy_construct_int = is_trivially_constructible<int, const int&>::value;
cxx-traits.h 14 struct is_trivially_constructible { struct
  /external/clang/test/SemaCXX/
type-traits.cpp 1784 struct is_trivially_constructible { struct
    [all...]

Completed in 123 milliseconds