Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_default_constructible.pass.cpp115 || (defined(TEST_CLANG_VER) && TEST_CLANG_VER < 308) in main()
Dis_constructible.pass.cpp281 || (defined(TEST_CLANG_VER) && TEST_CLANG_VER < 308) in main()
/external/libcxx/test/support/
Dtest_macros.h58 #define TEST_CLANG_VER (__clang_major__ * 100) + __clang_minor__ macro