Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Dfree_hook_realloc.cpp15 static void *glob_ptr; variable
19 if (ptr == glob_ptr) { in __sanitizer_free_hook()
29 glob_ptr = x; in main()
/llvm-project-15.0.7/compiler-rt/test/memprof/TestCases/
H A Dfree_hook_realloc.cpp8 static void *glob_ptr; variable
17 if (ptr == glob_ptr) { in __sanitizer_free_hook()
26 glob_ptr = x; in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Dfree_hook_realloc.cpp9 static void *glob_ptr; variable
17 if (ptr == glob_ptr) { in __sanitizer_free_hook()
26 glob_ptr = x; in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A 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()
/llvm-project-15.0.7/clang/test/Frontend/
H A 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…