Searched refs:VERIFY (Results 1 - 25 of 232) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operators/wchar_t/
H A D2.cc126 VERIFY( !(str_0 == str_1) );
127 VERIFY( !(str_0 == str_2) );
128 VERIFY( !(str_0 == str_3) );
129 VERIFY( !(str_1 == str_0) );
130 VERIFY( !(str_2 == str_0) );
131 VERIFY( !(str_3 == str_0) );
132 VERIFY( str_4 == str_0 );
133 VERIFY( str_0 == str_4 );
135 VERIFY( str_0 != str_1 );
136 VERIFY( str_
245 #undef VERIFY macro
246 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operators/char/
H A D2.cc125 VERIFY( !(str_0 == str_1) );
126 VERIFY( !(str_0 == str_2) );
127 VERIFY( !(str_0 == str_3) );
128 VERIFY( !(str_1 == str_0) );
129 VERIFY( !(str_2 == str_0) );
130 VERIFY( !(str_3 == str_0) );
131 VERIFY( str_4 == str_0 );
132 VERIFY( str_0 == str_4 );
134 VERIFY( str_0 != str_1 );
135 VERIFY( str_
245 #undef VERIFY macro
246 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operators/wchar_t/
H A D2.cc126 VERIFY( !(str_0 == str_1) );
127 VERIFY( !(str_0 == str_2) );
128 VERIFY( !(str_0 == str_3) );
129 VERIFY( !(str_1 == str_0) );
130 VERIFY( !(str_2 == str_0) );
131 VERIFY( !(str_3 == str_0) );
132 VERIFY( str_4 == str_0 );
133 VERIFY( str_0 == str_4 );
135 VERIFY( str_0 != str_1 );
136 VERIFY( str_
245 #undef VERIFY macro
246 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operators/char/
H A D2.cc125 VERIFY( !(str_0 == str_1) );
126 VERIFY( !(str_0 == str_2) );
127 VERIFY( !(str_0 == str_3) );
128 VERIFY( !(str_1 == str_0) );
129 VERIFY( !(str_2 == str_0) );
130 VERIFY( !(str_3 == str_0) );
131 VERIFY( str_4 == str_0 );
132 VERIFY( str_0 == str_4 );
134 VERIFY( str_0 != str_1 );
135 VERIFY( str_
245 #undef VERIFY macro
246 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/
H A Din_place.cc26 VERIFY( o );
27 VERIFY( *o == int() );
36 VERIFY( o );
37 VERIFY( *o == 42 );
42 VERIFY( o );
43 VERIFY( o->size() == 18 );
44 VERIFY( (*o)[17] == 4 );
50 VERIFY( o );
51 VERIFY( o->size() == 2 );
52 VERIFY( (*
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/optional/
H A Din_place.cc26 VERIFY( o );
27 VERIFY( *o == int() );
36 VERIFY( o );
37 VERIFY( *o == 42 );
42 VERIFY( o );
43 VERIFY( o->size() == 18 );
44 VERIFY( (*o)[17] == 4 );
50 VERIFY( o );
51 VERIFY( o->size() == 2 );
52 VERIFY( (*
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/element_access/char/
H A Dempty.cc28 VERIFY( empty.empty() );
33 VERIFY( empty.empty() );
H A Dfront_back.cc29 VERIFY( str.front() == 'r' );
30 VERIFY( str.back() == 's' );
31 VERIFY( cstr.front() == 'm' );
32 VERIFY( cstr.back() == 'n' );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/element_access/char/
H A Dempty.cc28 VERIFY( empty.empty() );
33 VERIFY( empty.empty() );
H A Dfront_back.cc29 VERIFY( str.front() == 'r' );
30 VERIFY( str.back() == 's' );
31 VERIFY( cstr.front() == 'm' );
32 VERIFY( cstr.back() == 'n' );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/find/char/
H A D3.cc39 VERIFY( csz01 == npos );
41 VERIFY( csz01 == 0 );
43 VERIFY( csz01 == 10 );
45 VERIFY( csz01 == 14 );
47 VERIFY( csz01 == 8 );
49 VERIFY( csz01 == 15 );
51 VERIFY( csz01 == npos );
53 VERIFY( csz01 == 0 );
55 VERIFY( csz01 == 12 );
57 VERIFY( csz0
100 #undef VERIFY macro
101 #define VERIFY macro
[all...]
H A D1.cc41 VERIFY( csz01 == 0 );
43 VERIFY( csz01 == npos );
45 VERIFY( csz01 == 0 );
47 VERIFY( csz01 == npos );
49 VERIFY( csz01 == 8 );
51 VERIFY( csz01 == 8 );
53 VERIFY( csz01 == npos );
59 VERIFY( csz01 == 0 );
61 VERIFY( csz01 == 5 );
63 VERIFY( csz0
103 #undef VERIFY macro
104 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/find/wchar_t/
H A D3.cc40 VERIFY( csz01 == npos );
42 VERIFY( csz01 == 0 );
44 VERIFY( csz01 == 10 );
46 VERIFY( csz01 == 14 );
48 VERIFY( csz01 == 8 );
50 VERIFY( csz01 == 15 );
52 VERIFY( csz01 == npos );
54 VERIFY( csz01 == 0 );
56 VERIFY( csz01 == 12 );
58 VERIFY( csz0
100 #undef VERIFY macro
101 #define VERIFY macro
[all...]
H A D1.cc42 VERIFY( csz01 == 0 );
44 VERIFY( csz01 == npos );
46 VERIFY( csz01 == 0 );
48 VERIFY( csz01 == npos );
50 VERIFY( csz01 == 8 );
52 VERIFY( csz01 == 8 );
54 VERIFY( csz01 == npos );
60 VERIFY( csz01 == 0 );
62 VERIFY( csz01 == 5 );
64 VERIFY( csz0
103 #undef VERIFY macro
104 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/find/char/
H A D3.cc39 VERIFY( csz01 == npos );
41 VERIFY( csz01 == 0 );
43 VERIFY( csz01 == 10 );
45 VERIFY( csz01 == 14 );
47 VERIFY( csz01 == 8 );
49 VERIFY( csz01 == 15 );
51 VERIFY( csz01 == npos );
53 VERIFY( csz01 == 0 );
55 VERIFY( csz01 == 12 );
57 VERIFY( csz0
100 #undef VERIFY macro
101 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/find/wchar_t/
H A D3.cc40 VERIFY( csz01 == npos );
42 VERIFY( csz01 == 0 );
44 VERIFY( csz01 == 10 );
46 VERIFY( csz01 == 14 );
48 VERIFY( csz01 == 8 );
50 VERIFY( csz01 == 15 );
52 VERIFY( csz01 == npos );
54 VERIFY( csz01 == 0 );
56 VERIFY( csz01 == 12 );
58 VERIFY( csz0
100 #undef VERIFY macro
101 #define VERIFY macro
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/element_access/wchar_t/
H A Dfront_back.cc30 VERIFY( str.front() == L'r' );
31 VERIFY( str.back() == L's' );
32 VERIFY( cstr.front() == L'm' );
33 VERIFY( cstr.back() == L'n' );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/element_access/wchar_t/
H A Dfront_back.cc30 VERIFY( str.front() == L'r' );
31 VERIFY( str.back() == L's' );
32 VERIFY( cstr.front() == L'm' );
33 VERIFY( cstr.back() == L'n' );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/rfind/char/
H A D2.cc30 VERIFY( pos == 1 );
32 VERIFY( pos == 0 );
34 VERIFY( pos == 1 );
36 VERIFY( pos == gdb::string_view::npos );
38 VERIFY( pos == 0 );
40 VERIFY( pos == 1 );
42 VERIFY( pos == gdb::string_view::npos );
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/operations/rfind/char/
H A D2.cc30 VERIFY( pos == 1 );
32 VERIFY( pos == 0 );
34 VERIFY( pos == 1 );
36 VERIFY( pos == gdb::string_view::npos );
38 VERIFY( pos == 0 );
40 VERIFY( pos == 1 );
42 VERIFY( pos == gdb::string_view::npos );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/cons/char/
H A D1.cc31 VERIFY( str00.length() == 0 );
32 VERIFY( str00.data() == nullptr );
37 VERIFY( str01.length() == 18 );
38 VERIFY( str01.data() == str_lit01 );
40 VERIFY( str02.length() == 26 );
44 VERIFY( str04.length() == str01.length() );
45 VERIFY( str04.data() == str01.data() );
50 VERIFY( str05.length() == len_lit01 );
51 VERIFY( str05.data() == str_lit01 );
56 VERIFY( str0
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/basic_string_view/cons/char/
H A D1.cc31 VERIFY( str00.length() == 0 );
32 VERIFY( str00.data() == nullptr );
37 VERIFY( str01.length() == 18 );
38 VERIFY( str01.data() == str_lit01 );
40 VERIFY( str02.length() == 26 );
44 VERIFY( str04.length() == str01.length() );
45 VERIFY( str04.data() == str01.data() );
50 VERIFY( str05.length() == len_lit01 );
51 VERIFY( str05.data() == str_lit01 );
56 VERIFY( str0
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/optional/assignment/
H A D5.cc42 VERIFY( !o );
50 VERIFY( !o );
58 VERIFY( !o );
66 VERIFY( !o );
71 VERIFY(ovi->size() == 3);
72 VERIFY((*ovi)[0] == 1 && (*ovi)[1] == 2 && (*ovi)[2] == 3);
74 VERIFY(ovi->size() == 4);
75 VERIFY((*ovi)[0] == 4 && (*ovi)[1] == 5 &&
78 VERIFY( counter == 0 );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/substr/char/
H A D1.cc40 VERIFY( str02 == "r" );
42 VERIFY( str02 == "pacifica" );
47 VERIFY( false );
51 VERIFY( true );
55 VERIFY( false );
61 VERIFY( str02.size() == 0 );
62 VERIFY( str02.begin() == str01.end() );
63 VERIFY( true );
67 VERIFY( false );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/basic_string_view/operations/substr/wchar_t/
H A D1.cc42 VERIFY( str02 == L"r" );
44 VERIFY( str02 == L"pacifica" );
49 VERIFY( false );
53 VERIFY( true );
57 VERIFY( false );
63 VERIFY( str02.size() == 0 );
64 VERIFY( str02.begin() == str01.end() );
65 VERIFY( true );
69 VERIFY( false );

Completed in 610 milliseconds

12345678910