Home
last modified time | relevance | path

Searched refs:test_shadow (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/asan/TestCases/Darwin/
H A Dlinked-only.cpp17 void test_shadow(char *p, size_t size) { in test_shadow() function
25 test_shadow(p, 100); in main()
35 test_shadow(mainptr, 1); in main()
38 test_shadow((char *)&p, 1); in main()
/llvm-project/lldb/test/API/python_api/event/
H A DTestEvents.py318 def wait_for_next_event(self, expected_state, test_shadow=False):
320 If test_shadow is true, we also check that the shadow listener only
327 if test_shadow:
317 wait_for_next_event(self, expected_state, test_shadow=False) global() argument