OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dynamic_cast
(Results
51 - 75
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenCXX/
global-init.cpp
114
B *const q = &
dynamic_cast
<B&>(*p);
120
B *const r =
dynamic_cast
<B*>(p);
134
B *const w =
dynamic_cast
<B*>(v);
/abi/cpp/src/
dynamic_cast.cc
28
//
dynamic_cast
.cc: RTTI support.
276
* dst: destination type (the "T" in "
dynamic_cast
<T>(v)").
307
// C++ ABI 2.9.7 The
dynamic_cast
Algorithm:
339
// C++ ABI 2.9.7 The
dynamic_cast
Algorithm:
/external/clang/utils/VtableTest/
gen.cc
270
gl(" mix(\"real top v current top\", t - (char *)
dynamic_cast
<void*>(this));");
279
/* check
dynamic_cast
to each direct base */
281
g(" if ((char *)
dynamic_cast
<s"); g(bases[i]); gl("*>(this))");
282
g(" mix(\"base dyn cast\", t - (char *)
dynamic_cast
<s"); g(bases[i]); gl("*>(this));");
/ndk/sources/cxx-stl/gabi++/src/
dynamic_cast.cc
28
//
dynamic_cast
.cc: RTTI support.
276
* dst: destination type (the "T" in "
dynamic_cast
<T>(v)").
307
// C++ ABI 2.9.7 The
dynamic_cast
Algorithm:
339
// C++ ABI 2.9.7 The
dynamic_cast
Algorithm:
pbase_type_info.cc
94
dynamic_cast
<const __pbase_type_info*>(__pointee);
/ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/except.nested/
throw_with_nested.pass.cpp
87
const B& b =
dynamic_cast
<const B&>(e);
/ndk/tests/device/test-gabi++/jni/
test_gabixx_rtti.cpp
94
bar =
dynamic_cast
<Bar*>(foo);
/ndk/tests/device/test-stlport-rtti/jni/
test_stlport_rtti.cpp
94
bar =
dynamic_cast
<Bar*>(foo);
/external/icu4c/i18n/
udat.cpp
38
dynamic_cast
<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
384
const SimpleDateFormat *sdtfmt=
dynamic_cast
<const SimpleDateFormat *>(df);
391
} else if (!localized && (reldtfmt=
dynamic_cast
<const RelativeDateFormat *>(df))!=NULL) {
434
if ((sdtfmt =
dynamic_cast
<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
436
} else if ((rdtfmt =
dynamic_cast
<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
549
if ((sdtfmt =
dynamic_cast
<const SimpleDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
551
} else if ((rdtfmt =
dynamic_cast
<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))) != NULL) {
974
dynamic_cast
<const RelativeDateFormat*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
[
all
...]
ucal.cpp
96
SimpleTimeZone* stz =
dynamic_cast
<SimpleTimeZone*>(zone);
258
GregorianCalendar *gregocal =
dynamic_cast
<GregorianCalendar *>(cpp_cal);
281
const GregorianCalendar *gregocal =
dynamic_cast
<const GregorianCalendar *>(cpp_cal);
740
const BasicTimeZone * btz =
dynamic_cast
<const BasicTimeZone *>(&tz);
/prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi/
libgabi++_shared.so
/prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/armeabi-v7a/
libgabi++_shared.so
/prebuilts/ndk/7/sources/cxx-stl/gabi++/libs/x86/
libgabi++_shared.so
/prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/mips/
libgabi++_shared.so
/prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/x86/
libgabi++_shared.so
/external/protobuf/src/google/protobuf/
generated_message_reflection.h
366
// There are some places in proto2 where
dynamic_cast
would be useful as an
375
// as an optimization. So, we use
dynamic_cast
to check this.
377
// That said,
dynamic_cast
requires RTTI, which many people like to disable
384
// enabled, it does a
dynamic_cast
. If RTTI is disabled, it just returns
394
return
dynamic_cast
<To>(from);
/cts/suite/audio_quality/lib/src/task/
TaskGeneric.cpp
71
// do not use
dynamic_cast
intentionally
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p5.cpp
49
(void)
dynamic_cast
<auto&>(n); // expected-error{{'auto' not allowed here}}
/external/clang/test/SemaCXX/
return-stack-addr.cpp
140
// TODO: test case for
dynamic_cast
. clang does not yet have
/external/clang/test/SemaObjCXX/
properties.mm
55
(void)
dynamic_cast
<X&>(t.prop);
/external/webkit/Source/WebCore/platform/haiku/
ContextMenuItemHaiku.cpp
79
if (
dynamic_cast
<BSeparatorItem*>(m_platformDescription))
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp
76
wxGCDCImpl *impl =
dynamic_cast
<wxGCDCImpl*> (dc.GetImpl());
/external/clang/test/SemaTemplate/
instantiate-cast.cpp
48
//
dynamic_cast
53
(void)
dynamic_cast
<U>(t); // expected-error{{not a reference or pointer}}
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.tcc
97
&&
dynamic_cast
<const _Facet*>(__facets[__i]));
112
return
dynamic_cast
<const _Facet&>(*__facets[__i]);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc
99
&&
dynamic_cast
<const _Facet*>(__facets[__i]));
114
return
dynamic_cast
<const _Facet&>(*__facets[__i]);
Completed in 619 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>