Home
last modified time | relevance | path

Searched refs:globalCheckpoint (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/support/
Dassert_checkpoint.h32 inline Checkpoint& globalCheckpoint() { in globalCheckpoint() function
38 globalCheckpoint() = Checkpoint(); in clearCheckpoint()
47 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint(__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE_…
51 globalCheckpoint().print(std::cerr); in checkpointSignalHandler()