Home
last modified time | relevance | path

Searched defs:pimpl (Results 1 – 9 of 9) sorted by relevance

/minix3/external/bsd/atf/dist/atf-c/
H A Dcheck.h43 struct atf_check_result_impl *pimpl; member
H A Dtp.h45 struct atf_tp_impl *pimpl; member
H A Dtc.h67 struct atf_tc_impl *pimpl; member
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dcheck.h45 struct atf_check_result_impl *pimpl; member
H A Dtp.h47 struct atf_tp_impl *pimpl; member
H A Dtc.h69 struct atf_tc_impl *pimpl; member
/minix3/external/bsd/atf/dist/atf-c++/
H A Dtests.hpp80 std::auto_ptr< tc_impl > pimpl; member in atf::tests::tc
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dtests.hpp78 std::auto_ptr< tc_impl > pimpl; member in atf::tests::tc
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dimplicit-copy-constructor.cpp67 typedef X0<impl> pimpl; in test_X2() typedef