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

  /external/libcxx/test/support/
assert_checkpoint.h 32 inline Checkpoint& globalCheckpoint() {
38 globalCheckpoint() = Checkpoint();
47 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint(__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE__, msg);
51 globalCheckpoint().print(std::cerr);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
assert_checkpoint.h 32 inline Checkpoint& globalCheckpoint() {
38 globalCheckpoint() = Checkpoint();
47 #define CHECKPOINT(msg) globalCheckpoint() = Checkpoint(__FILE__, CHECKPOINT_FUNCTION_NAME, __LINE__, msg);
51 globalCheckpoint().print(std::cerr);

Completed in 881 milliseconds