Searched defs:new (Results 1 - 10 of 10) sorted by relevance

/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h84 #if defined (new)
85 # define _STLP_NEW_REDEFINE new
86 # undef new macro
91 new(__p) _T1();
119 new(__p) _Tp(__val);
139 new(__p) _T1(__val);
160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
183 # define new DEBUG_NEW macro
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h84 #if defined (new)
85 # define _STLP_NEW_REDEFINE new
86 # undef new macro
91 new(__p) _T1();
119 new(__p) _Tp(__val);
139 new(__p) _T1(__val);
160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
183 # define new DEBUG_NEW macro
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h84 #if defined (new)
85 # define _STLP_NEW_REDEFINE new
86 # undef new macro
91 new(__p) _T1();
119 new(__p) _Tp(__val);
139 new(__p) _T1(__val);
160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
183 # define new DEBUG_NEW macro
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h84 #if defined (new)
85 # define _STLP_NEW_REDEFINE new
86 # undef new macro
91 new(__p) _T1();
119 new(__p) _Tp(__val);
139 new(__p) _T1(__val);
160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
183 # define new DEBUG_NEW macro
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_construct.h84 #if defined (new)
85 # define _STLP_NEW_REDEFINE new
86 # undef new macro
91 new(__p) _T1();
119 new(__p) _Tp(__val);
139 new(__p) _T1(__val);
160 new(__p) _T1(_STLP_PRIV _AsMoveSource(__val));
183 # define new DEBUG_NEW macro
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
H A D_evc.h114 // when using MFC, disable another placement new declaration, since there is one in wcealt.h
223 /* Workaround when using MFCCE and using <new> together: MFCCE's wcealt.h doesn't
224 * check for __PLACEMENT_NEW_INLINE before defining operator new, so when <new>
226 * "function 'void *__cdecl operator new(unsigned int,void *)' already has a body".
245 // evc3 has new, but no explicit header
295 // define placement new and delete operator
296 // note: when MFCCE headers are included first, don't define the new operator,
301 inline void *__cdecl operator new(size_t, void *_P) { return (_P); }

Completed in 930 milliseconds