OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_enum
(Results
76 - 91
of
91
) sorted by null
1
2
3
4
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits
40
template <class T> struct
is_enum
;
485
//
is_enum
487
#if __has_feature(
is_enum
) || defined(_LIBCPP_HAS_TYPE_TRAITS)
489
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_enum
494
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_enum
528
is_enum
<_Tp>::value > {};
[
all
...]
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits
40
template <class T> struct
is_enum
;
485
//
is_enum
487
#if __has_feature(
is_enum
) || defined(_LIBCPP_HAS_TYPE_TRAITS)
489
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_enum
494
template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY
is_enum
528
is_enum
<_Tp>::value > {};
[
all
...]
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
type_traits
364
///
is_enum
366
struct
is_enum
538
: public __or_<is_arithmetic<_Tp>,
is_enum
<_Tp>, is_pointer<_Tp>,
[
all
...]
functional
[
all
...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp
178
# if __has_feature(
is_enum
)
/external/clang/lib/Lex/
PPMacroExpansion.cpp
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
275
void
is_enum
()
function
[
all
...]
/external/libcxx/include/
functional
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
functional
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
functional
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
functional
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
functional
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
functional
[
all
...]
Completed in 1303 milliseconds
1
2
3
4