Searched refs:annotate_base (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | throw_allocator.h | 93 struct annotate_base in _GLIBCXX_VISIBILITY() struct 106 annotate_base() in _GLIBCXX_VISIBILITY() argument 308 operator<<(std::ostream&, const annotate_base&); in _GLIBCXX_VISIBILITY() 386 operator<<(std::ostream& os, const annotate_base& __b) in _GLIBCXX_VISIBILITY() 389 typedef annotate_base base_type; in _GLIBCXX_VISIBILITY() 812 : public annotate_base, public _Cond in _GLIBCXX_VISIBILITY() 900 annotate_base::check_allocated(__p, __t); in _GLIBCXX_VISIBILITY() 905 { annotate_base::check(__n); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | throw_allocator.h | 93 struct annotate_base in _GLIBCXX_VISIBILITY() struct 106 annotate_base() in _GLIBCXX_VISIBILITY() function 308 operator<<(std::ostream&, const annotate_base&); in _GLIBCXX_VISIBILITY() 386 operator<<(std::ostream& os, const annotate_base& __b) in _GLIBCXX_VISIBILITY() 389 typedef annotate_base base_type; in _GLIBCXX_VISIBILITY() 812 : public annotate_base, public _Cond in _GLIBCXX_VISIBILITY() 900 annotate_base::check_allocated(__p, __t); in _GLIBCXX_VISIBILITY() 905 { annotate_base::check(__n); } in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2018 | 582 (annotate_base::insert(void*, size_t)): Use insert result to check for 584 (annotate_base::insert_construct(void*)): Likewise. 585 (annotate_base::check_allocated(void*, size_t)): Return found iterator. 586 (annotate_base::erase(void*, size_t)): Use latter method returned 588 (annotate_base::check_constructed(void*, size_t)): Return found iterator. 589 (annotate_base::erase_construct(void*)): Use latter method returned
|