Searched refs:hasNext (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h84 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
92 bool hasNext() const { return !bv_.empty(); } function in class:__sanitizer::BasicBitVector::Iterator
270 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
282 bool hasNext() const { function in class:__sanitizer::TwoLevelBitVector::Iterator
283 if (it1_.hasNext()) return true;
290 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
291 // it2_.hasNext(), kSize);
292 if (!it1_.hasNext() && !it2_.hasNext()) {
296 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
[all...]
H A Dsanitizer_coverage_mapping_libcdep.cc84 for (auto iter = modules[i].ranges(); iter.hasNext();) {
H A Dsanitizer_list.h129 bool hasNext() const { return current_ != nullptr; } function in class:__sanitizer::IntrusiveList::IteratorBase
H A Dsanitizer_symbolizer_libcdep.cc72 for (auto iter = Iterator(&tools_); iter.hasNext();) {
91 for (auto iter = Iterator(&tools_); iter.hasNext();) {
116 for (auto iter = Iterator(&tools_); iter.hasNext();) {
125 for (auto iter = Iterator(&tools_); iter.hasNext();) {
H A Dsanitizer_bvgraph.h136 for (typename BV::Iterator it(v[from]); it.hasNext(); ) {
H A Dsanitizer_common.cc358 for (Iterator iter = ranges(); iter.hasNext();) {
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DLookup.h579 bool hasNext() const { function in class:clang::LookupResult::Filter
/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java248 while (itr.hasNext()) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2275 while (F.hasNext()) {
3048 while (F.hasNext()) {
H A DSemaDecl.cpp1294 while (F.hasNext()) {
1318 while (F.hasNext())
1814 while (Filter.hasNext()) {
12036 while (F.hasNext()) {
12061 while (F.hasNext()) {
H A DSemaTemplate.cpp94 while (filter.hasNext()) {
6791 while (F.hasNext()) {
H A DSemaDeclCXX.cpp8072 while (F.hasNext()) {
9820 while (F.hasNext()) {
12657 while (F.hasNext()) {
H A DSemaExprCXX.cpp1119 while (filter.hasNext()) {

Completed in 405 milliseconds