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

/external/clang/test/SemaTemplate/
H A Dfibonacci.cpp31 struct Fibonacci2 { struct
38 static const unsigned value = Fibonacci2<I>::value;
41 template<> struct Fibonacci2<0> { struct
45 template<> struct Fibonacci2<1> { struct
49 int array5_2[Fibonacci2<5>::value == 5? 1 : -1];
50 int array10_2[Fibonacci2<10>::value == 55? 1 : -1];

Completed in 530 milliseconds