OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 3102 milliseconds