Home
last modified time | relevance | path

Searched refs:glob_ptr (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Windows/
Dfree_hook_realloc.cc12 static void *glob_ptr; variable
16 if (ptr == glob_ptr) { in __sanitizer_free_hook()
26 glob_ptr = x; in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Dfree_hook_realloc.cc9 static void *glob_ptr; variable
13 if (ptr == glob_ptr) { in __sanitizer_free_hook()
23 glob_ptr = x; in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/
Dfree_hook_realloc.cpp15 static void *glob_ptr; variable
19 if (ptr == glob_ptr) { in __sanitizer_free_hook()
29 glob_ptr = x; in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dfree_hook_realloc.cpp9 static void *glob_ptr; variable
13 if (ptr == glob_ptr) { in __sanitizer_free_hook()
23 glob_ptr = x; in main()
/external/llvm-project/compiler-rt/test/memprof/TestCases/
Dfree_hook_realloc.cpp8 static void *glob_ptr; variable
12 if (ptr == glob_ptr) { in __sanitizer_free_hook()
22 glob_ptr = x; in main()
/external/clang/test/Analysis/
Dexplain-svals.cpp29 void *glob_ptr; variable
47 …clang_analyzer_explain(glob_ptr); // expected-warning-re{{{{^value derived from \(symbol of type '… in test_2()
/external/llvm-project/clang/test/Analysis/
Dexplain-svals.cpp34 void *glob_ptr; variable
52 …clang_analyzer_explain(glob_ptr); // expected-warning-re{{{{^value derived from \(symbol of type '… in test_2()
/external/llvm-project/clang/test/Frontend/
Dnoderef.cpp134 int NODEREF *glob_ptr; // expected-note{{glob_ptr declared here}} variable
135 int glob_int = *glob_ptr; // expected-warning{{dereferencing glob_ptr; was declared with a 'nodere…