Home
last modified time | relevance | path

Searched refs:__cpp_sized_deallocation (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dnew_allocator.h132 # if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
140 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dnew_.d14 import core.stdcpp.xutility : __cpp_sized_deallocation, __cpp_aligned_new;
94 static if (__cpp_sized_deallocation)
H A Dallocator.d15 import core.stdcpp.xutility : StdNamespace, __cpp_sized_deallocation, __cpp_aligned_new;
195 static if (__cpp_sized_deallocation) in allocator()
200 else static if (__cpp_sized_deallocation) in allocator()
H A Dxutility.d37 enum __cpp_sized_deallocation = __cplusplus >= CppStdRevision.cpp14 || is(typeof(_MSC_VER)) ? 20130… variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DMemAlloc.cpp25 #ifdef __cpp_sized_deallocation in deallocate_buffer()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Dnew134 #if __cpp_sized_deallocation
165 #if __cpp_sized_deallocation
170 #endif // __cpp_sized_deallocation
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Dnew134 #if __cpp_sized_deallocation
165 #if __cpp_sized_deallocation
170 #endif // __cpp_sized_deallocation
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dnew_allocator.h155 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
H A Dstl_tempbuf.h73 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_tempbuf.h73 #if __cpp_sized_deallocation in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dnew105 #if !defined(__cpp_sized_deallocation) || __cpp_sized_deallocation < 201309L
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/doc/doxygen/
H A Duser.cfg.in2374 __cpp_sized_deallocation \
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20195812 [!__cpp_sized_deallocation]: Do not pass size to operator delete.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A DChangeLog8783 * c-cppbuiltin.c (__cpp_sized_deallocation): Uncomment and move macro.