OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_trivially_constructible
(Results
1 - 8
of
8
) sorted by null
/external/clang/test/PCH/
cxx-traits.cpp
14
bool default_construct_int =
is_trivially_constructible
<int>::value;
15
bool copy_construct_int =
is_trivially_constructible
<int, const int&>::value;
cxx-traits.h
14
struct
is_trivially_constructible
{
struct
/external/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), "");
Android.mk
43
test_name := utilities/meta/meta.unary/meta.unary.prop/
is_trivially_constructible
44
test_src :=
is_trivially_constructible
.pass.cpp
/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/SemaCXX/
type-traits.cpp
1975
struct
is_trivially_constructible
{
struct
[
all
...]
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 155 milliseconds