HomeSort by relevance Sort by last modified time
    Searched defs:isEnd (Results 1 - 25 of 45) sorted by null

1 2

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
HashTable.h 84 HashTableIterator(const HashTable &Map, uint32_t Index, bool IsEnd);
95 bool isEnd() const { return IsEnd; }
100 bool IsEnd;
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 90 if (isEnd(op)) // return, ireturn, athrow, ...
204 private static boolean isEnd(int opcode) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
ilist_iterator.h 163 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
SparseMultiSet.h 233 bool isEnd() const {
269 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
284 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
288 if (isEnd())
296 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
SparseMultiSet.h 233 bool isEnd() const {
269 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
284 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
288 if (isEnd())
296 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
SparseMultiSet.h 233 bool isEnd() const {
269 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
284 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
288 if (isEnd())
296 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
SparseMultiSet.h 233 bool isEnd() const {
269 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
284 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
288 if (isEnd())
296 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
SparseMultiSet.h 233 bool isEnd() const {
269 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
284 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
288 if (isEnd())
296 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ilist_iterator.h 176 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 229 bool isEnd() const {
265 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
280 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
284 if (isEnd())
292 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
463 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_helper.h 87 AK_FORCE_INLINE bool isEnd() const {
125 if (isEnd()) {
132 return !isEnd() && !ptNodeParams.isDeleted() && ptNodeParams.isTerminal();

Completed in 2347 milliseconds

1 2