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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/x86/
libgabi++_static.a     [all...]
  /external/clang/include/clang/Basic/
DiagnosticASTKinds.td 15 "%select{reinterpret_cast|dynamic_cast|cast which performs the conversions of"
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 142 /// \brief Evaluates C++ dynamic_cast cast.
  /external/clang/lib/AST/
ExprCXX.cpp 512 /// "static_cast", "dynamic_cast", "reinterpret_cast", or
517 case CXXDynamicCastExprClass: return "dynamic_cast";
574 /// isAlwaysNull - Return whether the result of the dynamic_cast is proven
581 /// C *f(B* b) { return dynamic_cast<C*>(b); }
    [all...]
  /external/icu4c/test/intltest/
dtfmapts.cpp 111 SimpleDateFormat *sdtfmt = dynamic_cast<SimpleDateFormat *>(b);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 88 'try', 'catch', 'inline', 'dynamic_cast', 'const_cast', 'reinterpret_cast',
klonecpp.php 54 'try', 'catch', 'dynamic_cast', 'const_cast', 'reinterpret_cast',
  /ndk/sources/cxx-stl/gabi++/src/
call_unexpected.cc 92 if (dynamic_cast<const __pointer_type_info*>(header->exceptionType)) {
  /external/icu4c/common/
normalizer2.cpp 767 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
804 const Normalizer2WithImpl *n2wi=dynamic_cast<const Normalizer2WithImpl *>(n2);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 624 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
774 * shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 624 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
774 * shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
shared_ptr.h 469 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
619 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
shared_ptr.h 624 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
774 * shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
shared_ptr.h 624 : _M_ptr(dynamic_cast<element_type*>(__r._M_ptr)),
774 * shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp     [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 295 constexpr bool dyncast = sptr == dynamic_cast<S*>(sptr); // expected-error {{constant expression}} expected-note {{dynamic_cast}}
299 int a : dynamic_cast<S*>(sptr) == dynamic_cast<S*>(sptr); // \
301 expected-note {{dynamic_cast is not allowed in a constant expression}}
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 978 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
986 if (_Tp* __p = dynamic_cast<_Tp*>(__r.get()))
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 978 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
986 if (_Tp* __p = dynamic_cast<_Tp*>(__r.get()))
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 978 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
986 if (_Tp* __p = dynamic_cast<_Tp*>(__r.get()))
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 978 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
986 if (_Tp* __p = dynamic_cast<_Tp*>(__r.get()))
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 968 * <code>shared_ptr<_Tp, _Lp>(dynamic_cast<_Tp*>(__r.get()))</code>
976 if (_Tp* __p = dynamic_cast<_Tp*>(__r.get()))
    [all...]

Completed in 834 milliseconds

1 2 3 4 56 7 8 91011>>