Searched refs:isPresent (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h227 if (isPresent(I)) {
266 bool isPresent(uint32_t K) const { return Present.test(K); } function in class:llvm::pdb::HashTable
281 assert(isPresent(Entry.index()));
289 assert(!isPresent(Entry.index()));

Completed in 104 milliseconds