Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_task_arena.cpp1920 struct throwing_obj { struct
1921 throwing_obj() { in throwing_obj() argument
1925 throwing_obj(const throwing_obj&) = default;
1926 ~throwing_obj() { FAIL("An destructor was called."); } in ~throwing_obj() argument
1933 return throwing_obj{}; in __anon1d1198c31e02()