OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_nothrow_assign
(Results
1 - 25
of
31
) sorted by null
1
2
/external/clang/test/Lexer/
has_feature_type_traits.cpp
3
#if __has_feature(
has_nothrow_assign
)
4
int
has_nothrow_assign
();
6
// CHECK: int
has_nothrow_assign
();
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
type_traits
107
struct
has_nothrow_assign
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
107
struct
has_nothrow_assign
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
107
struct
has_nothrow_assign
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
107
struct
has_nothrow_assign
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
type_traits
107
struct
has_nothrow_assign
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits
217
///
has_nothrow_assign
219
struct
has_nothrow_assign
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits
217
///
has_nothrow_assign
219
struct
has_nothrow_assign
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits
217
///
has_nothrow_assign
219
struct
has_nothrow_assign
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits
217
///
has_nothrow_assign
219
struct
has_nothrow_assign
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits
217
///
has_nothrow_assign
219
struct
has_nothrow_assign
/external/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/ndk/sources/cxx-stl/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
intrinsics.hpp
159
# if __has_feature(
has_nothrow_assign
)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
type_traits
542
struct
has_nothrow_assign
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
type_traits
542
struct
has_nothrow_assign
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits
542
struct
has_nothrow_assign
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits
539
struct
has_nothrow_assign
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
type_traits
543
struct
has_nothrow_assign
:
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
type_traits
542
struct
has_nothrow_assign
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
type_traits
539
struct
has_nothrow_assign
Completed in 613 milliseconds
1
2