HomeSort by relevance Sort by last modified time
    Searched full:test_decltype (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/libcxx/selftest/
test_macros.pass.cpp 17 #ifndef TEST_DECLTYPE
18 #error TEST_DECLTYPE must be defined
41 void test_decltype() function
43 typedef TEST_DECLTYPE(foo()) MyType;
56 test_decltype();
  /external/libcxx/test/support/
test_macros.h 59 #define TEST_DECLTYPE(T) decltype(T)
61 #define TEST_DECLTYPE(T) __typeof__(T)

Completed in 3837 milliseconds