Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dstring140 __glibcxx_check_string(__s);
315 __glibcxx_check_string(__s);
367 __glibcxx_check_string(__s);
439 __glibcxx_check_string(__s);
494 __glibcxx_check_string(__s);
503 __glibcxx_check_string(__s);
623 __glibcxx_check_string(__s);
660 __glibcxx_check_string(__s);
741 __glibcxx_check_string(__s);
748 __glibcxx_check_string(__s);
[all …]
H A Dmacros.h314 # define __glibcxx_check_string(_String) _GLIBCXX_DEBUG_ASSERT(_String != 0) macro
318 # define __glibcxx_check_string(_String) macro
H A Ddebug.h123 # define __glibcxx_requires_string(_String) __glibcxx_check_string(_String)
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dstring164 __glibcxx_check_string(__s);
331 __glibcxx_check_string(__s);
383 __glibcxx_check_string(__s);
462 __glibcxx_check_string(__s);
523 __glibcxx_check_string(__s);
532 __glibcxx_check_string(__s);
658 __glibcxx_check_string(__s);
695 __glibcxx_check_string(__s);
784 __glibcxx_check_string(__s);
791 __glibcxx_check_string(__s);
[all …]
H A Ddebug.h109 # define __glibcxx_requires_string(_String) __glibcxx_check_string(_String)
H A Dmacros.h361 #define __glibcxx_check_string(_String) _GLIBCXX_DEBUG_PEDASSERT(_String != 0) macro