OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dereference
(Results
101 - 125
of
1266
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Analysis/
objc-boxing.m
45
return @(*x); // expected-warning {{
Dereference
of null pointer (loaded from variable 'x')}}
/external/clang/test/SemaCXX/
warn-memset-bad-sizeof.cpp
40
// expected-warning {{'memset' call operates on objects of type 'S' while the size is based on a different type 'S *'}} expected-note{{did you mean to
dereference
the argument to 'sizeof' (and multiply it by the number of elements)?}}
42
// expected-warning {{'memset' call operates on objects of type 'S' while the size is based on a different type 'PS' (aka 'S *')}} expected-note{{did you mean to
dereference
the argument to 'sizeof' (and multiply it by the number of elements)?}}
56
// expected-warning {{'memmove' call operates on objects of type 'S' while the size is based on a different type 'S *'}} expected-note{{did you mean to
dereference
the argument to 'sizeof' (and multiply it by the number of elements)?}}
58
// expected-warning {{'memcmp' call operates on objects of type 'S' while the size is based on a different type 'S *'}} expected-note{{did you mean to
dereference
the argument to 'sizeof' (and multiply it by the number of elements)?}}
/external/libcxx/test/libcxx/containers/sequences/vector/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/external/libcxx/test/libcxx/containers/unord/unord.map/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/external/libcxx/test/std/containers/unord/unord.multimap/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/external/libcxx/test/std/containers/unord/unord.multiset/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/external/libcxx/test/std/containers/unord/unord.set/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/external/libcxx/test/std/strings/basic.string/string.iterators/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/external/ltp/testcases/kernel/syscalls/madvise/
madvise05.c
20
* mm: Fix NULL pointer
dereference
in madvise(MADV_WILLNEED) support
/external/minijail/
gen_syscalls.sh
10
#
dereference
the actual provider of syscall definitions.
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteRenderResources.java
69
ResourceValue
dereference
(ResourceValue resourceValue) throws RemoteException;
method in interface:RemoteRenderResources
/prebuilts/go/darwin-x86/test/
method.go
271
panic("expected nil
dereference
")
282
a.h() // dynamic error: nil
dereference
in a.B.D->f()
291
A(a).h() // dynamic error: nil
dereference
in A().B.D->f()
300
(&a).h() // dynamic error: nil deref: nil
dereference
in (&a).B.D->f()
/prebuilts/go/linux-x86/test/
method.go
271
panic("expected nil
dereference
")
282
a.h() // dynamic error: nil
dereference
in a.B.D->f()
291
A(a).h() // dynamic error: nil
dereference
in A().B.D->f()
300
(&a).h() // dynamic error: nil deref: nil
dereference
in (&a).B.D->f()
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/vector/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/unord/unord.map/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multimap/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
db_local_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/
db_iterators_8.pass.cpp
12
//
Dereference
non-dereferenceable iterator.
Completed in 502 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>