Home
last modified time | relevance | path

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

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