Searched refs:lit_02 (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.cc31 const char lit_02[]{ 'w', 'e', 'i', '\0', 'd' };
39 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/char/
H A D13650.cc31 const char lit_02[]{ 'w', 'e', 'i', '\0', 'd' };
39 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc32 const wchar_t lit_02[] = { L'w', L'e', L'i', L'\0', L'd' }; local
40 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/compare/wchar_t/
H A D13650.cc32 const wchar_t lit_02[] = { L'w', L'e', L'i', L'\0', L'd' }; local
40 VERIFY( str_b.compare(0, 3, lit_02, 5) < 0 );

Completed in 191 milliseconds