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

  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 11 // SmallPtrSetImpl for more details on the algorithm used.
30 /// SmallPtrSetImpl - This is the common code shared among all the
48 class SmallPtrSetImpl {
66 SmallPtrSetImpl(const void **SmallStorage, const SmallPtrSetImpl& that);
67 explicit SmallPtrSetImpl(const void **SmallStorage, unsigned SmallSize) :
76 ~SmallPtrSetImpl();
136 void operator=(const SmallPtrSetImpl &RHS) LLVM_DELETED_FUNCTION;
140 void swap(SmallPtrSetImpl &RHS);
142 void CopyFrom(const SmallPtrSetImpl &RHS)
    [all...]
  /external/llvm/lib/Support/
SmallPtrSet.cpp 23 void SmallPtrSetImpl::shrink_and_clear() {
41 bool SmallPtrSetImpl::insert_imp(const void * Ptr) {
78 bool SmallPtrSetImpl::erase_imp(const void * Ptr) {
105 const void * const *SmallPtrSetImpl::FindBucketFor(const void *Ptr) const {
134 void SmallPtrSetImpl::Grow(unsigned NewSize) {
174 SmallPtrSetImpl::SmallPtrSetImpl(const void **SmallStorage,
175 const SmallPtrSetImpl& that) {
199 void SmallPtrSetImpl::CopyFrom(const SmallPtrSetImpl &RHS)
    [all...]

Completed in 158 milliseconds