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

1 2 3

  /external/clang/test/CodeGenCXX/
dynamic_cast-no-rtti.cpp 12 // An upcast can be resolved statically and can be used with -fno-rtti, iff it
14 A *upcast(B *b) { function
  /external/chromium/net/disk_cache/
stats_histogram.cc 46 // We're preparing for an otherwise unsafe upcast by ensuring we have the
49 // Validate upcast by seeing that we're probably providing the checksum.
  /external/llvm/unittests/Support/
Casting.cpp 179 // types are statically known to be OK to upcast. This is the case when,
187 // No classof. We are testing that the upcast is inferred.
206 // This test verifies that the inferred upcast takes precedence over an
  /external/chromium_org/net/disk_cache/
stats_histogram.cc 67 // We're preparing for an otherwise unsafe upcast by ensuring we have the
  /external/chromium_org/skia/ext/
refptr_unittest.cc 112 TEST(RefPtrTest, Upcast) {
  /art/runtime/base/
casts.h 48 // When you upcast (that is, cast a pointer from type Foo to type
  /external/chromium/base/memory/
weak_ptr_unittest.cc 83 TEST(WeakPtrTest, UpCast) {
  /external/clang/test/SemaCXX/
address-space-conversion.cpp 53 // Well-formed upcast
104 // Well-formed upcast
warn-reinterpret-base-class.cpp 62 // Base class outside upcast base-chain is malformed.
79 // Virtual base class outside upcast base-chain is malformed.
cstyle-cast.cpp 156 // Member pointer upcast.
static-cast.cpp 126 // Member pointer upcast.
functional-cast.cpp 216 // Member pointer upcast.
  /external/ceres-solver/internal/ceres/
casts.h 71 // When you upcast (that is, cast a pointer from type Foo to type
  /external/chromium_org/third_party/cld/base/
casts.h 37 // When you upcast (that is, cast a pointer from type Foo to type
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableMap.java 88 * result must never be upcast back to LinkedEntry[] (or Object[], etc.), or
  /external/chromium_org/base/memory/
scoped_ptr.h 71 // Pass() properly handles upcast in assignment, i.e. you can assign
77 // PassAs<>() should be used to upcast return value in return statement:
473 // NOT use implicit_cast<Base*>() to upcast the static type of the array.
weak_ptr_unittest.cc 249 TEST(WeakPtrFactoryTest, UpCast) {
  /external/chromium_org/chrome/browser/profiles/
profile.h 171 // Typesafe upcast.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cxxabi.h 429 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cxxabi.h 429 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cxxabi.h 432 // Helper for upcast. See if DST is us, or one of our bases.

Completed in 699 milliseconds

1 2 3