Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h324 using ConstPtrType = typename add_const_past_pointer<PtrType>::type; variable
326 using ConstPtrTraits = PointerLikeTypeTraits<ConstPtrType>;
335 using key_type = ConstPtrType;
412 size_type count(ConstPtrType Ptr) const { in count()
415 iterator find(ConstPtrType Ptr) const { in find()
418 bool contains(ConstPtrType Ptr) const { in contains()