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

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMapInfo.h 254 std::integral_constant<bool, I + 1 == sizeof...(Ts)> atEnd;
257 getHashValueImpl<I + 1>(values, atEnd));
266 std::integral_constant<bool, 0 == sizeof...(Ts)> atEnd;
267 return getHashValueImpl<0>(values, atEnd);
273 std::integral_constant<bool, I + 1 == sizeof...(Ts)> atEnd;
275 isEqualImpl<I + 1>(lhs, rhs, atEnd);
284 std::integral_constant<bool, 0 == sizeof...(Ts)> atEnd;
285 return isEqualImpl<0>(lhs, rhs, atEnd);
ImmutableSet.h 685 bool atEnd() const { return stack.empty(); }
802 while (!InternalItr.atEnd() &&
819 while (!InternalItr.atEnd() &&
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstIterator.h 107 inline bool atEnd() const { return BB == BBs->end(); }
Value.h 188 bool atEnd() const { return *this == user_iterator_impl(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 279 bool atEnd() const { return Data == DataEnd; }
287 assert(atEnd());
378 virtual bool atEnd() const = 0;
414 bool atEnd() const override {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineRegisterInfo.h 1042 /// atEnd - return true if this iterator is equal to reg_end() on the value.
1043 bool atEnd() const { return Op == nullptr; }
1150 /// atEnd - return true if this iterator is equal to reg_end() on the value.
1151 bool atEnd() const { return Op == nullptr; }
SelectionDAGNodes.h 744 bool atEnd() const { return Op == nullptr; }

Completed in 27 milliseconds