Home
last modified time | relevance | path

Searched refs:ConstPtrType (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h370 using ConstPtrType = typename add_const_past_pointer<PtrType>::type; variable
372 using ConstPtrTraits = PointerLikeTypeTraits<ConstPtrType>;
381 using key_type = ConstPtrType;
458 size_type count(ConstPtrType Ptr) const { in count()
461 iterator find(ConstPtrType Ptr) const { in find()
464 bool contains(ConstPtrType Ptr) const { in contains()