Searched refs:crs (Results 1 – 5 of 5) sorted by relevance
90 mset const& crs = s; in mset3() local91 ci = crs.lower_bound(3); in mset3()93 ci = crs.upper_bound(3); in mset3()95 cp = crs.equal_range(5); in mset3()
118 set<int> const& crs = s; in find() local120 CPPUNIT_ASSERT( crs.find(0) == crs.end() ); in find()127 set<int> const& crs = s; in bounds() local176 scit = crs.lower_bound(2); in bounds()177 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()180 scit = crs.upper_bound(5); in bounds()181 CPPUNIT_ASSERT( scit != crs.end() ); in bounds()184 pcit = crs.equal_range(6); in bounds()186 CPPUNIT_ASSERT( pcit.first != crs.end() ); in bounds()188 CPPUNIT_ASSERT( pcit.second != crs.end() ); in bounds()
110 TARGET_ARFLAGS := crs