Searched refs:set_checkpoint (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/test/support/ |
D | rapid-cxx-test.hpp | 103 # define TEST_SET_CHECKPOINT() ::rapid_cxx_test::set_checkpoint(__FILE__, TEST_FUNC_NAME(), __LINE_… 556 inline void set_checkpoint(const char* file, const char* func, std::size_t line) in set_checkpoint() function 808 set_checkpoint(tc.file, tc.func, tc.line); in run()
|
/external/llvm-project/libcxx/test/support/ |
D | rapid-cxx-test.h | 103 # define TEST_SET_CHECKPOINT() ::rapid_cxx_test::set_checkpoint(__FILE__, TEST_FUNC_NAME(), __LINE_… 556 inline void set_checkpoint(const char* file, const char* func, std::size_t line) in set_checkpoint() function 808 set_checkpoint(tc.file, tc.func, tc.line); in run()
|