/external/clang/test/SemaCXX/ |
nullptr_in_arithmetic_ops.cpp | 7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} 8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} 9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} 10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} 11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression} 34 a >>= nullptr; \/\/ expected-error{{invalid operands to binary expression}} local 35 a <<= nullptr; \/\/ expected-error{{invalid operands to binary expression}} local [all...] |
nullptr.cpp | 4 typedef decltype(nullptr) nullptr_t; 16 null = nullptr; 17 void *p = nullptr; 19 int *pi = nullptr; 22 int A::*pm = nullptr; 24 void (*pf)() = nullptr; 26 void (A::*pmf)() = nullptr; 28 bool b = nullptr; 30 // Can't convert nullptr to integral implicitly. 31 uintptr_t i = nullptr; // expected-error {{cannot initialize} [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_arm.cpp | 14 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, 18 nullptr, nullptr, [all...] |
/external/skia/src/gpu/gl/ |
GrGLInterface.cpp | 43 newInterface->fFunctions.fMatrixLoadf = nullptr; 44 newInterface->fFunctions.fMatrixLoadIdentity = nullptr; 45 newInterface->fFunctions.fPathCommands = nullptr; 46 newInterface->fFunctions.fPathParameteri = nullptr; 47 newInterface->fFunctions.fPathParameterf = nullptr; 48 newInterface->fFunctions.fGenPaths = nullptr; 49 newInterface->fFunctions.fDeletePaths = nullptr; 50 newInterface->fFunctions.fIsPath = nullptr; 51 newInterface->fFunctions.fPathStencilFunc = nullptr; 52 newInterface->fFunctions.fStencilFillPath = nullptr; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/ |
nullptr_t.pass.cpp | 14 // typedef decltype(nullptr) nullptr_t; 26 assert(p == nullptr); 30 assert(pmf == nullptr); 33 assert(pmd == nullptr); 34 A a1(nullptr); 36 bool b = nullptr; 38 assert(nullptr == nullptr); 39 assert(nullptr <= nullptr); [all...] |
/external/clang/test/SemaObjCXX/ |
nullptr.mm | 8 (void)(a == nullptr); 9 (void)(nullptr == a); 13 a = nullptr; 16 int PR10145a = (void(^)())0 == nullptr; 17 int PR10145b = nullptr == (void(^)())0;
|
/external/compiler-rt/test/msan/ |
signal_stress_test.cc | 52 nullptr, nullptr, nullptr, nullptr, nullptr, 53 nullptr, nullptr, nullptr, nullptr, nullptr, [all...] |
/art/runtime/arch/mips64/ |
context_mips64.cc | 28 std::fill_n(gprs_, arraysize(gprs_), nullptr); 29 std::fill_n(fprs_, arraysize(fprs_), nullptr); 75 gprs_[A1] = nullptr; 76 gprs_[A0] = nullptr; 77 gprs_[A2] = nullptr; 78 gprs_[A3] = nullptr; 79 gprs_[A4] = nullptr; 80 gprs_[A5] = nullptr; 81 gprs_[A6] = nullptr; 82 gprs_[A7] = nullptr; [all...] |
/external/llvm/include/llvm/Analysis/ |
InstructionSimplify.h | 53 const TargetLibraryInfo *TLI = nullptr, 54 const DominatorTree *DT = nullptr, 55 AssumptionCache *AC = nullptr, 56 const Instruction *CxtI = nullptr); 62 const TargetLibraryInfo *TLI = nullptr, 63 const DominatorTree *DT = nullptr, 64 AssumptionCache *AC = nullptr, 65 const Instruction *CxtI = nullptr); 71 const TargetLibraryInfo *TLI = nullptr, 72 const DominatorTree *DT = nullptr, [all...] |
/frameworks/base/tools/aapt2/ |
Resource_test.cpp | 25 ASSERT_NE(type, nullptr); 29 ASSERT_NE(type, nullptr); 33 ASSERT_NE(type, nullptr); 37 ASSERT_NE(type, nullptr); 41 ASSERT_NE(type, nullptr); 45 ASSERT_NE(type, nullptr); 49 ASSERT_NE(type, nullptr); 53 ASSERT_NE(type, nullptr); 57 ASSERT_NE(type, nullptr); 61 ASSERT_NE(type, nullptr); [all...] |
/external/skia/src/gpu/gl/glx/ |
GrGLCreateNativeInterface_glx.cpp | 16 SkASSERT(nullptr == ctx); 22 if (nullptr == glXGetCurrentContext()) { 23 return nullptr; 26 return GrGLAssembleInterface(nullptr, glx_get);
|
/external/skia/src/gpu/gl/mesa/ |
GrGLCreateMesaInterface.cpp | 15 SkASSERT(nullptr == ctx); 21 if (nullptr == OSMesaGetCurrentContext()) { 22 return nullptr; 24 return GrGLAssembleInterface(nullptr, osmesa_get);
|
/external/v8/test/unittests/base/ |
logging-unittest.cc | 12 EXPECT_EQ(nullptr, CheckEQImpl(0.0, 0.0, "")); 13 EXPECT_EQ(nullptr, CheckEQImpl(0.0, -0.0, "")); 14 EXPECT_EQ(nullptr, CheckEQImpl(-0.0, 0.0, "")); 15 EXPECT_EQ(nullptr, CheckEQImpl(-0.0, -0.0, ""));
|
/external/libcxx/test/std/language.support/support.types/ |
nullptr_t.pass.cpp | 14 // typedef decltype(nullptr) nullptr_t; 26 assert(p == nullptr); 29 T p = nullptr; 30 assert(p == nullptr); 31 assert(nullptr == p); 32 assert(!(p != nullptr)); 33 assert(!(nullptr != p)); 40 T p = nullptr; 41 assert(p == nullptr); 42 assert(p <= nullptr); [all...] |
/system/bt/service/hal/ |
fake_bluetooth_interface.cpp | 46 nullptr, /* init */ 49 nullptr, /* cleanup */ 51 nullptr, /* get_adapter_property */ 53 nullptr, /* get_remote_device_properties */ 54 nullptr, /* get_remote_device_property */ 55 nullptr, /* set_remote_device_property */ 56 nullptr, /* get_remote_service_record */ 57 nullptr, /* get_remote_services */ 58 nullptr, /* start_discovery */ 59 nullptr, /* cancel_discovery * [all...] |
/external/libbrillo/brillo/streams/ |
memory_stream_unittest.cc | 111 EXPECT_EQ(nullptr, error.get()); 113 EXPECT_CALL(container_mock(), Resize(kSizeMax, nullptr)) 116 EXPECT_TRUE(stream_->SetSizeBlocking(kSizeMax, nullptr)); 127 EXPECT_EQ(nullptr, error.get()); 131 EXPECT_EQ(nullptr, error.get()); 135 EXPECT_TRUE(stream_->Seek(-2, Stream::Whence::FROM_END, nullptr, nullptr)); 139 EXPECT_TRUE(stream_->Seek(0, Stream::Whence::FROM_END, nullptr, nullptr)); 147 EXPECT_CALL(container_mock(), Read(test_read_buffer_, 10, 0, _, nullptr)) [all...] |
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
cmp_nullptr.pass.cpp | 47 assert(!(p1 == nullptr)); 48 assert(!(nullptr == p1)); 49 assert(!(p1 < nullptr)); 50 assert( (nullptr < p1)); 51 assert(!(p1 <= nullptr)); 52 assert( (nullptr <= p1)); 53 assert( (p1 > nullptr)); 54 assert(!(nullptr > p1)); 55 assert( (p1 >= nullptr)); 56 assert(!(nullptr >= p1)) [all...] |
/external/skia/src/utils/win/ |
SkHRESULT.cpp | 19 LPSTR errorText = nullptr; 23 nullptr, 28 nullptr 31 if (nullptr == errorText) { 36 errorText = nullptr;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/ |
cmp_nullptr.pass.cpp | 47 assert(!(p1 == nullptr)); 48 assert(!(nullptr == p1)); 49 assert(!(p1 < nullptr)); 50 assert( (nullptr < p1)); 51 assert(!(p1 <= nullptr)); 52 assert( (nullptr <= p1)); 53 assert( (p1 > nullptr)); 54 assert(!(nullptr > p1)); 55 assert( (p1 >= nullptr)); 56 assert(!(nullptr >= p1)) [all...] |
/art/runtime/arch/arm64/ |
context_arm64.cc | 31 std::fill_n(gprs_, arraysize(gprs_), nullptr); 32 std::fill_n(fprs_, arraysize(fprs_), nullptr); 78 gprs_[X1] = nullptr; 79 gprs_[X2] = nullptr; 80 gprs_[X3] = nullptr; 81 gprs_[X4] = nullptr; 82 gprs_[X5] = nullptr; 83 gprs_[X6] = nullptr; 84 gprs_[X7] = nullptr; 85 gprs_[X8] = nullptr; [all...] |
entrypoints_init_arm64.cc | 42 qpoints->pCmpgDouble = nullptr; 43 qpoints->pCmpgFloat = nullptr; 44 qpoints->pCmplDouble = nullptr; 45 qpoints->pCmplFloat = nullptr; 47 qpoints->pL2d = nullptr; 49 qpoints->pL2f = nullptr; 50 qpoints->pD2iz = nullptr; 51 qpoints->pF2iz = nullptr; 52 qpoints->pIdivmod = nullptr; 53 qpoints->pD2l = nullptr; [all...] |
/external/skia/tests/ |
ImageGeneratorTest.cpp | 17 return nullptr; 30 REPORTER_ASSERT(reporter, nullptr == gen); 37 REPORTER_ASSERT(reporter, nullptr == gen); 53 void* planes[3] = { nullptr }; 58 ig.getYUV8Planes(sizes, nullptr, nullptr, &colorSpace); 59 ig.getYUV8Planes(sizes, nullptr, nullptr, nullptr); 60 ig.getYUV8Planes(sizes, planes, nullptr, nullptr) [all...] |
/system/connectivity/shill/cellular/ |
mock_modem_info.cc | 22 ModemInfo(nullptr, nullptr, nullptr, nullptr), 23 mock_pending_activation_store_(nullptr) {} 30 mock_pending_activation_store_(nullptr) { 43 if (control_interface() == nullptr) { 47 if (dispatcher() == nullptr) { 51 if (metrics() == nullptr) { 55 if (manager() == nullptr) { [all...] |
/system/core/libnativebridge/tests/ |
CompleteFlow_test.cpp | 25 ASSERT_TRUE(LoadNativeBridge(kNativeBridgeLibrary, nullptr)); 29 ASSERT_TRUE(InitializeNativeBridge(nullptr, nullptr)); 33 ASSERT_FALSE(NativeBridgeIsSupported(nullptr)); 34 ASSERT_EQ(nullptr, NativeBridgeLoadLibrary(nullptr, 0)); 35 ASSERT_EQ(nullptr, NativeBridgeGetTrampoline(nullptr, nullptr, nullptr, 0)) [all...] |
/external/skia/src/animator/ |
SkTextToPath.cpp | 29 SkTextToPath::SkTextToPath() : paint(nullptr), path(nullptr), text(nullptr) { 38 if (paint == nullptr || path == nullptr || text == nullptr) {
|