Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/drs/
H A Dcwg15xx.cpp652 int ***p33 = f({ { {1,2}, {3, 4} }, { {5,6}, {7, 8} }, { {9,10}, {11, 12, 13} } }); global() variable
667 int ***p33 = g({ { {1,2}, {3, 4} }, { {5,6}, {7, 8} }, { {9,10}, {11, 12, 13} } }); global() variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dconst-return-type.cpp134 const Klazz<const Klazz<const int>> p33() {} in p33() function