HomeSort by relevance Sort by last modified time
    Searched full:downcast (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/compiler-rt/test/ubsan/TestCases/TypeCheck/
vptr.cpp 7 // RUN: %run %t cS 2>&1 | FileCheck %s --check-prefix=CHECK-DOWNCAST --strict-whitespace
10 // RUN: %run %t cV 2>&1 | FileCheck %s --check-prefix=CHECK-DOWNCAST --strict-whitespace
110 // CHECK-DOWNCAST: vptr.cpp:[[@LINE+5]]:5: runtime error: downcast of address [[PTR:0x[0-9a-f]*]] which does not point to an object of type 'T'
111 // CHECK-DOWNCAST-NEXT: [[PTR]]: note: object is of type [[DYN_TYPE:'S'|'U']]
112 // CHECK-DOWNCAST-NEXT: {{^ .. .. .. .. .. .. .. .. .. .. .. .. }}
113 // CHECK-DOWNCAST-NEXT: {{^ \^~~~~~~~~~~(~~~~~~~~~~~~)? *$}}
114 // CHECK-DOWNCAST-NEXT: {{^ vptr for}} [[DYN_TYPE]]
  /art/runtime/base/
casts.h 50 // always succeed. When you downcast (that is, cast a pointer from
54 // when you downcast, you should use this macro. In debug mode, we
55 // use dynamic_cast<> to double-check the downcast is legal (we die
  /external/chromium_org/sandbox/win/src/
ipc_ping_test.cc 23 // Downcast because we have internal knowledge of the object returned.
broker_services.cc 192 // change the downcast to it in SpawnTarget().
334 // This downcast is safe as long as we control CreatePolicy()
  /external/chromium_org/content/public/test/
web_contents_tester.h 36 // inheritance pattern, which means we wouldn't be e.g. able to downcast from
43 // downcast to a WebContentsImpl*, and this wouldn't be true for TestWebContents
  /libcore/luni/src/main/java/javax/xml/transform/dom/
DOMLocator.java 29 * error must downcast the {@link javax.xml.transform.SourceLocator}
  /external/ceres-solver/internal/ceres/
casts.h 73 // always succeed. When you downcast (that is, cast a pointer from
77 // when you downcast, you should use this macro. In debug mode, we
78 // use dynamic_cast<> to double-check the downcast is legal (we die
  /external/chromium_org/third_party/cld/base/
casts.h 39 // always succeed. When you downcast (that is, cast a pointer from
43 // when you downcast, you should use this macro. In debug mode, we
44 // use dynamic_cast<> to double-check the downcast is legal (we die
  /external/chromium_org/cc/resources/
raster_worker_pool.h 77 // Type-checking downcast routine.
rasterizer.h 38 // Type-checking downcast routines.
  /external/chromium_org/components/infobars/core/
infobar_delegate.h 103 // Type-checking downcast routines:
  /external/chromium_org/third_party/WebKit/public/platform/
WebCryptoKey.h 110 // * Safe to downcast to known type (since embedder creates all the keys)
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 58 // Well-formed downcast
109 // Well-formed downcast
  /external/chromium_org/third_party/freetype/src/cff/
cf2ft.c 121 /* downcast the object pointer */
143 /* downcast the object pointer */
173 /* downcast the object pointer */
  /external/freetype/src/cff/
cf2ft.c 123 /* downcast the object pointer */
145 /* downcast the object pointer */
175 /* downcast the object pointer */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cf2ft.c 121 /* downcast the object pointer */
143 /* downcast the object pointer */
173 /* downcast the object pointer */
  /external/compiler-rt/lib/ubsan/
ubsan_handlers.cc 25 "member call on", "constructor call on", "downcast of", "downcast of"
  /external/chromium_org/cc/quads/
draw_quad.h 23 // enum is used to "safely" downcast to the derived class.
  /external/chromium_org/extensions/common/permissions/
base_set_operators.h 70 // Ensure |T| is convertible to us, so we can safely downcast when calling
  /external/llvm/include/llvm/Analysis/
IVUsers.h 102 // ilist_node<NodeTy>, there is a legal viable downcast from it
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 77 Derived* derived = static_cast<Derived*>(base); // Poor man's downcast.
237 // iterator is of the same type and we can downcast.
334 // iterator is of the same type and we can downcast.
604 // type we are looking for, so we downcast it to that type
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_dri2.c 217 /* So far it is safe to downcast a DRI2Buffer2Ptr to DRI2BufferPtr */
230 /* So far it is safe to downcast a DRI2Buffer2Ptr to DRI2BufferPtr */
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_dri2.c 217 /* So far it is safe to downcast a DRI2Buffer2Ptr to DRI2BufferPtr */
230 /* So far it is safe to downcast a DRI2Buffer2Ptr to DRI2BufferPtr */
  /external/chromium_org/components/autofill/core/browser/
address_field_unittest.cc 28 // Downcast for tests.
phone_field_unittest.cc 27 // Downcast for tests.

Completed in 2797 milliseconds

1 2 3 4 5