/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/ostringstream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_ostream<char>, std::basic_ostringstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_stringbuf<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringstream/ |
types.pass.cpp | 29 static_assert((std::is_base_of<std::basic_iostream<char>, std::basic_stringstream<char> >::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/ |
floating.pass.cpp | 31 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | 256 llvm::is_base_of<From, T>::value && 674 (llvm::is_base_of<Decl, T>::value || 675 llvm::is_base_of<Stmt, T>::value || 676 llvm::is_base_of<NestedNameSpecifier, T>::value || 677 llvm::is_base_of<NestedNameSpecifierLoc, T>::value || 678 llvm::is_base_of<TypeLoc, T>::value || 679 llvm::is_base_of<QualType, T>::value), 691 (llvm::is_base_of<Decl, T>::value || 692 llvm::is_base_of<Stmt, T>::value || 693 llvm::is_base_of<NestedNameSpecifier, T>::value | [all...] |
/external/clang/include/clang/AST/ |
ASTTypeTraits.h | 267 T, typename llvm::enable_if<llvm::is_base_of< 272 T, typename llvm::enable_if<llvm::is_base_of< 277 T, typename llvm::enable_if<llvm::is_base_of<
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unique_ptr.h | 81 // Like is_base_of<_Tp, _Up> but false if unqualified types are the same 84 = __and_< is_base_of<_Tp, _Up>, 305 // like is_base_of<_Tp, _Up> but false if unqualified types are the same 308 = __and_< is_base_of<_Tp, _Up>,
|
/external/clang/lib/CodeGen/ |
EHScopeStack.h | 68 llvm::is_base_of<llvm::Value, T>::value && 69 !llvm::is_base_of<llvm::Constant, T>::value && 70 !llvm::is_base_of<llvm::BasicBlock, T>::value>
|
/external/llvm/include/llvm/Support/ |
type_traits.h | 194 /// is_base_of - Metafunction to determine whether one type is a base class of 197 struct is_base_of { struct in namespace:llvm
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
type_traits | 153 struct is_base_of
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 153 struct is_base_of
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 153 struct is_base_of
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
type_traits | 153 struct is_base_of
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
type_traits | 153 struct is_base_of
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ |
type_utils.hpp | 62 using std::tr1::is_base_of;
|