HomeSort by relevance Sort by last modified time
    Searched refs:getTombstoneMarker (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Support/
SmallPtrSet.cpp 69 if (*Bucket == getTombstoneMarker())
97 *Bucket = getTombstoneMarker();
122 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
163 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker())
  /external/llvm/lib/Support/
SmallPtrSet.cpp 55 if (*Bucket == getTombstoneMarker())
70 *APtr = getTombstoneMarker();
83 *Bucket = getTombstoneMarker();
107 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
132 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker())
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
SmallPtrSet.cpp 56 if (*Bucket == getTombstoneMarker())
71 *APtr = getTombstoneMarker();
84 *Bucket = getTombstoneMarker();
108 if (Array[Bucket] == getTombstoneMarker() && !Tombstone)
133 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker())
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 117 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
141 if (Value == getTombstoneMarker())
173 *Loc = getTombstoneMarker();
258 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
266 Bucket[-1] == SmallPtrSetImplBase::getTombstoneMarker())) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallPtrSet.h 94 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
166 *Bucket == SmallPtrSetImpl::getTombstoneMarker())
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallPtrSet.h 116 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
140 if (Value == getTombstoneMarker())
241 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
250 *Bucket == SmallPtrSetImplBase::getTombstoneMarker())) {
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 105 static void *getTombstoneMarker() { return reinterpret_cast<void*>(-2); }
128 if (Value == getTombstoneMarker())
225 *Bucket == SmallPtrSetImplBase::getTombstoneMarker()))
  /external/clang/include/clang/AST/
DeclarationName.h 301 static DeclarationName getTombstoneMarker() {
583 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclarationName.h 302 static DeclarationName getTombstoneMarker() {
588 return clang::DeclarationName::getTombstoneMarker();
  /external/clang/include/clang/Basic/
IdentifierTable.h 746 static Selector getTombstoneMarker() {
837 return clang::Selector::getTombstoneMarker();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 761 static Selector getTombstoneMarker() {
856 return clang::Selector::getTombstoneMarker();

Completed in 3065 milliseconds

1 2