OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dereference
(Results
151 - 175
of
1266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py
168
emitter.EmitVLoad('1.32', register, emitter.
Dereference
(input_address, 64))
172
emitter.EmitVLoad('1.32', register, emitter.
Dereference
(input_address, 64))
262
emitter.
Dereference
(result_address, None),
266
emitter.
Dereference
(result_address, None),
273
0), emitter.
Dereference
(result_address, None), result_stride)
278
emitter.
Dereference
(result_address, None), result_stride)
/external/mesa3d/src/compiler/glsl/
lower_buffer_access.cpp
227
* instance name, then the last
dereference
in the tree will be an
306
/* The tree must have ended with a
dereference
that wasn't an
309
unreachable("invalid
dereference
tree");
338
* array
dereference
has a variable index.
373
/* We're processing an array
dereference
of an interface instance
375
*
dereference
because interfaces cannot be embedded in other
opt_array_splitting.cpp
194
* then the
dereference
of this array didn't have a constant index
214
* know which split variable this
dereference
should go to.
219
/* This variable indexing could come from a different array
dereference
229
/* If the index is also array
dereference
, visit index. */
opt_constant_folding.cpp
96
* variable
dereference
will return a clone of var->constant_value. This
165
* variable
dereference
. FINISHME: We probably should to get array
/external/clang/test/Analysis/diagnostics/
deref-track-symbolic-region.c
23
m += *syz.x; // expected-warning{{
Dereference
of null pointer (loaded from field 'x')}}
24
// expected-note@-1{{
Dereference
of null pointer (loaded from field 'x')}}
38
m = *p; // expected-warning {{
Dereference
of null pointer (loaded from variable 'p')}}
39
// expected-note@-1 {{
Dereference
of null pointer (loaded from variable 'p')}}
300
// CHECK-NEXT: <string>
Dereference
of null pointer (loaded from field 'x')</string>
302
// CHECK-NEXT: <string>
Dereference
of null pointer (loaded from field 'x')</string>
305
// CHECK-NEXT: <key>description</key><string>
Dereference
of null pointer (loaded from field 'x')</string>
307
// CHECK-NEXT: <key>type</key><string>
Dereference
of null pointer</string>
640
// CHECK-NEXT: <string>
Dereference
of null pointer (loaded from variable 'p')</string>
642
// CHECK-NEXT: <string>
Dereference
of null pointer (loaded from variable 'p')</string
[
all
...]
/external/clang/test/Analysis/
coverage.c
73
return *i; // expected-warning {{
Dereference
}}
inline-plist.c
23
*p = 0xDEADBEEF; // expected-warning{{
Dereference
of null pointer (loaded from variable 'p')}} expected-note{{
Dereference
of null pointer (loaded from variable 'p')}}
33
*p = 0xDEADBEEF; // expected-warning{{
Dereference
of null pointer (loaded from variable 'p')}} expected-note{{
Dereference
of null pointer (loaded from variable 'p')}}
60
*p = 1; // expected-warning{{
Dereference
of null pointer (loaded from variable 'p')}} expected-note{{
Dereference
of null pointer (loaded from variable 'p')}}
70
*p = 1; // expected-warning{{
Dereference
of null pointer (loaded from variable 'p')}} expected-note{{
Dereference
of null pointer (loaded from variable 'p')}}
78
*p = 1; // expected-warning{{
Dereference
of null pointer (loaded from variable 'p')}} expected-note{{
Dereference
of null pointer (loaded from variable 'p')}
[
all
...]
inline.c
22
*p = 3; // expected-warning{{
Dereference
of null pointer (loaded from variable 'p')}}
pointer-to-member.cpp
80
// FIXME: Should emit a null
dereference
.
/external/clang/test/SemaCXX/
reinterpret-cast.cpp
150
(void)*reinterpret_cast<double*>(&l); // expected-warning {{
dereference
of type 'double *' that was reinterpret_cast from type 'long *' has undefined behavior}}
152
(void)*reinterpret_cast<double*>(&f); // expected-warning {{
dereference
of type 'double *' that was reinterpret_cast from type 'float *' has undefined behavior}}
154
(void)*reinterpret_cast<float*>(&l); // expected-warning {{
dereference
of type 'float *' that was reinterpret_cast from type 'long *' has undefined behavior}}
156
(void)*reinterpret_cast<float*>(&d); // expected-warning {{
dereference
of type 'float *' that was reinterpret_cast from type 'double *' has undefined behavior}}
warn-unused-value.cpp
98
// A
dereference
of a volatile pointer is a side effecting operation, however
/external/google-breakpad/src/processor/
postfix_evaluator-inl.h
144
// ^ for unary
dereference
. Can't
dereference
without memory.
146
BPLOG(ERROR) << "Attempt to
dereference
without memory: " <<
160
BPLOG(ERROR) << "Could not
dereference
memory at address " <<
/external/icu/icu4c/source/common/
uset_props.cpp
79
//
dereference
it
/external/llvm/include/llvm/DebugInfo/CodeView/
StreamWriter.h
47
"the pointed-to value
dereference
the pointer before calling "
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
interproc-ret-deref-arg-multilevel.ll
2
; to return the multi-level
dereference
of one of its parameters
/external/swiftshader/src/OpenGL/common/
Object.hpp
48
int
dereference
();
/external/toybox/toys/pending/
getfattr.c
18
-h Do not
dereference
symbolic links
/prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_mipsx.go
32
// force
dereference
before taking lock
/prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_mipsx.go
32
// force
dereference
before taking lock
/external/clang/test/Analysis/inlining/
path-notes.cpp
8
*p = 1; // expected-warning {{
Dereference
of null pointer (loaded from variable 'p')}}
9
// expected-note@-1 {{
Dereference
of null pointer (loaded from variable 'p')}}
41
*p = 1; // expected-warning {{
Dereference
of null pointer (loaded from variable 'p')}}
42
// expected-note@-1 {{
Dereference
of null pointer (loaded from variable 'p')}}
63
*globalPtr = 1; // expected-warning {{
Dereference
of null pointer (loaded from variable 'globalPtr')}}
64
// expected-note@-1 {{
Dereference
of null pointer (loaded from variable 'globalPtr')}}
68
*globalPtr = 1; // expected-warning {{
Dereference
of null pointer (loaded from variable 'globalPtr')}}
69
// expected-note@-1 {{
Dereference
of null pointer (loaded from variable 'globalPtr')}}
73
*globalPtr = 1; // expected-warning {{
Dereference
of null pointer (loaded from variable 'globalPtr')}}
74
// expected-note@-1 {{
Dereference
of null pointer (loaded from variable 'globalPtr')}
[
all
...]
/external/clang/include/clang/AST/
AttrIterator.h
52
/// In order to ensure we don't
dereference
an invalid iterator unless
56
/// then we offer no guarantees, but this way we do not
dereference
a
/external/clang/lib/CodeGen/
CodeGenTBAA.h
98
/// getTBAAInfo - Get the TBAA MDNode to be used for a
dereference
103
///
dereference
of a vtable pointer.
/external/libtextclassifier/util/utf8/
unicodetext_test.cc
98
// Make sure you can
dereference
more than once.
128
// Make sure you can
dereference
more than once.
/external/perfetto/src/tracing/core/
sliced_protobuf_input_stream_unittest.cc
26
// never
dereference
the memory in the pointer. Hence, we just use an array of
30
// don't
dereference
those pointers, this int array should be enough.
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
OwningPtr.h
57
assert(Ptr && "Cannot
dereference
null pointer");
111
assert(Ptr && "Cannot
dereference
null pointer");
Completed in 1526 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>