Searched defs:Fibonacci (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dfibonacci.cpp7 struct Fibonacci { struct
13 enum { value = Fibonacci<I>::value };
16 template<> struct Fibonacci<0> { struct
20 template<> struct Fibonacci<1> { struct
24 int array5[Fibonacci<5>::value == 5? 1 : -1];
25 int array10[Fibonacci<10>::value == 55? 1 : -1];

Completed in 2773 milliseconds