Searched refs:SubMul (Results 1 – 1 of 1) sorted by relevance
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 505 constexpr int SubMul(int x, int y, int c) { return (x - y) * c; } in SubMul() function 506 constexpr int DiffProd = ZipFoldR(SubMul, 2, xs+3, ys+3, 1); 508 static_assert(ZipFoldR(SubMul, 3, xs+3, ys+3, 1), ""); // \
|