Home
last modified time | relevance | path

Searched refs:dereference (Results 1 – 25 of 75) sorted by relevance

123

/external/llvm/test/Other/
Dlint.ll19 ; CHECK: Null pointer dereference
21 ; CHECK: Null pointer dereference
23 ; CHECK: Undef pointer dereference
25 ; CHECK: Undef pointer dereference
27 ; CHECK: All-ones pointer dereference
29 ; CHECK: Address one pointer dereference
67 ; CHECK: Undefined behavior: Null pointer dereference
69 ; CHECK: Undefined behavior: Null pointer dereference
168 ; CHECK: Undefined behavior: Undef pointer dereference
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_resolver_iterator.hpp141 return dereference(); in operator *()
147 return &dereference(); in operator ->()
199 const basic_resolver_entry<InternetProtocol>& dereference() const in dereference() function in asio::ip::basic_resolver_iterator
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconsuming_buffers.hpp69 return dereference(); in operator *()
75 return &dereference(); in operator ->()
137 const Buffer& dereference() const in dereference() function in asio::detail::consuming_buffers_iterator
/external/jsoncpp/src/lib_json/
Djson_internalarray.inl176 Value& ValueInternalArray::dereference(const IteratorState& it) { function in Json::ValueInternalArray
181 "ValueInternalArray::dereference(): dereferencing invalid iterator");
219 new (value) Value(dereference(itOther));
235 Value* value = &dereference(it);
272 Value* value = &dereference(it);
311 Value* value = &dereference(it);
Djson_valueiterator.inl51 return ValueInternalArray::dereference(iterator_.array_);
/external/clang/test/Analysis/
DCheckNSError.m25 …or errorWithDomain:@"domain" code:1 userInfo:0]; // expected-warning {{Potential null dereference}}
38 *error = 0; // expected-warning {{Potential null dereference}}
Dreference.mm1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -verify -Wno-null-dereference %s
DCFRetainRelease_NSAssertionHandler.m31 // There should be no null dereference flagged by the checker because of
Dmisc-ps.m2 …zer-constraints=range -verify -fblocks -Wno-unreachable-code -Wno-null-dereference -Wno-objc-root-…
3 …zer-constraints=range -verify -fblocks -Wno-unreachable-code -Wno-null-dereference -Wno-objc-root-…
416 // <rdar://problem/7062158> false positive null dereference due to
885 // Not a null dereference.
1129 // <rdar://problem/6352035> rule request: direct structure member access null pointer dereference
1140 …friend->c = 7; // expected-warning{{Access to instance variable 'c' results in a dereference of a …
1144 …c = 7; // expected-warning{{Access to instance variable 'c' results in a dereference of a null poi…
1164 // PR 8440 - False null dereference during store to array-in-field-in-global.
Dnull-deref-path-notes.m33 … in a dereference of a null pointer (loaded from variable 'self')}} expected-note{{Access to insta…
506 … <string>Access to instance variable &apos;uniqueID&apos; results in a dereference of a null point…
508 … <string>Access to instance variable &apos;uniqueID&apos; results in a dereference of a null point…
511 …><string>Access to instance variable &apos;uniqueID&apos; results in a dereference of a null point…
Dnullability.mm58 // Make every dereference a different path to avoid sinks after errors.
Dmisc-ps-region-store.m363 // The following use of 'y->x' previously triggered a null dereference, as the value of 'y'
535 // When using basic-store, we get a null dereference here because we lose information
976 // Previously this triggered a bogus null dereference warning.
1137 // is the same as one of the string literals. The null dereference
/external/bison/m4/
Dmemchr.m425 # memchr should not dereference anything with length 0
27 # memchr should not dereference overestimated length after a match
/external/eigen/debug/gdb/
Dprinters.py114 item = self.dataPtr.dereference()
163 item = self.dataPtr.dereference()
/external/llvm/test/Assembler/
DConstantExprNoFold.ll14 ; icmp should return true. It's not valid to *dereference* in @B from a pointer
15 ; based on @A, but icmp isn't a dereference.
/external/guava/guava/src/com/google/common/util/concurrent/
DAsyncSettableFuture.java45 private final ListenableFuture<V> dereferenced = Futures.dereference(nested);
/external/clang/test/Modules/
Dcrashes.m10 // While iterating through the macros it would dereference a null pointer if the macro was undefine…
/external/c-ares/
DRELEASE-NOTES17 o advance_tcp_send_queue: avoid NULL ptr dereference
/external/v8/tools/gcmole/
DREADME16 includes receiver) in any order. That means it can dereference baz before
/external/clang/test/Analysis/inlining/
Dinline-defensive-checks.m76 …return mem->x; // expected-warning {{Access to instance variable 'x' results in a dereference of a…
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DFuturesTest.java744 ListenableFuture<?> dereferenced = Futures.dereference(outer);
752 ListenableFuture<Foo> dereferenced = Futures.<Foo>dereference(outer);
758 ListenableFuture<Foo> dereferenced = Futures.dereference(outer);
766 ListenableFuture<Foo> dereferenced = Futures.dereference(outer);
773 ListenableFuture<Foo> dereferenced = Futures.dereference(outer);
781 ListenableFuture<Foo> dereferenced = Futures.dereference(outer);
/external/libcxx/include/
D__hash_table154 … "Attempted to dereference a non-dereferenceable unordered container iterator");
163 … "Attempted to dereference a non-dereferenceable unordered container iterator");
301 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
310 … "Attempted to dereference a non-dereferenceable unordered container const_iterator");
433 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
442 … "Attempted to dereference a non-dereferenceable unordered container local_iterator");
598 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
607 … "Attempted to dereference a non-dereferenceable unordered container const_local_iterator");
/external/curl/
DRELEASE-NOTES48 o FTP: fix dangling conn->ip_addr dereference on verbose EPSV
/external/jsoncpp/include/json/
Dvalue.h799 static Value& dereference(const IteratorState& iterator);
/external/expat/
DChanges6 #502: Fix potential null pointer dereference

123