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