HomeSort by relevance Sort by last modified time
    Searched defs:vp (Results 1 - 25 of 247) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/SemaCXX/
reinterpret-fn-obj-pedantic.cpp 7 void *vp = reinterpret_cast<void*>(fp); // expected-warning {{cast between pointer-to-function and pointer-to-object is an extension}} local
8 (void)reinterpret_cast<fnptr>(vp); // expected-warning {{cast between pointer-to-function and pointer-to-object is an extension}}
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
41 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
42 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
43 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp < vp)>::value, "")
    [all...]
  /external/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
41 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
42 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
43 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp < vp)>::value, "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
41 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
42 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
43 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp < vp)>::value, "")
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 37 typename std::allocator_traits<Alloc>::pointer vp; local
40 static_assert(std::is_same<bool, decltype( vp == vp)>::value, "");
41 static_assert(std::is_same<bool, decltype( vp != vp)>::value, "");
42 static_assert(std::is_same<bool, decltype( vp > vp)>::value, "");
43 static_assert(std::is_same<bool, decltype( vp >= vp)>::value, "");
44 static_assert(std::is_same<bool, decltype( vp < vp)>::value, "")
    [all...]
  /external/clang/test/Parser/
pointer_promotion.c 4 void *vp; local
  /external/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 22 void* vp = 0; local
26 static_assert((std::is_same<decltype(memcpy(vp, vpc, s)), void*>::value), "");
27 static_assert((std::is_same<decltype(memmove(vp, vpc, s)), void*>::value), "");
37 static_assert((std::is_same<decltype(memchr(vp, 0, s)), void*>::value), "");
45 static_assert((std::is_same<decltype(memset(vp, 0, s)), void*>::value), "");
  /external/libcxx/test/strings/c.strings/
cstring.pass.cpp 22 void* vp = 0; local
26 static_assert((std::is_same<decltype(std::memcpy(vp, vpc, s)), void*>::value), "");
27 static_assert((std::is_same<decltype(std::memmove(vp, vpc, s)), void*>::value), "");
38 static_assert((std::is_same<decltype(std::memchr(vp, 0, s)), void*>::value), "");
50 static_assert((std::is_same<decltype(std::memset(vp, 0, s)), void*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
string_h.pass.cpp 22 void* vp = 0; local
26 static_assert((std::is_same<decltype(memcpy(vp, vpc, s)), void*>::value), "");
27 static_assert((std::is_same<decltype(memmove(vp, vpc, s)), void*>::value), "");
37 static_assert((std::is_same<decltype(memchr(vp, 0, s)), void*>::value), "");
45 static_assert((std::is_same<decltype(memset(vp, 0, s)), void*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
cstring.pass.cpp 22 void* vp = 0; local
26 static_assert((std::is_same<decltype(std::memcpy(vp, vpc, s)), void*>::value), "");
27 static_assert((std::is_same<decltype(std::memmove(vp, vpc, s)), void*>::value), "");
38 static_assert((std::is_same<decltype(std::memchr(vp, 0, s)), void*>::value), "");
50 static_assert((std::is_same<decltype(std::memset(vp, 0, s)), void*>::value), "");
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLTexture.cpp 28 GrGLIRect vp; local
29 vp.fLeft = 0;
30 vp.fWidth = textureDesc.fWidth;
31 vp.fBottom = 0;
32 vp.fHeight = textureDesc.fHeight;
34 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
new_array.pass.cpp 38 void*volatile vp = operator new[] (std::numeric_limits<std::size_t>::max()); local
new_array_nothrow.pass.cpp 38 void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow); local
40 assert(vp == 0);
  /external/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
new.pass.cpp 38 void* vp = operator new (std::numeric_limits<std::size_t>::max()); local
new_nothrow.pass.cpp 38 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow); local
40 assert(vp == 0);
  /external/skia/src/gpu/gl/
GrGLTexture.cpp 28 GrGLIRect vp; local
29 vp.fLeft = 0;
30 vp.fWidth = textureDesc.fWidth;
31 vp.fBottom = 0;
32 vp.fHeight = textureDesc.fHeight;
34 fRenderTarget.reset(SkNEW_ARGS(GrGLRenderTarget, (gpu, *rtDesc, vp, fTexIDObj, this)));
  /external/stlport/stlport/stl/
_hash_fun.h 134 __vp vp; local
135 vp.p = __x;
136 return vp.s;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.array/
new_array.pass.cpp 38 void*volatile vp = operator new[] (std::numeric_limits<std::size_t>::max()); local
new_array_nothrow.pass.cpp 38 void*volatile vp = operator new [] (std::numeric_limits<std::size_t>::max(), std::nothrow); local
40 assert(vp == 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/new.delete/new.delete.single/
new.pass.cpp 38 void* vp = operator new (std::numeric_limits<std::size_t>::max()); local
new_nothrow.pass.cpp 38 void* vp = operator new (std::numeric_limits<std::size_t>::max(), std::nothrow); local
40 assert(vp == 0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_hash_fun.h 134 __vp vp; local
135 vp.p = __x;
136 return vp.s;
  /ndk/tests/device/test-stlport_shared-exception/jni/
dyncast2_1.cpp 19 void *vp = &dynamic_cast<D&>(*b); local
  /ndk/tests/device/test-stlport_static-exception/jni/
dyncast2_1.cpp 19 void *vp = &dynamic_cast<D&>(*b); local
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_hash_fun.h 134 __vp vp; local
135 vp.p = __x;
136 return vp.s;

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 910