Home
last modified time | relevance | path

Searched refs:nullptr (Results 1 – 25 of 7150) sorted by relevance

12345678910>>...286

/external/capstone/arch/ARM/
DARMGenInstrInfo.inc2815 #define nullptr 0
3194 …(1<<MCID_Variadic)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, nullptr,0,nullptr }, …
3195 …0, 0, 0, 0, 0|(1<<MCID_Pseudo)|(1<<MCID_Variadic), 0x0ULL, nullptr, nullptr, nullptr,0,nullptr }, …
3196 …_NotDuplicable)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo2,0,nullptr }…
3197 …_NotDuplicable)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo2,0,nullptr }…
3198 …_NotDuplicable)|(1<<MCID_UnmodeledSideEffects), 0x0ULL, nullptr, nullptr, OperandInfo2,0,nullptr }…
3199 …0, 0, 0, 0, 0|(1<<MCID_Pseudo)|(1<<MCID_Variadic), 0x0ULL, nullptr, nullptr, nullptr,0,nullptr }, …
3200 …{ 6, 3, 1, 0, 0, 0|(1<<MCID_Pseudo), 0x0ULL, nullptr, nullptr, OperandInfo3,0,nullptr }, // Inst …
3201 …{ 7, 4, 1, 0, 0, 0|(1<<MCID_Pseudo), 0x0ULL, nullptr, nullptr, OperandInfo4,0,nullptr }, // Inst …
3202 …<MCID_Rematerializable)|(1<<MCID_CheapAsAMove), 0x0ULL, nullptr, nullptr, OperandInfo5,0,nullptr }…
[all …]
/external/pdfium/core/fpdfapi/font/
Dcpdf_fontencoding.cpp335 nullptr,
336 nullptr,
337 nullptr,
338 nullptr,
339 nullptr,
340 nullptr,
341 nullptr,
342 nullptr,
343 nullptr,
344 nullptr,
[all …]
/external/clang/test/SemaCXX/
Dnullptr_in_arithmetic_ops.cpp7 a = 0 ? nullptr + a : a + nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
8 a = 0 ? nullptr - a : a - nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
9 a = 0 ? nullptr / a : a / nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
10 a = 0 ? nullptr * a : a * nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
11 a = 0 ? nullptr >> a : a >> nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
12 a = 0 ? nullptr << a : a << nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
13 a = 0 ? nullptr % a : a % nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
14 a = 0 ? nullptr & a : a & nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
15 a = 0 ? nullptr | a : a | nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
16 a = 0 ? nullptr ^ a : a ^ nullptr; // expected-error 2{{invalid operands to binary expression}} in foo()
[all …]
Dnullptr.cpp4 typedef decltype(nullptr) nullptr_t;
16 null = nullptr; in f()
17 void *p = nullptr; in f()
19 int *pi = nullptr; in f()
22 int A::*pm = nullptr; in f()
24 void (*pf)() = nullptr; in f()
26 void (A::*pmf)() = nullptr; in f()
28 bool b = nullptr; in f()
31 uintptr_t i = nullptr; // expected-error {{cannot initialize}} in f()
34 (void)(null == nullptr); in f()
[all …]
/external/llvm/include/llvm/Analysis/
DInstructionSimplify.h53 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 …]
DValueTracking.h54 AssumptionCache *AC = nullptr,
55 const Instruction *CxtI = nullptr,
56 const DominatorTree *DT = nullptr);
64 AssumptionCache *AC = nullptr,
65 const Instruction *CxtI = nullptr,
66 const DominatorTree *DT = nullptr);
72 AssumptionCache *AC = nullptr,
73 const Instruction *CxtI = nullptr,
74 const DominatorTree *DT = nullptr);
83 AssumptionCache *AC = nullptr,
[all …]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.cpp134 nullptr,
144 nullptr,
234 nullptr,
244 nullptr,
254 nullptr,
264 nullptr,
274 nullptr,
284 nullptr,
294 nullptr,
304 nullptr,
[all …]
/external/skia/src/gpu/vk/
DGrVkInterface.cpp39 if (getProc == nullptr) { in GrVkInterface()
203 if (nullptr == fFunctions.fCreateInstance || in validate()
204 nullptr == fFunctions.fDestroyInstance || in validate()
205 nullptr == fFunctions.fEnumeratePhysicalDevices || in validate()
206 nullptr == fFunctions.fGetPhysicalDeviceFeatures || in validate()
207 nullptr == fFunctions.fGetPhysicalDeviceFormatProperties || in validate()
208 nullptr == fFunctions.fGetPhysicalDeviceImageFormatProperties || in validate()
209 nullptr == fFunctions.fGetPhysicalDeviceProperties || in validate()
210 nullptr == fFunctions.fGetPhysicalDeviceQueueFamilyProperties || in validate()
211 nullptr == fFunctions.fGetPhysicalDeviceMemoryProperties || in validate()
[all …]
/external/skqp/src/gpu/vk/
DGrVkInterface.cpp39 if (getProc == nullptr) { in GrVkInterface()
203 if (nullptr == fFunctions.fCreateInstance || in validate()
204 nullptr == fFunctions.fDestroyInstance || in validate()
205 nullptr == fFunctions.fEnumeratePhysicalDevices || in validate()
206 nullptr == fFunctions.fGetPhysicalDeviceFeatures || in validate()
207 nullptr == fFunctions.fGetPhysicalDeviceFormatProperties || in validate()
208 nullptr == fFunctions.fGetPhysicalDeviceImageFormatProperties || in validate()
209 nullptr == fFunctions.fGetPhysicalDeviceProperties || in validate()
210 nullptr == fFunctions.fGetPhysicalDeviceQueueFamilyProperties || in validate()
211 nullptr == fFunctions.fGetPhysicalDeviceMemoryProperties || in validate()
[all …]
/external/llvm/unittests/IR/
DDebugTypeODRUniquingTest.cpp32 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST()
33 nullptr, 0, 0, 0, 0, nullptr, 0, nullptr, nullptr)); in TEST()
41 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST()
42 nullptr, 0, 0, 0, 0, nullptr, 0, nullptr, nullptr); in TEST()
49 nullptr, nullptr, 0, nullptr, nullptr, 0, in TEST()
50 0, 0, 0, nullptr, 0, nullptr, nullptr)); in TEST()
53 MDString::get(Context, "name"), nullptr, 0, nullptr, in TEST()
54 nullptr, 0, 0, 0, 0, nullptr, 0, nullptr, nullptr)); in TEST()
72 Context, UUID, dwarf::DW_TAG_class_type, nullptr, nullptr, 0, nullptr, in TEST()
73 nullptr, 0, 0, 0, DINode::FlagFwdDecl, nullptr, 0, nullptr, nullptr); in TEST()
[all …]
/external/pdfium/xfa/fxfa/fm2js/
Dcxfa_fmparser.cpp34 return nullptr; in Parse()
93 return nullptr; in ParseFunction()
100 return nullptr; in ParseFunction()
103 return nullptr; in ParseFunction()
107 return nullptr; in ParseFunction()
110 return nullptr; in ParseFunction()
113 return nullptr; in ParseFunction()
118 return nullptr; in ParseFunction()
122 return nullptr; in ParseFunction()
125 return nullptr; in ParseFunction()
[all …]
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc34 reinterpret_cast<TFE_Context*>(PyCapsule_GetPointer(ctx, nullptr)); in GetContext()
35 if (context == nullptr) { in GetContext()
59 return nullptr; in NumpyToTensorHandle()
68 if (ctx == nullptr) return nullptr; in EagerCast()
75 return nullptr; \ in EagerCast()
84 TFE_TensorHandle* output = nullptr; in EagerCast()
88 output == nullptr) { in EagerCast()
89 if (output != nullptr) { in EagerCast()
102 if (dev != nullptr && dev != Py_None) { in CopyToDevice()
105 if (device == nullptr) { in CopyToDevice()
[all …]
/external/libbrillo/brillo/streams/
Dmemory_stream_unittest.cc111 EXPECT_EQ(nullptr, error.get()); in TEST_F()
113 EXPECT_CALL(container_mock(), Resize(kSizeMax, nullptr)) in TEST_F()
116 EXPECT_TRUE(stream_->SetSizeBlocking(kSizeMax, nullptr)); in TEST_F()
127 EXPECT_EQ(nullptr, error.get()); in TEST_F()
131 EXPECT_EQ(nullptr, error.get()); in TEST_F()
135 EXPECT_TRUE(stream_->Seek(-2, Stream::Whence::FROM_END, nullptr, nullptr)); in TEST_F()
139 EXPECT_TRUE(stream_->Seek(0, Stream::Whence::FROM_END, nullptr, nullptr)); in TEST_F()
147 EXPECT_CALL(container_mock(), Read(test_read_buffer_, 10, 0, _, nullptr)) in TEST_F()
151 nullptr)); in TEST_F()
156 EXPECT_CALL(container_mock(), Read(test_read_buffer_, 100, 5, _, nullptr)) in TEST_F()
[all …]
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc165 if (!AsBfloat16(a, &x) || !AsBfloat16(b, &y)) return nullptr; \
183 nullptr, // nb_remainder
184 nullptr, // nb_divmod
185 nullptr, // nb_power
187 nullptr, // nb_positive
188 nullptr, // nb_absolute
189 nullptr, // nb_nonzero
190 nullptr, // nb_invert
191 nullptr, // nb_lshift
192 nullptr, // nb_rshift
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIFunctionClassifier.h71 IdentifierInfo *IdentInfo_MPI_Send = nullptr, *IdentInfo_MPI_Isend = nullptr,
72 *IdentInfo_MPI_Ssend = nullptr, *IdentInfo_MPI_Issend = nullptr,
73 *IdentInfo_MPI_Bsend = nullptr, *IdentInfo_MPI_Ibsend = nullptr,
74 *IdentInfo_MPI_Rsend = nullptr, *IdentInfo_MPI_Irsend = nullptr,
75 *IdentInfo_MPI_Recv = nullptr, *IdentInfo_MPI_Irecv = nullptr;
78 IdentifierInfo *IdentInfo_MPI_Scatter = nullptr,
79 *IdentInfo_MPI_Iscatter = nullptr, *IdentInfo_MPI_Gather = nullptr,
80 *IdentInfo_MPI_Igather = nullptr, *IdentInfo_MPI_Allgather = nullptr,
81 *IdentInfo_MPI_Iallgather = nullptr, *IdentInfo_MPI_Bcast = nullptr,
82 *IdentInfo_MPI_Ibcast = nullptr, *IdentInfo_MPI_Reduce = nullptr,
[all …]
/external/pdfium/fxbarcode/datamatrix/
DBC_SymbolInfo.cpp35 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
36 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
37 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr, nullptr,
38 nullptr, nullptr, nullptr, nullptr, nullptr, nullptr};
78 g_symbols[i] = nullptr; in Finalize()
125 return nullptr; in lookup()
/external/libcxx/src/
Ddebug.cpp57 : __imp_(nullptr) { in __libcpp_debug_exception()
67 __libcpp_debug_exception const& other) : __imp_(nullptr) { in __libcpp_debug_exception()
136 : __cbeg_(nullptr), in __libcpp_db()
137 __cend_(nullptr), in __libcpp_db()
139 __ibeg_(nullptr), in __libcpp_db()
140 __iend_(nullptr), in __libcpp_db()
151 if (*p != nullptr) in ~__libcpp_db()
163 if (*p != nullptr) in ~__libcpp_db()
180 _LIBCPP_ASSERT(i != nullptr, "iterator not found in debug database."); in __find_c_from_i()
181 return i->__c_ != nullptr ? i->__c_->__c_ : nullptr; in __find_c_from_i()
[all …]
/external/skqp/src/core/
DSkDeque.cpp22 fNext = fPrev = nullptr; in init()
23 fBegin = fEnd = nullptr; in init()
30 , fInitialStorage(nullptr) in SkDeque()
34 fFrontBlock = fBackBlock = nullptr; in SkDeque()
35 fFront = fBack = nullptr; in SkDeque()
43 SkASSERT(storageSize == 0 || storage != nullptr); in SkDeque()
50 fFrontBlock = nullptr; in SkDeque()
53 fFront = fBack = nullptr; in SkDeque()
72 if (nullptr == fFrontBlock) { in push_front()
80 if (nullptr == first->fBegin) { in push_front()
[all …]
/external/skia/src/core/
DSkDeque.cpp22 fNext = fPrev = nullptr; in init()
23 fBegin = fEnd = nullptr; in init()
30 , fInitialStorage(nullptr) in SkDeque()
34 fFrontBlock = fBackBlock = nullptr; in SkDeque()
35 fFront = fBack = nullptr; in SkDeque()
43 SkASSERT(storageSize == 0 || storage != nullptr); in SkDeque()
50 fFrontBlock = nullptr; in SkDeque()
53 fFront = fBack = nullptr; in SkDeque()
72 if (nullptr == fFrontBlock) { in push_front()
80 if (nullptr == first->fBegin) { in push_front()
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.cmp/
Dcmp_nullptr.pass.cpp47 assert(!(p1 == nullptr)); in main()
48 assert(!(nullptr == p1)); in main()
49 assert(!(p1 < nullptr)); in main()
50 assert( (nullptr < p1)); in main()
51 assert(!(p1 <= nullptr)); in main()
52 assert( (nullptr <= p1)); in main()
53 assert( (p1 > nullptr)); in main()
54 assert(!(nullptr > p1)); in main()
55 assert( (p1 >= nullptr)); in main()
56 assert(!(nullptr >= p1)); in main()
[all …]
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.special/
Dcmp_nullptr.pass.cpp47 assert(!(p1 == nullptr)); in main()
48 assert(!(nullptr == p1)); in main()
49 assert(!(p1 < nullptr)); in main()
50 assert( (nullptr < p1)); in main()
51 assert(!(p1 <= nullptr)); in main()
52 assert( (nullptr <= p1)); in main()
53 assert( (p1 > nullptr)); in main()
54 assert(!(nullptr > p1)); in main()
55 assert( (p1 >= nullptr)); in main()
56 assert(!(nullptr >= p1)); in main()
[all …]
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc73 if ((ssl_ctx == nullptr) && throwIfNull) { in to_SSL_CTX()
82 if ((ssl == nullptr) && throwIfNull) { in to_SSL()
91 if ((bio == nullptr) && throwIfNull) { in to_SSL_BIO()
101 if ((ssl_session == nullptr) && throwIfNull) { in to_SSL_SESSION()
111 if ((ssl_cipher == nullptr) && throwIfNull) { in to_SSL_CIPHER()
120 if (contextObject == nullptr) { in fromContextObject()
123 return nullptr; in fromContextObject()
127 if (ref == nullptr) { in fromContextObject()
130 return nullptr; in fromContextObject()
142 if (dest == nullptr) { in arrayToBignum()
[all …]
/external/pdfium/core/fpdfapi/cmaps/Japan1/
Dcmaps_japan1.cpp15 {"83pv-RKSJ-H", g_FXCMAP_83pv_RKSJ_H_1, nullptr, 222, 0, FXCMAP_CMap::Range,
17 {"90ms-RKSJ-H", g_FXCMAP_90ms_RKSJ_H_2, nullptr, 171, 0, FXCMAP_CMap::Range,
19 {"90ms-RKSJ-V", g_FXCMAP_90ms_RKSJ_V_2, nullptr, 78, 0, FXCMAP_CMap::Range,
21 {"90msp-RKSJ-H", g_FXCMAP_90msp_RKSJ_H_2, nullptr, 170, 0,
23 {"90msp-RKSJ-V", g_FXCMAP_90msp_RKSJ_V_2, nullptr, 78, 0,
25 {"90pv-RKSJ-H", g_FXCMAP_90pv_RKSJ_H_1, nullptr, 263, 0, FXCMAP_CMap::Range,
27 {"Add-RKSJ-H", g_FXCMAP_Add_RKSJ_H_1, nullptr, 635, 0, FXCMAP_CMap::Range,
29 {"Add-RKSJ-V", g_FXCMAP_Add_RKSJ_V_1, nullptr, 57, 0, FXCMAP_CMap::Range,
31 {"EUC-H", g_FXCMAP_EUC_H_1, nullptr, 120, 0, FXCMAP_CMap::Range, 0},
32 {"EUC-V", g_FXCMAP_EUC_V_1, nullptr, 27, 0, FXCMAP_CMap::Range, -1},
[all …]
/external/libmojo/mojo/edk/system/
Dcore_unittest.cc54 core()->WriteMessage(h, nullptr, 0, nullptr, 0, in TEST_F()
62 core()->ReadMessage(h, nullptr, &num_bytes, nullptr, nullptr, in TEST_F()
66 core()->ReadMessage(h, nullptr, nullptr, nullptr, nullptr, in TEST_F()
72 core()->WriteData(h, nullptr, nullptr, MOJO_WRITE_DATA_FLAG_NONE)); in TEST_F()
77 core()->BeginWriteData(h, nullptr, nullptr, in TEST_F()
87 core()->ReadData(h, nullptr, nullptr, MOJO_READ_DATA_FLAG_NONE)); in TEST_F()
92 core()->BeginReadData(h, nullptr, nullptr, in TEST_F()
103 nullptr)); in TEST_F()
106 core()->Wait(h, ~MOJO_HANDLE_SIGNAL_NONE, 0, nullptr)); in TEST_F()
117 core()->Wait(h, ~MOJO_HANDLE_SIGNAL_NONE, 10 * 1000, nullptr)); in TEST_F()
[all …]
/external/skia/src/sksl/
DSkSLParser.cpp189 return nullptr != fTypes[name]; in isType()
197 return nullptr; in directive()
209 return nullptr; in directive()
213 return nullptr; in directive()
216 return nullptr; in directive()
220 return nullptr; in directive()
226 return nullptr; in directive()
235 return nullptr; in section()
242 return nullptr; in section()
246 return nullptr; in section()
[all …]

12345678910>>...286