Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Windows/
H A Daligned_mallocs.cpp6 #define CHECK_ALIGNED(ptr,alignment) \ macro
15 CHECK_ALIGNED(p, 32); in main()
20 CHECK_ALIGNED(p, 128); in main()
22 CHECK_ALIGNED(p, 128); in main()
H A Ddll_aligned_mallocs.cpp8 #define CHECK_ALIGNED(ptr,alignment) \ macro
18 CHECK_ALIGNED(p, 32); in test_function()
23 CHECK_ALIGNED(p, 128); in test_function()
25 CHECK_ALIGNED(p, 128); in test_function()