OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:global_ptr
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/lit_tests/TestCases/
malloc_hook.cc
9
void *
global_ptr
;
variable
16
global_ptr
= ptr;
20
if (__asan_get_ownership(ptr) && ptr ==
global_ptr
)
29
if (
global_ptr
!= (void*)x) {
/external/compiler-rt/lib/msan/lit_tests/
malloc_hook.cc
9
void *
global_ptr
;
variable
16
global_ptr
= ptr;
20
if (__msan_get_ownership(ptr) && ptr ==
global_ptr
)
29
if (
global_ptr
!= (void*)x) {
/ndk/tests/device/issue28598-linker-global-ref/jni/
main.cpp
3
int *
global_ptr
= &global; // Without this line, everything is fine
variable
Completed in 525 milliseconds