Home
last modified time | relevance | path

Searched refs:FindKey (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStringMap.cpp132 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() function in StringMapImpl
185 int Bucket = FindKey(Key); in RemoveKey()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h50 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains()
H A DStringMap.h66 int FindKey(StringRef Key) const;
219 int Bucket = FindKey(Key); in find()
226 int Bucket = FindKey(Key); in find()