Searched refs:__check_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | functions.h | 171 __check_string(const _CharT* __s, in __check_string() function 183 __check_string(const _CharT* __s) in __check_string() function
|
H A D | string | 96 : _Base(__gnu_debug::__check_string(__s, __n), __n, __a) 100 : _Base(__gnu_debug::__check_string(__s), __a)
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | functions.h | 217 __check_string(const _CharT* __s, in __check_string() function 229 __check_string(const _CharT* __s) in __check_string() function
|
H A D | string | 128 : _Base(__gnu_debug::__check_string(__s, __n), __n, __a) { } 131 : _Base(__gnu_debug::__check_string(__s), __a)
|