Searched defs:ConstPointer (Results 1 – 12 of 12) sorted by relevance
33 …typedef std::allocator<char>::const_pointer ConstPointer; // expected-warning {{'const_point… in f() typedef40 …typedef std::allocator<char const>::const_pointer ConstPointer; // expected-warning {{'const… in f() typedef47 …typedef std::allocator<void>::const_pointer ConstPointer; // expected-warning {{'const_point… in f() typedef
56 using ConstPointer = typename AllocatorTraits<A>::const_pointer; variable
55 using ConstPointer = typename AllocatorTraits<A>::const_pointer; variable
54 using ConstPointer = typename AllocatorTraits<A>::const_pointer; variable
124 TEST(SiblingCast, ConstPointer) { in TEST() argument
139 using ConstPointer = typename AllocatorTraits::const_pointer; variable
4328 TEST_P(ValidateOpenCLStdVStoreHalfLike, ConstPointer) { in TEST_P() argument
4327 TEST_P(ValidateOpenCLStdVStoreHalfLike, ConstPointer) { in TEST_P() argument