Searched refs:CHECK_ALIGNED (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/asan/TestCases/Windows/ |
D | aligned_mallocs.cc | 6 #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()
|
D | dll_aligned_mallocs.cc | 8 #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()
|
/external/llvm-project/compiler-rt/test/asan/TestCases/Windows/ |
D | aligned_mallocs.cpp | 6 #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()
|
D | dll_aligned_mallocs.cpp | 8 #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()
|