Home
last modified time | relevance | path

Searched defs:c_arr (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dbuiltin-constant-p.c69 const int c_arr[] = { 1, 2, 3 }; variable
/llvm-project/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp604 static constexpr int c_arr[] = {7, 8, 9}; TEST() local
640 static constexpr int c_arr[] = {1, 2, 3}; TEST() local
H A DIteratorTest.cpp771 static constexpr int c_arr[5] = {}; in TEST() local