Lines Matching refs:__GC_CONST
28 # define __GC_CONST const macro
30 # define __GC_CONST // constant except for deallocation macro
379 __GC_CONST _CharT* _M_c_string;
485 static void _S_free_string(__GC_CONST _CharT*, size_t __len,
489 static void _S_free_string(__GC_CONST _CharT*, size_t __len);
558 __GC_CONST _CharT* _M_data; /* Not necessarily 0 terminated. */
564 _Rope_RopeLeaf(__GC_CONST _CharT* __d, size_t __size, allocator_type __a) in _Rope_RopeLeaf()
684 __GC_CONST _CharT* __s = in operator()
871 __GC_CONST _CharT* _M_buf_start;
874 __GC_CONST _CharT* _M_buf_ptr;
877 __GC_CONST _CharT* _M_buf_end;
966 __GC_CONST _CharT* __next;
1289 typedef __GC_CONST _CharT* _Cstrptr;
1427 static _RopeLeaf* _S_new_RopeLeaf(__GC_CONST _CharT *__s,