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