Home
last modified time | relevance | path

Searched defs:TEST_THROW_SPEC (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dtest_macros.h105 # define TEST_THROW_SPEC(...) macro
107 # define TEST_THROW_SPEC(...) throw(__VA_ARGS__) macro
116 #define TEST_THROW_SPEC(...) throw(__VA_ARGS__) macro