Home
last modified time | relevance | path

Searched defs:const_ptr (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Analysis/
H A Dglobals.cpp23 void const_ptr() in const_ptr() function
/llvm-project/clang/test/SemaCXX/
H A Dwarn-unsafe-buffer-usage-fixits-local-var-span-cv-qualifiers.cpp21 int const_ptr(unsigned idx) { in const_ptr() function
H A Dbuiltins.cpp127 constexpr const int *const_ptr = test_constexpr_launder(&const_int); global() variable
H A Dwarn-unsafe-buffer-usage-fixits-parm-span.cpp157 void const_ptr(int * const x) { // expected-warning{{'x' is an unsafe pointer used for buffer acces… in const_ptr() function
H A Duninitialized.cpp153 namespace const_ptr { global() namespace
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp464 const double *const_ptr; handle_from_array() local
/llvm-project/clang/test/AST/Interp/
H A Dbuiltin-functions.cpp
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8876 template <typename T> using const_ptr = std::add_pointer_t<std::add_const_t<T>>; global() variable