Home | Sort by relevance Sort by last modified time |
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ | |
SmallPtrSet.h | 112 bool count_imp(const void * Ptr) const { function in class:llvm::SmallPtrSetImpl 264 return count_imp(PtrTraits::getAsVoidPointer(Ptr)); |
/external/llvm/include/llvm/ADT/ | |
SmallPtrSet.h | 155 bool count_imp(const void * Ptr) const { function in class:llvm::SmallPtrSetImplBase 330 return count_imp(PtrTraits::getAsVoidPointer(Ptr)) ? 1 : 0; |
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ | |
SmallPtrSet.h | 167 bool count_imp(const void * Ptr) const { function in class:llvm::SmallPtrSetImplBase 371 return count_imp(PtrTraits::getAsVoidPointer(Ptr)) ? 1 : 0; |