HomeSort by relevance Sort by last modified time
    Searched refs:count_imp (Results 1 - 3 of 3) sorted by null

  /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;

Completed in 762 milliseconds