Searched refs:other_tp (Results 1 – 1 of 1) sorted by relevance
371 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local375 ATF_REQUIRE( base_tp == other_tp); in check_operators_eq_and_ne__not_copy()376 ATF_REQUIRE(!(base_tp != other_tp)); in check_operators_eq_and_ne__not_copy()391 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local395 ATF_REQUIRE( base_tp == other_tp); in check_operators_eq_and_ne__not_copy()396 ATF_REQUIRE(!(base_tp != other_tp)); in check_operators_eq_and_ne__not_copy()401 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local405 ATF_REQUIRE(!(base_tp == other_tp)); in check_operators_eq_and_ne__not_copy()406 ATF_REQUIRE( base_tp != other_tp); in check_operators_eq_and_ne__not_copy()411 const TestProgram other_tp( in check_operators_eq_and_ne__not_copy() local[all …]