Searched refs:lit_01 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D13650.cc30 const char lit_01[]{ 'w', 'e', '\0', 'r', 'd' };
35 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D13650.cc30 const char lit_01[]{ 'w', 'e', '\0', 'r', 'd' };
35 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc31 const wchar_t lit_01[] = { L'w', L'e', L'\0', L'r', L'd' }; local
36 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc31 const wchar_t lit_01[] = { L'w', L'e', L'\0', L'r', L'd' }; local
36 VERIFY( str_a.compare(0, 5, lit_01, 5) < 0 );

Completed in 178 milliseconds