Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsizeof-container.rst25 std::array<int, 3> std_array;
26 int d = sizeof(std_array); // no warning, probably intended.
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsizeof-container.cpp89 std::array<int, 3> std_array; in f() local
94 a = sizeof(std_array); in f()
/llvm-project/libcxx/include/
H A Dmodule.modulemap