Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Posix/
H A Dposix_memalign-alignment.cpp31 void* const kInitialPtrValue = reinterpret_cast<void*>(0x2a); in main() local
32 void *p = kInitialPtrValue; in main()