Searched refs:base_tp (Results 1 – 1 of 1) sorted by relevance
359 const TestProgram base_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()395 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()405 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()415 ATF_REQUIRE(!(base_tp == other_tp)); in check_operators_eq_and_ne__not_copy()416 ATF_REQUIRE( base_tp != other_tp); in check_operators_eq_and_ne__not_copy()425 ATF_REQUIRE(!(base_tp == other_tp)); in check_operators_eq_and_ne__not_copy()[all …]