Searched refs:Twice (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp247 constexpr int Twice(int (*F)(int), int n) { return F(F(n)); } function in namespace:FunctionPointers
248 constexpr int Quadruple(int n) { return Twice(Double, n); }

Completed in 113 milliseconds