Home
last modified time | relevance | path

Searched defs:ConstPointer (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_types.deprecated_in_cxx17.verify.cpp33 …typedef std::allocator<char>::const_pointer ConstPointer; // expected-warning {{'const_point… in f() typedef
40 …typedef std::allocator<void>::const_pointer ConstPointer; // expected-warning {{'const_point… in f() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp298 const ExpensiveToCopyType *const ConstPointer = &Obj; PositiveLocalConstPointer() local