OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__is_pod
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/clang/test/CodeGenCXX/
unary-type-trait.cpp
4
bool a() { return
__is_pod
(int); }
/external/clang/test/SemaCXX/
type-traits-incomplete.cpp
6
__is_pod
(S); // expected-error{{incomplete type 'S' used in type trait expression}}
7
__is_pod
(S[]); // expected-error{{incomplete type 'S' used in type trait expression}}
libstdcxx_is_pod_hack.cpp
4
// issues with GCC's evolution. libstdc++ 4.2.x uses
__is_pod
as an
6
// GCC 4.3 and newer make
__is_pod
a keyword. Clang treats
__is_pod
as
10
struct
__is_pod
{
struct
11
__is_pod
() {}
function in struct:__is_pod
14
__is_pod
<int> ipi;
36
bool b =
__is_pod
(int);
37
must_be_true<
__is_pod
(int)> mbt;
40
# error
__is_pod
should still be available.
type-traits.cpp
143
{ int arr[T(
__is_pod
(int))]; }
144
{ int arr[T(
__is_pod
(Enum))]; }
145
{ int arr[T(
__is_pod
(POD))]; }
146
{ int arr[T(
__is_pod
(Int))]; }
147
{ int arr[T(
__is_pod
(IntAr))]; }
148
{ int arr[T(
__is_pod
(Statics))]; }
149
{ int arr[T(
__is_pod
(Empty))]; }
150
{ int arr[T(
__is_pod
(EmptyUnion))]; }
151
{ int arr[T(
__is_pod
(Union))]; }
152
{ int arr[T(
__is_pod
(HasFunc))];
[
all
...]
nullptr.cpp
118
static_assert(
__is_pod
(nullptr_t), "");
/external/clang/test/PCH/
cxx-traits.cpp
9
bool _Is_pod_comparator =
__is_pod
<int>::__value;
cxx-traits.h
4
struct
__is_pod
{
struct
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tempbuf.h
191
if (!
__is_pod
(_Tp) && _M_len > 0)
stl_uninitialized.h
115
return std::__uninitialized_copy<(
__is_pod
(_ValueType1)
116
&&
__is_pod
(_ValueType2))>::
170
std::__uninitialized_fill<
__is_pod
(_ValueType)>::
223
std::__uninitialized_fill_n<
__is_pod
(_ValueType)>::
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h
191
if (!
__is_pod
(_Tp) && _M_len > 0)
stl_uninitialized.h
115
return std::__uninitialized_copy<(
__is_pod
(_ValueType1)
116
&&
__is_pod
(_ValueType2))>::
170
std::__uninitialized_fill<
__is_pod
(_ValueType)>::
223
std::__uninitialized_fill_n<
__is_pod
(_ValueType)>::
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h
191
if (!
__is_pod
(_Tp) && _M_len > 0)
stl_uninitialized.h
115
return std::__uninitialized_copy<(
__is_pod
(_ValueType1)
116
&&
__is_pod
(_ValueType2))>::
170
std::__uninitialized_fill<
__is_pod
(_ValueType)>::
223
std::__uninitialized_fill_n<
__is_pod
(_ValueType)>::
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h
191
if (!
__is_pod
(_Tp) && _M_len > 0)
stl_uninitialized.h
115
return std::__uninitialized_copy<(
__is_pod
(_ValueType1)
116
&&
__is_pod
(_ValueType2))>::
170
std::__uninitialized_fill<
__is_pod
(_ValueType)>::
223
std::__uninitialized_fill_n<
__is_pod
(_ValueType)>::
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_tempbuf.h
191
if (!
__is_pod
(_Tp) && _M_len > 0)
stl_uninitialized.h
115
return std::__uninitialized_copy<(
__is_pod
(_ValueType1)
116
&&
__is_pod
(_ValueType2))>::
170
std::__uninitialized_fill<
__is_pod
(_ValueType)>::
223
std::__uninitialized_fill_n<
__is_pod
(_ValueType)>::
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp
86
# define BOOST_IS_POD(T) (
__is_pod
(T) && __has_trivial_constructor(T))
136
# define BOOST_IS_POD(T)
__is_pod
(T)
201
# define BOOST_IS_POD(T)
__is_pod
(T)
233
# define BOOST_IS_POD(T)
__is_pod
(T)
261
# define BOOST_IS_POD(T)
__is_pod
(T)
/external/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_msvc.h
86
# define _STLP_IS_POD(T)
__is_pod
(T)
Completed in 2410 milliseconds
1
2
3