HomeSort by: relevance | last modified time | path
    Searched refs:other_tp (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/engine/
test_program_test.cpp 211 engine::test_program other_tp(
217 const engine::test_case tc1("plain", other_tp, "main",
222 other_tp.set_test_cases(other_tcs);
224 ATF_REQUIRE( base_tp == other_tp);
225 ATF_REQUIRE(!(base_tp != other_tp));
230 engine::test_program other_tp(
233 other_tp.set_test_cases(base_tcs);
235 ATF_REQUIRE(!(base_tp == other_tp));
236 ATF_REQUIRE( base_tp != other_tp);
241 engine::test_program other_tp(
    [all...]
test_case_test.cpp 498 const engine::test_program other_tp(
501 const engine::test_case other_tc(base_interface, other_tp, base_name,
510 const engine::test_program other_tp(
513 const engine::test_case other_tc(base_interface, other_tp, base_name,
  /src/usr.bin/xlint/lint1/
tree.c 3939 const type_t *other_tp = nst == UNION ? ostp : nstp; local
3940 if (union_contains(union_tp, other_tp))

Completed in 68 milliseconds