Searched refs:test_ (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h14 test_ ## testnum: \
233 test_ ## testnum: \
247 test_ ## testnum: \
260 test_ ## testnum: \
276 test_ ## testnum: \
292 test_ ## testnum: \
304 test_ ## testnum: \
315 test_ ## testnum: \
328 test_ ## testnum: \
345 test_ ## testnu
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h87 explicit ReturnSentinel(DeathTest* test) : test_(test) { }
88 ~ReturnSentinel() { test_->Abort(TEST_ENCOUNTERED_RETURN_STATEMENT); }
90 DeathTest* const test_; member in class:testing::internal::DeathTest::ReturnSentinel

Completed in 7 milliseconds