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

  /external/clang/test/CXX/special/class.copy/
p12-0x.cpp 176 struct TopAccess : Access {};
177 static_assert(__is_trivially_constructible(TopAccess, const TopAccess &), "");
178 static_assert(!__is_trivially_constructible(TopAccess, TopAccess &&), "");
p25-0x.cpp 199 struct TopAccess : Access {};
200 static_assert(__is_trivially_assignable(TopAccess, const TopAccess &), "");
201 static_assert(!__is_trivially_assignable(TopAccess, TopAccess &&), "");

Completed in 151 milliseconds