Home
last modified time | relevance | path

Searched refs:__GC_CONST (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dstl_rope.h59 # define __GC_CONST const macro
62 # define __GC_CONST // constant except for deallocation macro
485 __GC_CONST _CharT* _M_c_string;
505 static void _S_free_string(__GC_CONST _CharT*, size_t __len,
574 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */
581 _Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size, allocator_type __a) in _Rope_RopeLeaf()
701 __GC_CONST _CharT* __s = in operator()
865 __GC_CONST _CharT* _M_buf_start;
868 __GC_CONST _CharT* _M_buf_ptr;
871 __GC_CONST _CharT* _M_buf_end;
[all …]
H A Dropeimpl.h1196 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch()
1453 __GC_CONST _CharT* __old_c_string = _M_tree_ptr->_M_c_string; in c_str()
1462 if ((__old_c_string = (__GC_CONST _CharT*) in c_str()
1481 __GC_CONST _CharT* __old_c_string = _M_tree_ptr->_M_c_string; in replace_with_c_str()
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Drope62 # define __GC_CONST const
65 # define __GC_CONST // constant except for deallocation
564 __GC_CONST _CharT* _M_c_string;
598 _S_free_string(__GC_CONST _CharT*, size_t __len,
684 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */
692 _Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size,
845 __GC_CONST _CharT* __s =
1039 __GC_CONST _CharT* _M_buf_start;
1042 __GC_CONST _CharT* _M_buf_ptr;
1045 __GC_CONST _CharT* _M_buf_end;
[all …]
H A Dropeimpl.h1325 __GC_CONST _CharT* __cstr = __r->_M_c_string; in _S_fetch()
1617 __GC_CONST _CharT* __result = this->_M_tree_ptr->_M_c_string; in c_str()
1639 __GC_CONST _CharT* __old_c_string = this->_M_tree_ptr->_M_c_string; in replace_with_c_str()