Home
last modified time | relevance | path

Searched refs:getEmptyMarker (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp73 if (LLVM_LIKELY(*Bucket == getEmptyMarker())) in doFind()
93 if (LLVM_LIKELY(Array[Bucket] == getEmptyMarker())) in FindBucketFor()
129 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker()) in Grow()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h140 static void *getEmptyMarker() { in getEmptyMarker() function
300 (*Bucket == SmallPtrSetImplBase::getEmptyMarker() || in AdvanceIfNotValid()
307 (Bucket[-1] == SmallPtrSetImplBase::getEmptyMarker() || in RetreatIfNotValid()
444 if (Value == getTombstoneMarker() || Value == getEmptyMarker()) in remove_if()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclarationName.h555 static DeclarationName getEmptyMarker() { in getEmptyMarker() function
934 return clang::DeclarationName::getEmptyMarker();
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DIdentifierTable.h1117 static Selector getEmptyMarker() { in getEmptyMarker() function
1206 return clang::Selector::getEmptyMarker();