Searched refs:noncopyable (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmicrosoft-new-delete.cpp13 class noncopyable { noncopyable(const noncopyable&); } extern nc; // expected-note {{here}} class
14 void *operator new[](size_t, noncopyable);
15 void *operator new(size_t, const noncopyable&);
/external/oprofile/libutil++/
H A Dutility.h17 /** noncopyable : object of class derived from this class can't be copied
19 class noncopyable { class
21 noncopyable() {} function in class:noncopyable
22 ~noncopyable() {}
24 noncopyable(noncopyable const &);
25 noncopyable const & operator=(noncopyable const &);
/external/oprofile/libpp/
H A Ddiff_container.h21 class diff_container : noncopyable {
H A Dprofile.h33 class profile_t : noncopyable {
H A Dprofile_container.h35 class profile_container : noncopyable {
/external/eigen/Eigen/src/Core/util/
H A DMeta.h96 class noncopyable class in namespace:Eigen::internal
98 noncopyable(const noncopyable&);
99 const noncopyable& operator=(const noncopyable&);
101 noncopyable() {} function in class:Eigen::internal::noncopyable
102 ~noncopyable() {}
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/memory/
H A Dsingleton.h30 class Singleton : private boost::noncopyable {
/external/eigen/Eigen/src/IterativeLinearSolvers/
H A DIterativeSolverBase.h21 class IterativeSolverBase : internal::noncopyable
H A DIncompleteLUT.h96 class IncompleteLUT : internal::noncopyable
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DIncompleteCholesky.h30 class IncompleteCholesky : internal::noncopyable
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h124 class UmfPackLU : internal::noncopyable
/external/eigen/Eigen/src/CholmodSupport/
H A DCholmodSupport.h160 class CholmodBase : internal::noncopyable
/external/eigen/Eigen/src/PaStiXSupport/
H A DPaStiXSupport.h120 class PastixBase : internal::noncopyable
/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky.h36 class SimplicialCholeskyBase : internal::noncopyable
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h291 class SuperLUBase : internal::noncopyable

Completed in 288 milliseconds