Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStringMap.cpp139 int StringMapImpl::FindKey(StringRef Key) const { in FindKey() function in StringMapImpl
191 int Bucket = FindKey(Key); in RemoveKey()
/openbsd-src/gnu/llvm/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;
218 int Bucket = FindKey(Key); in find()
225 int Bucket = FindKey(Key); in find()