HomeSort by: relevance | last modified time | path
    Searched defs:hasNext (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
SourceMgr.h 41 bool hasNext() const { return Current < (Iterations * Sequence.size()); }
45 assert(hasNext() && "Already at end of sequence!");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bitvector.h 84 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
92 bool hasNext() const { return !bv_.empty(); }
270 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
282 bool hasNext() const {
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...]
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_bitvector.h 83 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
91 bool hasNext() const { return !bv_.empty(); }
269 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
281 bool hasNext() const {
282 if (it1_.hasNext()) return true;
289 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
290 // it2_.hasNext(), kSize);
291 if (!it1_.hasNext() && !it2_.hasNext()) {
295 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_bitvector.h 83 // for (BasicBitVector<>::Iterator it(bv); it.hasNext();) {
91 bool hasNext() const { return !bv_.empty(); }
269 // for (TwoLevelBitVector<>::Iterator it(bv); it.hasNext();) {
281 bool hasNext() const {
282 if (it1_.hasNext()) return true;
289 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
290 // it2_.hasNext(), kSize);
291 if (!it1_.hasNext() && !it2_.hasNext()) {
295 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h 639 bool hasNext() const {

Completed in 19 milliseconds