Searched refs:count_imp (Results 1 - 1 of 1) sorted by relevance
/external/llvm/include/llvm/ADT/ | ||
H A D | SmallPtrSet.h | 113 bool count_imp(const void * Ptr) const { function in class:llvm::SmallPtrSetImplBase 280 return count_imp(PtrTraits::getAsVoidPointer(Ptr)) ? 1 : 0; |
Completed in 159 milliseconds