Home
last modified time | relevance | path

Searched refs:__glibcxx_check_string (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/debug/
H A Dstring131 __glibcxx_check_string(__s);
248 __glibcxx_check_string(__s);
290 __glibcxx_check_string(__s);
351 __glibcxx_check_string(__s);
395 __glibcxx_check_string(__s);
404 __glibcxx_check_string(__s);
503 __glibcxx_check_string(__s);
540 __glibcxx_check_string(__s);
609 __glibcxx_check_string(__s);
616 __glibcxx_check_string(__s);
[all …]
H A Dmacros.h216 # define __glibcxx_check_string(_String) _GLIBCXX_DEBUG_ASSERT(_String != 0) macro
220 # define __glibcxx_check_string(_String) macro
H A Ddebug.h135 # define __glibcxx_requires_string(_String) __glibcxx_check_string(_String)