Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp10-0x.cpp13 template<int N, int M = 5> using B2n = Y2<int, N + M>; typedef
14 template<int N = 5, int M> using B2n = Y2<int, N + M>; typedef