Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Ddangling-handle.cpp127 const char static_array[] = "A"; variable
153 return static_array; // refers to static in ReturnStatements()
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp175 template <class... T, T... Values> struct static_array; // expected-error {{must be the last}}