Searched
full:dereference (Results
401 -
425 of
1266) sorted by null
<<11121314151617181920>>
/external/clang/test/Analysis/ |
weak-functions.c | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,alpha.core,debug.ExprInspection,unix.Malloc,unix.cstring,alpha.unix.cstring,unix.API,osx.API,osx.cocoa.RetainCount -Wno-null-dereference -Wno-tautological-compare -analyzer-store=region -fblocks -verify %s
|
/external/clang/test/SemaCXX/ |
for-range-examples.cpp | 208 // Don't suggest to dereference arr.
|
/external/gemmlowp/meta/generators/ |
streams_common.py | 137 emitter.Dereference(output_address,
|
/external/icu/icu4c/source/common/ |
ruleiter.h | 51 * Symbol table used to parse and dereference variables. May be 0.
|
/external/icu/icu4c/source/i18n/ |
rbt.cpp | 268 // Check to make sure we don't dereference a null pointer.
|
/external/libcxx/src/experimental/filesystem/ |
directory_iterator.cpp | 220 _LIBCPP_ASSERT(__imp_, "Attempting to dereference an invalid iterator");
|
/external/libtextclassifier/util/utf8/ |
unicodetext.h | 90 char32 operator*() const; // Dereference
|
/external/llvm/include/llvm/ADT/ |
ScopedHashTable.h | 120 assert(Node && "Dereference end()");
|
/external/llvm/lib/Analysis/ |
Lint.cpp | 382 "Undefined behavior: Null pointer dereference", &I); 384 "Undefined behavior: Undef pointer dereference", &I); 387 "Unusual: All-ones pointer dereference", &I); 390 "Unusual: Address one pointer dereference", &I);
|
/external/llvm/lib/Target/X86/ |
X86InstrBuilder.h | 115 /// current instruction -- that is, a dereference of an address in a register,
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
MIVCheckConst.ll | 4 ; dereference. The code in gcdMIVTest requires a null check for the result of
|
/external/ltp/testcases/kernel/syscalls/keyctl/ |
keyctl05.c | 25 * "asymmetric" key type's ->free_preparse() method will dereference a
|
/external/mesa3d/docs/relnotes/ |
10.1.2.html | 154 <li>st/mesa: Fix NULL pointer dereference for incomplete framebuffers</li>
|
10.6.2.html | 146 <li>glsl: Make sure not to dereference NULL</li>
|
11.1.4.html | 169 <li>st/va: avoid dereference after free in vlVaDestroyImage</li>
|
13.0.1.html | 81 <li>radv/pipeline: Don't dereference NULL dynamic state pointers</li>
|
9.2.1.html | 115 <li>st/mesa: don't dereference stObj->pt if NULL</li>
|
/external/mesa3d/src/compiler/glsl/ |
ir_hierarchical_visitor.h | 97 * non-hierarchical visitors had to set an "in a dereference" flag to
|
/external/mesa3d/src/compiler/nir/ |
README | 98 has a sampler dereference field used just like in GLSL IR, this gets lowered to
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
ScopedHashTable.h | 120 assert(Node && "Dereference end()");
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
Use.h | 203 assert(U && "Cannot dereference end iterator!");
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
X86InstrBuilder.h | 87 /// current instruction -- that is, a dereference of an address in a register,
|
/external/tensorflow/tensorflow/core/lib/io/ |
block.cc | 60 // "*value_length", respectively. Will not dereference past "limit".
|
/external/tensorflow/tensorflow/core/util/ |
tensor_slice_util.h | 55 // Eigen makes it extremely difficult to dereference a tensor of string* into
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
x_server_pixel_buffer.cc | 316 // Dereference through an appropriately-aligned pointer.
|
Completed in 399 milliseconds
<<11121314151617181920>>