Home
last modified time | relevance | path

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

/external/libcxx/test/support/
Dtest_macros.h113 # define TEST_THROW_SPEC(...) macro
115 # define TEST_THROW_SPEC(...) throw(__VA_ARGS__) macro
125 #define TEST_THROW_SPEC(...) throw(__VA_ARGS__) macro
/external/llvm-project/libcxx/test/support/
Dtest_macros.h141 # define TEST_THROW_SPEC(...) macro
143 # define TEST_THROW_SPEC(...) throw(__VA_ARGS__) macro
Dcount_new.h380 void* operator new[](std::size_t s) TEST_THROW_SPEC(std::bad_alloc) in TEST_THROW_SPEC() function
424 void* operator new[](std::size_t s, std::align_val_t av) TEST_THROW_SPEC(std::bad_alloc) { in TEST_THROW_SPEC() function