Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp505 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), ""); // \