Home
last modified time | relevance | path

Searched refs:__glibcxx_check_erase2 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dmacros.h223 # define __glibcxx_check_erase2(_CPosition) \ macro
H A Dmultiset.h341 __glibcxx_check_erase2(__position); in _GLIBCXX_VISIBILITY()
H A Dset.h354 __glibcxx_check_erase2(__position); in _GLIBCXX_VISIBILITY()
H A Dmultimap.h369 __glibcxx_check_erase2(__position); in _GLIBCXX_VISIBILITY()
H A Dmap.h489 __glibcxx_check_erase2(__position); in _GLIBCXX_VISIBILITY()
H A Dunordered_set570 __glibcxx_check_erase2(__it);
1247 __glibcxx_check_erase2(__it);
H A Dunordered_map685 __glibcxx_check_erase2(__it);
1402 __glibcxx_check_erase2(__it);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2021648 * include/debug/macros.h (__glibcxx_check_erase2): New.