Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dmisplaced-const.cpp7 typedef const int *ptr_to_const_int; typedef
12 using ptr_to_const_int = const int *; typedef
26 if (const ptr_to_const_int i = 0) { in const_pointers()
48 template struct S<ptr_to_const_int>;