Home
last modified time | relevance | path

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

/trueos/contrib/libstdc++/include/debug/
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 …]
Dmacros.h216 # define __glibcxx_check_string(_String) _GLIBCXX_DEBUG_ASSERT(_String != 0) macro
220 # define __glibcxx_check_string(_String) macro
Ddebug.h135 # define __glibcxx_requires_string(_String) __glibcxx_check_string(_String)