HomeSort by relevance Sort by last modified time
    Searched full:dynamic_cast (Results 26 - 50 of 291) sorted by null

12 3 4 5 6 7 8 91011>>

  /abi/cpp/
Android.mk 10 src/dynamic_cast.cc \
  /external/clang/test/CodeCompletion/
call.cpp 21 // CHECK-CC1: COMPLETION: Pattern : dynamic_cast<<#type#>>(<#expression#>)
  /external/clang/test/PCH/
cxx_exprs.h 11 typedef __typeof__(dynamic_cast<Derived *>(base_ptr)) dynamic_cast_result;
  /external/clang/test/SemaTemplate/
fun-template-def.cpp 35 dynamic_cast<U>(const_cast<T>(i1)))));
  /ndk/tests/device/test-basic-rtti/jni/
test_basic_rtti.cpp 42 bar = dynamic_cast<Bar*>(foo);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
cast.h 68 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
96 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
nested_exception.h 90 { return dynamic_cast<const nested_exception*>(&__ex); }
98 { return dynamic_cast<const nested_exception*>(__ex); }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
cast.h 75 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
103 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
nested_exception.h 90 { return dynamic_cast<const nested_exception*>(&__ex); }
98 { return dynamic_cast<const nested_exception*>(__ex); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
cast.h 75 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
103 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h 68 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
96 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h 68 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
96 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
cast.h 68 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
96 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
cast.h 68 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
96 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
nested_exception.h 90 { return dynamic_cast<const nested_exception*>(&__ex); }
98 { return dynamic_cast<const nested_exception*>(__ex); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
cast.h 75 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
103 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
nested_exception.h 90 { return dynamic_cast<const nested_exception*>(&__ex); }
98 { return dynamic_cast<const nested_exception*>(__ex); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
cast.h 75 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
103 { return _ToType(dynamic_cast<typename _Caster<_ToType>::
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 40 CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split())
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp 28 (void)dynamic_cast<struct W {}*>((K*)0); // expected-error {{'W' can not be defined in a type specifier}}
  /ndk/sources/cxx-stl/gabi++/src/
pointer_to_member_type_info.cc 43 dynamic_cast<const __pointer_to_member_type_info *>(thr_type);
pointer_type_info.cc 46 if (dynamic_cast<const __function_type_info*>(thrown_type->__pointee)) {
  /external/clang/test/Parser/
cxx-casting.cpp 17 return dynamic_cast<struct B*>(a);
45 (void)dynamic_cast<::a>(b); // expected-error{{found '<::' after a dynamic_cast which forms the digraph '<:' (aka '[') and a ':', did you mean '< ::'?}}
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash.cc 123 dynamic_cast<const abi::__si_class_type_info*>(Derived))
127 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
160 dynamic_cast<const abi::__si_class_type_info*>(Derived))
164 dynamic_cast<const abi::__vmi_class_type_info*>(Derived);
225 dynamic_cast<abi::__class_type_info*>(Vtable->TypeInfo);
  /external/clang/test/Analysis/
derived-to-base.cpp 102 return dynamic_cast<B*>(a) && dynamic_cast<C*>(a);
123 return dynamic_cast<C*>(a);

Completed in 934 milliseconds

12 3 4 5 6 7 8 91011>>