OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__is_empty
(Results
1 - 14
of
14
) sorted by null
/external/clang/test/PCH/
cxx-traits.cpp
12
bool _Is_empty_check = n::
__is_empty
<int>::__value;
30
bool _is_empty_result =
__is_empty
(int);
cxx-traits.h
11
struct
__is_empty
{ // expected-warning {{keyword '
__is_empty
' will be made available as an identifier for the remainder of the translation unit}}
struct in namespace:n
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h
159
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
176
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
hashtable_policy.h
830
bool __use_ebo = !__is_final(_Tp) &&
__is_empty
(_Tp)>
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
allocator.h
159
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
176
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
hashtable_policy.h
830
bool __use_ebo = !__is_final(_Tp) &&
__is_empty
(_Tp)>
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
allocator.h
159
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
176
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
hashtable_policy.h
830
bool __use_ebo = !__is_final(_Tp) &&
__is_empty
(_Tp)>
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
allocator.h
159
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
176
template<typename _Alloc, bool =
__is_empty
(_Alloc)>
shared_ptr_base.h
403
bool __use_ebo = !__is_final(_Tp) &&
__is_empty
(_Tp)>
[
all
...]
hashtable_policy.h
976
bool __use_ebo = !__is_final(_Tp) &&
__is_empty
(_Tp)>
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp
87
# define BOOST_IS_EMPTY(T)
__is_empty
(T)
139
# define BOOST_IS_EMPTY(T)
__is_empty
(T)
202
# define BOOST_IS_EMPTY(T)
__is_empty
(T)
234
# define BOOST_IS_EMPTY(T)
__is_empty
(T)
262
# define BOOST_IS_EMPTY(T)
__is_empty
(T)
/external/clang/test/SemaCXX/
type-traits.cpp
223
{ int arr[T(
__is_empty
(Empty))]; }
224
{ int arr[T(
__is_empty
(DerivesEmpty))]; }
225
{ int arr[T(
__is_empty
(HasCons))]; }
226
{ int arr[T(
__is_empty
(HasCopyAssign))]; }
227
{ int arr[T(
__is_empty
(HasMoveAssign))]; }
228
{ int arr[T(
__is_empty
(HasDest))]; }
229
{ int arr[T(
__is_empty
(HasFunc))]; }
230
{ int arr[T(
__is_empty
(HasOp))]; }
231
{ int arr[T(
__is_empty
(HasConv))]; }
232
{ int arr[T(
__is_empty
(HasAssign))];
[
all
...]
/external/clang/lib/Parse/
ParseExpr.cpp
654
/// '
__is_empty
' [TODO]
799
REVERTIBLE_TYPE_TRAIT(
__is_empty
);
[
all
...]
Completed in 3030 milliseconds