HomeSort by relevance Sort by last modified time
    Searched refs:TEST_APPLE_CLANG_VER (Results 1 - 3 of 3) sorted by null

  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_default_constructible.pass.cpp 114 #if (defined(TEST_APPLE_CLANG_VER) && TEST_APPLE_CLANG_VER < 703) \
is_constructible.pass.cpp 280 #if (defined(TEST_APPLE_CLANG_VER) && TEST_APPLE_CLANG_VER < 703) \
  /external/libcxx/test/support/
test_macros.h 56 #define TEST_APPLE_CLANG_VER (__clang_major__ * 100) + __clang_minor__

Completed in 213 milliseconds