Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Darray-bounds.cpp55 const int const_subscript = 3; in test() local
57 …array[const_subscript] = 0; // expected-warning {{array index 3 is past the end of the array (whi… in test()
/external/llvm-project/clang/test/SemaCXX/
Darray-bounds.cpp55 const int const_subscript = 3; in test() local
57 …array[const_subscript] = 0; // expected-warning {{array index 3 is past the end of the array (whi… in test()