Lines Matching refs:b
57 TQual* b = array.begin(); in tests() local
58 check_eq(a, b); in tests()
66 TQual* b = array.begin() + 1; in tests() local
67 check_eq(a, b); in tests()
75 TQual* b = array.begin() + 2; in tests() local
76 check_ne(a, b); in tests()
84 TQual* b = array.end(); in tests() local
85 check_eq(a, b); in tests()
93 TQual* b = array.begin() + 4; in tests() local
94 check_ne(a, b); in tests()
104 TQual* b = array.begin(); in tests() local
105 check_eq(a, b); in tests()
113 TQual* b = array.end() - 1; in tests() local
114 check_eq(a, b); in tests()
122 TQual* b = array.end(); in tests() local
123 check_eq(a, b); in tests()
131 TQual* b = array.end(); in tests() local
132 check_ne(a, b); in tests()
138 TQual* b = nullptr; in tests() local
139 check_eq(a, b); in tests()
143 TQual* b = nullptr; in tests() local
144 check_ne(a, b); in tests()
148 TQual* b = array.begin(); in tests() local
149 check_ne(a, b); in tests()
164 Related* b = array.begin(); in tests_convert() local
165 check_eq(a, b); in tests_convert()
169 Derived* b = array.begin(); in tests_convert() local
170 check_eq(a, b); in tests_convert()
176 void* b = array.begin(); in tests_convert() local
177 check_eq(a, b); in tests_convert()