OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_nothrow_copy
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/Lexer/
has_feature_type_traits.cpp
8
#if __has_feature(
has_nothrow_copy
)
9
int
has_nothrow_copy
();
11
// CHECK: int
has_nothrow_copy
();
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
type_traits
102
struct
has_nothrow_copy
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
102
struct
has_nothrow_copy
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
102
struct
has_nothrow_copy
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
type_traits
102
struct
has_nothrow_copy
/external/stlport/stlport/
type_traits
538
struct
has_nothrow_copy
:
/ndk/sources/cxx-stl/stlport/stlport/
type_traits
538
struct
has_nothrow_copy
:
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/
type_traits
538
struct
has_nothrow_copy
:
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/
type_traits
538
struct
has_nothrow_copy
:
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/
type_traits
538
struct
has_nothrow_copy
:
/external/clang/lib/Lex/
PPMacroExpansion.cpp
652
.Case("
has_nothrow_copy
", LangOpts.CPlusPlus)
[
all
...]
/external/clang/test/SemaCXX/
type-traits.cpp
1255
void
has_nothrow_copy
() {
function
[
all
...]
Completed in 1172 milliseconds