Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/
H A Drotate_copy.pass.cpp115 int const n_ints = sizeof(ints)/sizeof(int); in test() local
/llvm-project/clang/test/Sema/
H A Dunbounded-array-bounds.c71 int const n_ints = sizeof(ints) / sizeof(int); in f6() local